.inner_nav{
  border-bottom: 1px solid #eee;
}
.dlpp_detail{
  background-color: #fff;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  padding: 20px;
}
.dlpp_detail .top{
  width: 100%;
}
/* .dlpp_detail .top .left{
  width: 300px;
  margin-right: 30px;
}
.dlpp_detail .top .left img{
  width: 100%;
} */
.dlpp_detail .top .brand_logo{
  border: 1px solid #e9e9e9;
  display: inline-block;
  margin-bottom: 20px;
  width: 277px;
}
.dlpp_detail .top .brand_logo img{
  width: 100%;
}
.dlpp_detail .top h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dlpp_detail .top .brand{
  margin-bottom: 15px;
}
.dlpp_detail .top .brand_gs{
    line-height: 1.8;
}
.dlpp_detail .line_block{
  width: 100%;
  padding: 30px 0 10px;
}
.dlpp_detail .line_block .title{
  width: 100%;
  height: 40px;
  background-color: #e9e9e9;
}
.dlpp_detail .line_block .title strong{
  padding: 0 30px;
  color: #fff;
  background-color: #057cbe;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.dlpp_detail .line_block .content{
  padding: 20px 20px;
}
.dlpp_detail .line_block .content img{
  border: 1px solid #eee;
}
.dlpp_detail .line_block .content p{
  margin: 10px 0;
  color: #333;
  line-height: 1.6;
}

