/* 内页CSS */
/* 系统编辑器 表格隔行换色 */
.selectTdClass {
  background-color: #edf5fa !important
}

table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
  border: 1px dashed #ddd !important
}

table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

td,
th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}

table tr.firstRow th {
  border-top-width: 2px;
}

.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
  background-color: #f7faff;
}

td p {
  margin: 0;
  padding: 0;
}

/* 公共部分CSS banner*/

.mini_banner {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page_banner_box {
  width: 90vw;
  margin: 0 auto;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page_banner_title_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 360px;
  justify-content: center;
}

.page_banner_title_h1 {
  font-size: 5rem;
  line-height: 6rem;
  padding: 3rem 0 1rem 0;
  margin-top: 10rem;
  letter-spacing: 1rem;
}

.page_banner_title_line {
  background-color: #0f8eff;
  height: 5px;
  width: 8vw;
}

.page_banner_title_tag {
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  color: #505050;
  letter-spacing: 1rem;
  position: relative;
  top: -15px;
  text-align: center;
}


.page_banner_nav {
  line-height: 36px;
  text-align: right;
}

/* 内容区域 */
.detail_content_box,
.page_news_list {
  width: 70vw;
  margin: 10rem auto;
  /* border: #0f8eff 1px solid; */
}

.detail_content_box h1 {
  font-size: 4rem;
  font-weight: 500;
}

.detail_content_box h2 {
  font-size: 3rem;
  font-weight: 500;
}

.detail_content_box table {
  width: 100%;
}

.detail_content_box img {
  max-width: 100%;
  margin: 0 auto;
}

.detail_list_box{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}
.detail_list_box_item {
  width: 48%;
  border:1px solid #c1c1c1;
  padding:10px;
}
.detail_list_box_item:nth-child(2n){
  border-left:none;
}
/* 详情页下有三级栏目 相关产品 */
.link_pro_list {
  display: flex;
  flex-wrap: wrap;
}

.link_pro_item {
  min-width: 200px;
  padding: 2rem;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #000;
  margin: 2rem;
}

.link_pro_item a {

  font-size: 28px;
  line-height: 30px;

}

/* 新闻页面相关 */
.page_news_list {
  display: flex;
  flex-wrap: wrap;

}

.page_news_item_box {
  width: 30%;
  margin: 1rem;
  border: 1px solid #fff;
  background-color: #fff;


  display: flex;
  flex-direction: column;
}

.page_news_item_box:hover {

  border: 1px solid #0f8eff;
  box-shadow: 1px 1px 2px #888888;
}

.newslist {
  background-color: #f5f5f5;
  display: -webkit-box;
}

.newx_text_box {
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.news_thumb {
  width: 100%;
  overflow: hidden;
}

.news_thumb img {
  width: 100%;
  height: auto;
  transition: all .4s;
}

.news_thumb img:hover {
  transform: scale(1.2);
}
.news_title{
  
  margin-top: 20px;
}
.news_title a {
  font-size: 24px;
  font-weight: 500;
}

.news_time {
  color: #505050;
  line-height: 40px;
}

.news_desc {
  color: #505050;
  line-height: 24px;
}

.news_detail_link {
  margin: 2rem auto;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 20px;
}

.news_detail_link:hover {

  border: 2px solid #0f8eff;
}

.page_news_detail {
  width: 1080px;
  margin: 15rem auto;
  display: flex;
  background-color: #fff;
  flex-direction: column;
}


.page_news_detail_title_box {
  display: flex;
  margin-top: 4rem;
}

.icon_tag_blue {
  width: 15px;
  height: auto;
  background-color: #0f8eff;
}

.content_pub_title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
  margin-left: 3.5rem;
}

.content_pub_box {
  width: 90%;
  margin: 2rem auto;
}

.content_pub_time {
  font-size: 2rem;
  line-height: 6rem;
  color:#ccc;
}


/* 服务表单页 */
.services_form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.feedback_top {
  margin: 10px 0 15px 0;
  border: 1px solid white;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

.feedback_top1 {
  width: 100%;
  margin-bottom: 30px;
}

.feedback_top11 {
  display: flex;
  flex-wrap: wrap;
}

.feedback_top111 {
  font-size: 16px;
  font-weight: 400px;
  color: #666;
  text-align: left;
  margin-right: 20px;
  margin-top: 10px;
}

.feedback_top111 .msg-box {
  position: absolute;
  left: 220px !important;
  top: 40px !important;
}

.feedback_top span {
  color: red;
}

.grid_18 {
  width: 100%;
}

label {
  display: block;
  text-align: left;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #555;
}

.feedback_input {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding: 0;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  text-indent: 10px;
}

.feedback_t {
  font-size: 15px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 90%;
  padding: 10px;
}

.fffimg img {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.form_bottom {
  background: #0f8eff;
  border: 0;
  color: #fff;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 100vw;
  margin-top: 30px;
}

/* 移动端 */
@media screen and (max-width:991px) {
  .page_banner_box {

    min-height: 300px;
  }

  .page_banner_title_group {
    min-height: 260px;
  }


  .detail_box,
  .detail_content_box,
  .page_news_list,
  .page_news_detail {
    width: 90vw;
  }

  .detail_content_box img {
    margin: 0 auto;
  }

  .page_news_item_box {
    width: 100%;
  }
  
  .content_pub_title {
  margin-left: 2px;
}


}