.inner_banner{
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner .inner_title {
  text-align: center;
}
.inner_banner .inner_title h3{
  font-size: 40px;
  letter-spacing: 3px;
  color: #fff;
}
.inner_banner .inner_title p{
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

/* 当前位置 */
.current_position{
  width: 100%;
  padding: 15px 0;
  background-color: #f7f7f7;
  display: inline-block;
}
.current_position .nav_bread{
  color: #999;
}
.current_position .nav_bread span{
  color: #999;
}
.current_position .nav_bread i{
  color: #333;
  margin-left:5px;
  margin-right: -5px;
}
.current_position .nav_bread a{
  color: #333;
  margin-right:5px;
  margin-left:5px;
}
.current_position .nav_bread a:hover{
  color: #057cbe;
}

/* 内页菜单 */
.inner_nav{
  width: 100%;
  background-color: #fff;
  border-bottom: 0;
  vertical-align: top;
}
.inner_nav .nav_ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_nav .nav_ul li a{
  padding: 20px 20px;
  color: #333;
  margin: 0 10px;
  font-size: 16px;
  display: inline-block;
}
.inner_nav .nav_ul li a:hover{
  color: #057cbe;
}
.inner_nav .nav_ul li a.active{
  background-color: #057cbe;
  color: #fff;
}

.new_line a{
  background-color: #fff;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 0;
  vertical-align: top;
  border-radius: 5px;
  transition: inherit;
}
.new_line a:hover{
  background-color: #057cbe;
  color: #fff;
  transition: inherit;
}
.new_line a:hover .date .odd h3{
  color: #fff;
}
.new_line a:hover .date{
  border-right: 1px solid rgba(255, 255, 255, .3);
}
.new_line a:hover .news i{
  color: #fff;
}
.new_line a:hover .news .text p{
  color: #fff;
}
.new_line a .date{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 150px;
  border-right: 1px solid #ddd;
  margin-right: 30px;
}
.new_line a .date .odd h3{
  font-size: 35px;
  color: #999;
}
.new_line a .date .odd p{
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.new_line a .img{
  width: 300px;
  margin-right: 30px;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 3px;
}
.new_line a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.new_line a .img:hover img{
  transform: scale(1.1);
}
.new_line a .news{
  padding-right: 30px;
  flex: 1;
}
.new_line a .news .text{
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.new_line a .news .text h3{
  font-size: 20px;
  margin-bottom: 20px;
}
.new_line a .news .text p{
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.new_line a .news i{
  font-size: 20px;
  color: #999;
  float: right;
}

/* 新闻详情 */
.article_content .article{
  background-color: #fff;
  padding: 30px;
}
.article_content .sidebar-l{
  margin-right: 20px;
}
.article_content .article .post h1 {
  font-size: 26px;
  font-weight: 700;
  color: #141414;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.article_content .article .post .meta {
  margin-top: 15px;
}
.article_content{
  display: inline-block;
  width: 100%;
}
.article_content .post p{
  color: #333;
  margin: 10px 0;
  line-height: 1.6;
}
.article_content .article .post h1{
  text-align: center;
}
.article_content .article .post .meta{
  text-align: center;
  color: #999;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}
.article_content .article .post img{
  max-width: 100%;
}
.shangxia_line{
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #f7f7f7;
  margin-top: 30px;
}
.shangxia_line .line{
  margin: 15px 0;
}
.shangxia_line .line .text-gray{
  color: #999;
}
.shangxia_line .fanhui_btn:hover{
  background-color: #057cbe;
  color: #fff;
}
.shangxia_line .fanhui_btn{
  border: 1px solid #057cbe;
  color: #057cbe;
  border-radius: 100px;
  padding: 10px 20px;
  display: inline-block;
}
.shangxia_line .fanhui_btn i{
  margin-right: 8px;
}
.article_content .x3{
  margin-bottom: 20px;
}
.article_content .x3 .title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.article_content .x3 .title h2{
  font-size: 18px;
}
.article_content .x3 .recommended a{
  margin: 10px 0;
  width: 100%;
  display: inline-block;
}
.article_content .x3 .recommended a .img{
  width: 100%;
  height: 173px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.article_content .x3 .recommended a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_content .x3 .recommended .text h3{
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.article_content .x3 .recommended .text p{
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin-top: 5px;
}

.dlpp_main{
  background-size: cover;
  padding-bottom: 30px;
  min-height: 400px;
}
.dlpp_main .list{
  padding-top: 30px;
}
.dlpp_main .list a {
  width: 276px;
  margin: 10px 10px;
  height: 117px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
}
.dlpp_main .list a:hover .text_block {
  display: flex;
  background-color: rgba(25, 184, 213, 0.9);
  color: #fff;
  animation: text_block_animation .3s ease-in-out forwards;
}
@keyframes text_block_animation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.dlpp_main .list a .img {
  /* padding: 20px; */
}
.dlpp_main .list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dlpp_main .text_block {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  top: 0;
  align-items: center;
  justify-content: center;
}
.ysfx_main .list{
  padding-bottom: 50px;
  display: inline-block;
}
.rec_line{
  padding-top: 30px;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
}
.rec_line .title h2{
  border-left: 5px solid #057cbe;
  height: 18px;
  line-height: 20px;
  font-size: 18px;
  color: #057cbe;
  padding-left: 10px;
}
.rec_line .dlpp_main a{
  border: 1px solid #eee;
}

/* 解决方案 */
.jjfa_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.jjfa_line{
  width: 33.333%;
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.jjfa_line a{
  width: 100%;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  transition: .3s all linear;
}
.jjfa_line a .img{
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.jjfa_line a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s all linear;
}
.jjfa_line a .text{
  width: 100%;
  display: inline-block;
  text-align: left;
}
.jjfa_line a .text h3{
  font-size: 18px;
  margin-top: 10px;
}
.jjfa_line a .text p{
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 5px;
}
.jjfa_line a:hover .img img{
  transform: scale(1.1);
  transition: .3s all linear;
}

.single{
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.single img{
  max-width: 100%;
}
.single p, .single span{
  font-family: sans-serif !important;
  color: #333;
  text-wrap-mode: inherit !important;
}

/* 联系我们 */
.contact_main{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.contact_main .contact{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_main .date_line{
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin: 60px 0 30px;
}
.contact_main .media{
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
  padding: 0 20px;
  height: 120px;
  width: 30%;
  border-radius: 5px;
}
.contact_main .media span i{
  font-size: 28px;
  color: #666;
  margin-right: 20px;
}
.contact_main .media .text{
  font-size: 28px;
  font-weight: bold;
}
.contact_main .media .text .tit{
  font-size: 18px;
  margin-top: 0;
}
.contact_main .media .text p{
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}
.guestbook{
  display: flex;
  padding: 80px 0 50px;
}
.guestbook .left{
  width: 480px;
  margin-left: 50px;
  border-radius: 5px;
}
.guestbook .left h2{
  margin-bottom: 20px;
  color: #333;
}
.guestbook .right{
  flex: 1;
}
.guestbook .right img{
  width: 100%;
  margin-top: 51px;
}
.guestbook .left h2{
  font-size: 20px;
  text-align: center;
  color: #000;
  padding-bottom: 2px;
}
.guestbook .field {
  margin-bottom: 20px;
  display: flex;
  line-height: 40px;
}
.guestbook .field span.label{
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #333;
}
.guestbook .field span.label b{
  color: #ff0000;
  margin-right: 3px;
  font-size: 12px;
}
.guestbook .field input,.guestbook .field select{
  height: 40px;
  line-height: 40px;
}
.guestbook .field .textarea{
  line-height: 24px;
}
.guestbook .field .input{
  width: 100%;
  flex: 1;
  display: inline-block;
  border: 1px solid #999;
  padding: 10px 10px;
  border-radius: 5px;
}
.guestbook .field .input:hover,.guestbook .field .input:focus{
  border: 1px solid #057cbe;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.guestbook .form-button input{
  width: 100%;
  background-color: #057cbe;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transition: .3s all linear;
  border-radius: 5px;
}
.guestbook .form-button input:hover{
  opacity: .8;
  transition: .3s all linear;
}

.fwxm_detail {
  padding: 60px 0;
  background-color: #fff;
}
.fwxm_detail .main{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 30px;
}
.fwxm_detail .text .content p, .fwxm_detail .text .content span{
  text-wrap-mode:inherit !important;
}
.fwxm_detail .img{
  margin-left: 40px;
}
.fwxm_detail .text{
  font-size: 20px;
}
.fwxm_detail .text p{
  margin: 20px 0;
}
.fwxm_detail .text p,.fwxm_detail .text span{
  font-family: sans-serif !important;
  font-size: 16px !important;
}
.fwxm_detail .cbzxan{
  padding-top: 60px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.fwxm_detail .cbzxan a{
  font-size: 16px;
  background-color: #057cbe;
  padding: 15px 0;
  width: 300px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
}
.fwxm_detail .cbzxan a:hover{
  opacity: .8;
}
.fwxm_detail .main .text h3{
  font-size: 26px;
  font-weight: bold;
}

.fwxm_page{
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}
.fwxm_list{
  background-color: #fff;
  padding: 0 30px;
  padding-bottom: 30px;
}
.fwxm_list .fwxm_line:nth-child(odd) .img{
  margin-right: 40px;
}
.fwxm_list .fwxm_line:nth-child(even) .img{
  margin-left: 40px;
}
.fwxm_line {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 30px;
  border-bottom: 1px solid #f5f5f5;
}
.fwxm_line:last-child{
  border-bottom: 0;
  padding-bottom: 30px;
}

.fwxm_line .text h3{
  font-size: 26px;
  font-weight: bold;
}
.fwxm_line .text p{
  margin: 20px 0;
}
.fwxm_line .text p,.fwxm_line .text span{
  font-family: sans-serif !important;
  font-size: 16px !important;
  text-wrap-mode: inherit !important;
}
.fwxm_line .text a{
  background-color: #057cbe;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
}
.fwxm_line .text a:hover{
  opacity: .8;
}

@media (max-width: 768px) {
    .dlpp_detail .line_block .content p, .brand_gs{
  font-size: 12px !important;
  line-height: 22px !important;
}
    .dlpp_main .text_block{
        font-size: 12px;
        line-height: 22px;
    }
    .single p, .single span{
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .dlpp_main .list{
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .inner_banner{
        min-height: 100px;
    }
    .dlpp_main{
        min-height: inherit;
    }
    .ysfx_main .list{
        padding: 15px;
    }
    .current_position .nav_bread{
        text-align: center;
        padding: 0 15px;
    }
    .current_position .nav_bread i{
        font-size: 12px;
    }
    .current_position .nav_bread a{
        font-size: 12px;
    }
    .inner_banner .inner_title h3{
        font-size: 18px;
        display: inline-block;
        letter-spacing:0;
    }
    .inner_nav .nav_ul{
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .current_position .nav_bread{
        font-size: 12px;
    }
    .inner_nav .nav_ul li a{
        padding: 5px 10px;
        font-size: 12px;
        margin:  5px 0;
        font-weight: bold;
    }
    .dlpp_main .list a{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
        height: auto;
    }
    .jjfa_list{
        margin-left: inherit;
        margin-right: inherit;
    }
    .jjfa_line{
        width: 50%;
        padding: 0 5px 5px 5px;
    }
    .jjfa_line a .img{
        height: 100px;
        border: 0;
    }
    .jjfa_line a{
        padding: 5px;
    }
    .jjfa_line a .text h3{
        font-size: 14px;
        margin-top: 5px;
    }
    .jjfa_line a .text p{
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
    }
    .article_content .article{
        padding: 15px;
    }
    .article_content .article .post h1{
        font-size: 18px;
        line-height: inherit;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .article_content .post p{
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .shangxia_line{
        flex-wrap: wrap;
        padding-top: 15px;
        margin-top: 15px;
    }
    .shangxia_line .line{
        margin: 10px 0;
        font-size: 12px;
    }
    .shangxia_line .line a{
        font-size: 12px;
    }
    .article_content .sidebar-l{
        margin-right: 0;
    }
    .article_content .x9,.article_content .x3,.shangxia_line .x10,.shangxia_line .x2{
        width: 100%;
        float: inherit;
    }
    .shangxia_line .x2{
        text-align: center;
        margin: 10px 0;
    }
    .shangxia_line .fanhui_btn{
        font-size: 12px;
        margin-bottom: 0;
    }
    .article_content .x3{
        margin-top: 15px;
    }
    .article_content .x3 .title h2{
        font-size: 16px;
    }
    .contact_main .date_line{
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .contact_main .contact{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .contact_main .media{
        width: 100%;
        padding: 0 10px;
        margin: 5px 0;
        height: 100px;
    }
    .contact_main .media .text .tit{
        font-size: 14px;
    }
    .contact_main .media .text p{
        font-size: 12px;
        margin-top: 5px;
    }
    .guestbook{
        padding: 15px 0 20px;
        display: inline-block;
    }
    .guestbook .left{
        width: 100%;
        padding: 0 15px;
        margin-left: 0;
    }
    .guestbook .right img{
        margin-top: 0;
    }
    .guestbook .left h2{
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .guestbook .field{
        width: 100%;
        display: inline-block;
        line-height: inherit;
        margin-bottom: 10px;
    }
    .guestbook .field span.label{
        width: 100%;
        font-size: 14px;
        margin-bottom: 3px;
        text-align: left;
        display: inline-block;
    }
    .guestbook .field .input{
        border-radius: 3px;
    }
    .new_line a{
        display: inline-block;
        padding: 10px 10px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .new_line a .date{
        border-right: 0;
        margin-right: 0;
        width: 100%;
        justify-content: left;
        padding-left: 0;
        box-sizing: border-box;
        padding-bottom: 5px;
    }
    .new_line a .date .odd{
        display: flex;
        align-items: center;
    }
    .new_line a .date .odd h3{
        font-size: 14px;
        margin-right: 5px;
        color: #333;
    }
    .new_line a .date .odd p{
        margin-top: 0;
        font-size: 14px;
    }
    .new_line a .img{
        width: 100%;
        margin-right: 0;
        height: 150px;
    }
    .new_line a .news{
        padding-right: 0;
        display: flex;
        align-items: center;
        padding-top: 5px;
    }
    .new_line a .news .text{
        height: auto;
        margin-bottom: 0;
    }
    .new_line a .news i{
        font-size: 14px;
        margin-left: 15px;
    }
    .new_line a .news .text h3{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .new_line a .news .text p{
        font-size: 12px;
        line-height:20px;
        position: relative;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden;
    }
    .dlpp_detail{
        padding: 15px 15px;
    }
    .dlpp_detail .top .brand_logo{
        width: 100%;
    }
    .dlpp_detail .top h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dlpp_detail .line_block .title{
        height: auto;
    }
    .dlpp_detail .line_block{
        padding: 15px 0 10px;
    }
    .dlpp_detail .line_block .title strong{
        padding: 10px 10px;
        height: auto;
        line-height: inherit;
    }
    .dlpp_detail .line_block .content{
        padding: 10px 0;
    }
    .fwxm_list{
        padding: 0 15px;
    }
    .fwxm_line{
        padding: 15px 0;
        display: inline-block;
    }
    .fwxm_line:last-child{
        padding-bottom: 0;
    }
    .fwxm_list .fwxm_line:nth-child(odd) .img{
        margin-right: 0;
    }
    .fwxm_list .fwxm_line:nth-child(even) .img{
        margin-left: 0;
    }
    .fwxm_line .text p, .fwxm_line .text span{
        font-size: 12px !important;
    }
    .fwxm_line .text p{
        margin: 10px 0;
        line-height: 20px;
    }
    .fwxm_line .text, .fwxm_line .img{
        margin: 10px 0;
    }
    .fwxm_line .text h3{
        font-size: 20px;
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }
    .fwxm_detail{
        padding: 15px 0;
    }
    .fwxm_detail .main .text h3{
        font-size: 20px;
    }
    .fwxm_detail .text p, .fwxm_detail .text span{
        font-size: 12px !important;
    }
    .fwxm_detail .text p{
        margin: 10px 0;
    }
    .fwxm_detail .main{
        padding: 0 15px;
        display: inline-block;
    }
    .fwxm_detail .cbzxan{
        padding: 15px 15px;
    }
    .fwxm_detail .img{
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .fwxm_detail .img img{
        width: 100%;
    }
    .fwxm_detail .cbzxan a{
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
    }
}
