/* Author: tianhu & ztm
Email：119118760@qq.com 
Url：http://www.zhutima.com
update: 2021-03-16 */

/* public start */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666
}

body {
  margin: 0
}
h4,
h2,
h3,
ul,
li,
dd,
dt,
dl,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #1B7EF4;
  ;
  text-decoration: none;
}
input,button{
  border:0px;
  outline:none;
}

a:active,
a:hover {
  outline: 0
}

a:active,
a:hover {
  outline: 0;
}

textarea {
  overflow: auto;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 12px;
}

.f16 {
  font-size: 12px;
}

/* 行高 */
.line-height1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-height2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 颜色 */
.color1 {
  color: #1B7EF4;
}

.color2 {
  color: #666;
}

.lay-mg-top {
  margin-top: 15px;
}
.lay-mg-bottom {
  margin-bottom: 15px;
}

.lay {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.lay-shadow {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}


@media (min-width: 768px) {
  .lay {
    width: 730px;
  }
  .th-about{
    width: 365px;
  }
}

@media (min-width: 992px) {
  .lay {
    width: 950px;
  }
  .th-about{
    width: 475px;
  }
}

@media (min-width: 1200px) {
  .lay {
    width: 1200px;
  }
  .th-about{
    width: 600px;
  }
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.xs-1,
.md-1,
.xs-2,
.md-2,
.xs-3,
.md-3,
.xs-4,
.md-4,
.xs-5,
.md-5,
.xs-6,
.md-6,
.xs-7,
.md-7,
.xs-8,
.md-8,
.xs-9,
.md-9,
.xs-10,
.md-10,
.xs-11,
.md-11,
.xs-12,
.md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12 {
  float: left;
}

.xs-12 {
  width: 100%;
}

.xs-11 {
  width: 91.66666667%;
}

.xs-10 {
  width: 83.33333333%;
}

.xs-9 {
  width: 75%;
}

.xs-8 {
  width: 66.66666667%;
}

.xs-7 {
  width: 58.33333333%;
}

.xs-6 {
  width: 50%;
}

.xs-5 {
  width: 41.66666667%;
}

.xs-4 {
  width: 33.33333333%;
}

.xs-3 {
  width: 25%;
}

.xs-2 {
  width: 16.66666667%;
}

.xs-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {

  .md-1,
  .md-2,
  .md-3,
  .md-4,
  .md-5,
  .md-6,
  .md-7,
  .md-8,
  .md-9,
  .md-10,
  .md-11,
  .md-12 {
    float: left;
  }

  .md-12 {
    width: 100%;
  }

  .md-11 {
    width: 91.66666667%;
  }

  .md-10 {
    width: 83.33333333%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.66666667%;
  }

  .md-7 {
    width: 58.33333333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.66666667%;
  }

  .md-4 {
    width: 33.33333333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.66666667%;
  }

  .md-1 {
    width: 8.33333333%;
  }
}

.lay:before,
.lay:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.pd-left-none {
  padding-left: 0px;
}

.pd-right-none {
  padding-right: 0px;
}

.lay-padding {
  padding: 15px;
}

/* public end */

/* top nav */
.top-nav{
  /* background-color: #1B1D1F; */
  background-color: #f8f8f8;
  height:35px;
  line-height:35px;
  overflow: hidden;
}
.top-nav-1{
  float: left;
  color: #666;
  font-size: 13px;
}
.top-nav-2{
  float: right;
  color: #666;
  font-size: 13px;
}
.top-nav-2 span{
  color: #F4384A;
  font-weight: bold;
}

/* menu start */
.header {
  background-color: #fff;
  border-bottom: 1px solid #EEE;
  height:90px;
}
.head-logo{height:85px;}
.head-logo a{
  display: block;
  overflow: hidden;
}
.head-logo a img{
  max-width: 100%;
  height:85px;
}
ul.th-menu{
  float: right;
}
.th-menu>li {
  position: relative;
  float: left;
  height: 90px;
  line-height: 90px;
}

.th-menu>li>a {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  color: #333;
}

.th-menu>li>a.on {
  /* background-color: #f0f7ff; */
  color: #1B7EF4;
  font-weight: bold;
}

.th-menu>li>a.on:before {
  text-decoration: none;
  width: 100%;
  left: 0;
}

.th-menu>li>a:before {
  position: absolute;
  content: '';
  left: 50%;
  height: 2px;
  bottom: 0;
  width: 0;
  transition: all .5s;
  background: #1B7EF4;
}

.th-menu>li>a:hover:before {
  text-decoration: none;
  width: 100%;
  left: 0;
}

.th-menu>li>a:hover {
  color: #1B7EF4;
  /* background-color: #f0f7ff; */
}

.th-menu>li>a:hover i {
  border-color: #1B7EF4 #fff #fff;
}

.th-menu>li>a i {
  position: absolute;
  right: 5px;
  top: 43px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #333 #fff #fff;
  -moz-transition: -moz-transform .2s ease-in;
  -webkit-transition: -webkit-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  transition: transform .2s ease-in;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.th-menu>li>a:hover i {
  -moz-transform: rotate(180deg);
  -moz-transform-origin: 50% 30%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 30%;
  -o-transform: rotate(180deg);
  -o-transform-origin: 50% 30%;
  transform: rotate(180deg);
  transform-origin: 50% 30%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.th-menu>li>ul {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  top: 90px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 1010;
  width: 100%;
}

.th-menu>li:hover ul {
  display: block;
}

.th-menu>li ul li {
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.th-menu>li ul li a {
  line-height: 35px;
  color: #4c4c4c;
  display: block;
  font-size: 14px;
  padding:5px;
  text-align: center;
}

.th-menu>li ul li a:hover {
  color: #1B7EF4;
  /* background-color: #1B7EF4; */
  transition: 0.3s ease-out;
}
/* menu end */

/* search start*/
.th-search {
  background-color: #fff;
  padding: 20px 0px;
}

.s-flex {
  display: flex;
  justify-content: space-between;
}

.search-1 {
  line-height: 36px;
}

.search-1 i {
  color: #F4384A;
}

.search-1 span {
  font-size: 14px;
  color: #000;
  margin-right: 5px;
}

.search-1 span a {
  color: #999;
  font-weight: 200;
}

.search-1 span a:hover {
  color: #F4384A;
  transition: 0.3s ease-out;
}

.search-input {
  text-align: left;
  height: 35px;
  border: 1px solid #1B7EF4;
  border-radius: 3px 0px 0px 3px;
  font-size: 14px;
  padding: 0px 5px;
  color: #666;
}

.search-sub {
  height: 36px;
  line-height: 35px;
  padding: 0 8px;
  border: 1px solid #1B7EF4;
  border-radius: 2px;
  font-size: 14px;
  background-color: #1B7EF4;
  color: #fff;
  cursor: pointer;
}
/* search end */

/* 标题框 start*/
.th-bt {
  height: 60px;
  line-height: 60px;
  position: relative;
  box-sizing: border-box;
}

.th-bt span {
  margin-left: 15px;
  font-weight: 300;
  color: #2c2e3b;
  font-size: 20px;
}

.th-bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 36%;
  width: 4px;
  height: 32%;
  background-color: #1B7EF4;
  border-radius: 4px;
}

.th-bt i {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  color: #ddd;
}

.th-bt i:hover {
  color: #1B7EF4;
  transition: 0.3s ease-out;
}

/* 标题框 end*/
.article-pd {
  padding: 0px 10px;
  overflow: hidden;
}
.index-list {
  background-color: #f6f6f6;
}

.article-bg {
  background-color: #fff;
  padding: 15px 15px;
}
/* 推荐c */
.list-c-img {
  position: relative;
  width: 100%;
  height: 200px;
}
.list-c-icon {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0 8px;
  /* border-radius: 5px; */
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
.list-c-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.trnimg {
  overflow: hidden;
}
.trnimg img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.trnimg:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.list-c-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  padding: 10px;
}
.list-c-title a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-c-title a:hover {
  color: #1B7EF4;
  transition: 0.3s ease-out;
}

.list-d-title {
  margin-top: 5px;
  line-height: 35px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

.list-d-title .date {
  float: right;
  color: #888;
}

.list-d-title a:hover {
  color: #1B7EF4;
  transition: 0.3s ease-out;
}

.list-d-title i {
  color: #999;
}

/* 最新发布 */
.news {
  overflow: hidden;
}

.listcom {
  padding: 10px 0px;
  border-bottom: 1px solid #f0f0f0;
}

.listcom2 {
  padding: 15px 15px 15px 0px;
  border-bottom: 1px solid #f0f0f0;
}

/* 服务 */
.serve-con{
  background-color: #f6f6f6;
  padding:50px 0px;
}
.serve-con-big{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: rgba(51,51,51,1);
  line-height: 40px;
  margin-bottom: 25px;
}
.serve-item{
  height: 400px;
  padding: 58px 40px 50px;
  box-sizing: border-box;
  float: left;
  background: rgba(255,255,255,1);
  border-radius: 2px;
}

.block-hover:hover{
  background-color: #172d3a;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 8%);
  transition: 0.3s ease-out;
}
.block-hover:hover .item-txt,.block-hover:hover .item-tit{
  color: #fff;
}

.item-tit{
  font-size: 24px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(51,51,51,1);
  line-height: 24px;
}

i.item-line{
  display: block;
  width: 30px;
  height: 3px;
  margin: 24px auto;
  background: rgba(27,126,244,1);
}
.item-txt{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(136,136,136,1);
  line-height: 26px;
}

.item-tel a{
  width: 90%;
  margin: 0 auto;
  display: block;
  border: 1px solid #F4384A;
  color: #F4384A;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
  margin-top: 20px;
}

.item-tel a:hover{
  background-color: #F4384A;
  color: #fff;
  transition: 0.4s ease-out;
}

.item-tel1 a{
  background-color: #F4384A;
  color: #fff;
}

.item-tel1 a:hover{
  background-color: #d13141;
  border: 1px solid #d13141;
  transition: 0.4s ease-out;
}

/* 优势 */
.block-youshi{
  padding: 58px 0 60px;
  background: url(image/ys.png) no-repeat center center;
}
.block-youshi-color{
  color: #fff;
}
.serve-con-info{
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding:0px 15px;
}
.block-youshi-padding{
  padding:20px;
}
.item-img img{ 
  width: 100%;
  height:190px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 5px;
}
/* 公司介绍 */
.about-con{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.about-con-1{
  overflow: hidden;
  width: 50%;
  float: left;
  height:400px;
  background-color: #fff;
  position: relative;
}
.about-info-1{
  overflow: hidden;
  position: absolute;
  top:50px;
  right:0px;
  padding:0px 15px;
}
.info-1-tit{
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(51,51,51,1);
  line-height: 24px;
}
.info-1-tit span{
  font-size:20px;
  color: #F4384A;
  margin-left:15px;
}
.info-1-txt{
  margin-top:20px;
  color: rgba(136,136,136,1);
  line-height: 26px;
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.info-tel{
  position: absolute;
  bottom:50px;
  right:0px;
  padding: 0px 15px;
}
.info-tel ul li{
  float: left;
  margin-right:12px;
  overflow: hidden;
}
.info-tel ul li a{
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  padding:0px 20px;
  font-size:16px ;
}
.info-tel ul li a.a-1{
  border: 1px solid #F4384A;
  color: #F4384A;
}

.info-tel ul li a.a-1:hover{
  background-color: #F4384A;
  color: #fff;
  transition: 0.4s ease-out;
}
.info-tel ul li.a-2{
  /* border:1px solid #1B7EF4; */
  color: #1B7EF4;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  padding:0px 20px;
  font-size:16px ;
}

.about-info-2{
  width: 50%;
  float: right;
  height: 400px;
  background: url(image/about-r.jpg) no-repeat center center!important;
}
.info-2-tit{
  margin-top: 50px;
  padding:0px 40px;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}
.info-2-txt{
  margin-top: 60px;
  padding:0px 40px;
  line-height: 24px;
  color: #f9f9f9;
}

.info-2-num{
  margin-top: 60px;
  padding:0px 40px;
  line-height: 24px;
  color: #f9f9f9;
  overflow: hidden;
}
.info-2-num ul li{
  float: left;
  margin-right:50px;
}
.info-2-num-1 {
  line-height:25px;
  vertical-align: middle;
}
.info-2-num-1 span{
  font-size:25px;
  margin-right:5px;
}
.info-2-num-2{
  margin-top: 5px;
  color: #bcc6cc;
}
.pro-con{
  background-color: #f1f5f9;
  padding: 50px 0px;
}
/* 产品 */
.block-pro-color{
  color: rgba(51,51,51,1);
}
.block-pro-color1{
  color: #999;
}
.pro-cate{
  line-height:40px;
  margin-top: 20px;
  margin-bottom:5px;
}
.pro-item{
  background-color: #fff;
}
span.cate-1{
  font-size: 24px;
  color:#1B7EF4;
  font-weight: bold;
}
span.cate-2{
  float: right;
  font-size: 14px;
  color:#1B7EF4;
}
.starcon {
  position: relative;
  background-color: #fff;
  padding-bottom:15px;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.starcon:hover{
  box-shadow: 0px 0.1px 50px rgba(0, 0, 0, 0.15);
  top:-7px;
}
.starcon:hover .pro-item-tit a{
  color: #1B7EF4;
}
.starcon:before {
  position: absolute;
  content: '';
  left: 50%;
  height: 2px;
  bottom: 0;
  width: 0;
  transition: all .5s;
  background: #1B7EF4;
}
.starcon:hover:before {
  text-decoration: none;
  width: 100%;
  left: 0;
}
.starcon_img{
  height: 200px;
  text-align: center;
}
.starcon_img img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.pro-item-tit{
  font-size: 16px;
  color:#333;
  padding: 0 28px;
  line-height: 24px;
  text-align: center;
  line-height: 35px;
  margin-top: 14px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* banner start */
.thbanner {
  height: 500px;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  float: left;
}
.swiper-slide a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.swiper-pagination{
  text-align: center;
}
.swiper-pagination-bullet{
  width: 40px;
  border-radius:2px;
  height: 4px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.9;
  background-color: #000;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f2f5f7;
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}
.swiper-button-next {
  right: -40px
}
.swiper-button-prev {
  left: -40px
}
.swiper-container:hover .swiper-button-next {
  right: 0
}
.swiper-container:hover .swiper-button-prev {
  left: 0
}
.thbanner-img-height {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.thbn-title {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding-right: 20px;
  overflow: hidden;
  transition: all 0.5s;
  text-align: right;
}
.banner_ahover:hover .thbn-title {
  bottom: 5px;
}
/* banner end */


/* article list start*/
.ztm-arc {
  background-color: #f6f6f6;
  padding: 10px;
}

.ztm-arc-con {
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
}

.ztm-crumb {
  line-height: 25px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px solid #f6f6f6;
}

.ztm-crumb span,
.ztm-crumb span a {
  font-weight: 300;
  color: #999;
  font-size: 13px;
}

.ztm-crumb span a:hover {
  color: #1B7EF4;
  transition: 0.3s ease-out;
}

.ztm-crumb i {
  vertical-align: middle;
}

.ztm-arc-con div:nth-child(2) {
  border-top: none;
}

.ztm-arc-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #eaeaea;
  padding: 15px 0px;
}

.arc-list-1 {
  width: 170px;
  height: 145px;
  overflow: hidden;
  border-radius: 5px;
}
.arc-list-1 a img{
  width: 100%;
  object-fit: cover;
  height: 145px;
  transition: .5s all;
}

.arc-list-1  a img:hover{
  transform: scale(1.05);
}

.arc-list-2 {
  width: 660px;
  height: 145px;
  position: relative;
}

.arc-list-2 h3 {
  line-height: 35px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}
.arc-list-2 h3 a{
  transition: .5s all;
}

.arc-list-2-info {
  line-height: 22px;
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.arc-list-2-note {
  position: absolute;
  bottom: 0;
  left: 0;
}

.arc-list-2-note span {
  color: #999;
  font-size: 14px;
}

/* left */
.ztm-list-tel {
  text-align: center;
}

.ztm-list-tel-1 i {
  font-size: 40px;
  color: #1B7EF4;
  font-weight: 100;
}

.ztm-list-tel-3 {
  font-size: 25px;
  color: #333;
  font-weight: bold;
}

.ztm-list-tel-4 {
  margin-top: 10px;
}

.ztm-list-tel-4 a {
  background-color: #1B7EF4;
  color: #fff;
  line-height: 35px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 5px;
}

.ztm-list-nav{
  overflow: hidden;
}
.list-nav-tit{
  font-weight: bold;
}
.list-nav-tit i{
  color: #1B7EF4;
  font-weight: 300;
  margin-right: 5px;
}
.ztm-list-nav ul{
  overflow: hidden;
}
.ztm-list-nav ul li{
  background-color: #f6f6f6;
  margin-top: 15px;
}
.ztm-list-nav ul li a{
  display: block;
  padding: 15px 20px;
}
.ztm-list-nav ul li a.nav-list-on{
  color: #1B7EF4;
}
.ztm-list-nav ul li a i{
  float: right;
  font-weight: bold;
}

/* 文章详情 */
.ztm-arc-detail{
  overflow: hidden;
}
.ztm-arc-detail h2{
  color: #333;
  margin: 10px 0px;
}
.arc-detail-info span{
  color: #999;
  margin-right: 8px;
  font-size: 12px;
}
.arc-detail-con{
  margin-top: 15px;
  line-height: 30px;
  color:#333 ;
}
.arc-detail-con p{
  margin:15px 0px;
  line-height: 30px;
}

.arc-detail-con img,.arc-detail-con p img{
  max-width: 100%;;
}
.arc-detail-con table{
  margin:15px 0px;
  width: 100%;
}
.arc-detail-con table td{
  border-collapse: collapse; 
  border:1px solid;
}

.ztm-list-copyright{
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ddd;
}
.list-copyright-1{
  width: 130px;
  height: 130px;
}
.list-copyright-2{
  width: 730px;
  padding-right:10px;
}
.saoyisao{
  margin-bottom: 5px;
}
.saoyisao i{
  margin-right: 3px;
}
.saoyisao{
  color: #1B7EF4;
}
.saoyisao-info{
  color: #999;
  font-size: 13px;
  line-height: 25px;
}
.arc-detail-line{
  font-size: 12px;
  padding-top: 5px;
  color: #999;
}
.ztm-list-tags{
  margin-top: 10px;
  margin-right: 5px;
}
.ztm-list-tags span:nth-child(1){
  color: #1B7EF4;
  margin-right: 1px;
}
.ztm-list-tags span{
  margin-right: 10px;
}
.ztm-list-tags span a{
  color: #666;
}
.ztm-list-tags span a:hover{
  color: #1B7EF4;
  transition: 0.4s ease-out;
}

.ztm-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0.95;
}
/* footer */
.footer{
  background-color: #222;;
  padding:20px 0px ;
}
.footer_info1{
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #333;
  color: #666;
  font-weight:200 ;
  text-align: center;
  border-radius:5px;
}
.footer_info1 i{
  margin-right:10px;
  font-size:20px ;
}

.footcon1 dt {
  font-size: 16px;
  margin-bottom: 15px;
  color: #f2f5f7;
}

.footcon1 dd {
  line-height: 25px;
  color: #666;
  overflow: hidden;
  font-size: 14px;
}
dd.ztm-foot-about{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
dd.ztm-foot-about a{transition: 0.4s ease-out;color: #666;}
dd.ztm-foot-about a:hover{color: #fff;}

.footewm {
  width: 103px;
  height: 103px;
  border: 1px solid #585858;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
}

.footer_link{
  color: #666;
}
.footer_link ul li{
  float: left;
  margin-right:10px;
}
.footer_link ul li a{
  color: #666;
  transition: 0.3s ease-out;
  font-size: 12px;
  font-size: 14px;
}
.footer_link ul li a:hover{
  color: #f5f5f5;
}
.footer_copy{
  color: #666;
  text-align: center;
  font-size: 14px;
}
.footer_copy a{
  color: #666;
  font-size: 14px;
}
.footer_kuaij{
  text-align: center;
  margin-bottom: 10px;
}
.footer_kuaij a{
  margin-right:10px;
  color: #666;
  transition: 0.3s ease-out;
  font-size: 14px;
}
.footer_kuaij a:hover{
  color: #f5f5f5;
}
/* pagebar */

.pagebar {
  text-align:center;
}

.pagebar a:hover{
  color: #1B7EF4;
}
.pagebar span{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 13px;
  margin: 5px 2px;
  border:1px solid #f0f0f5;
  color:#666;
  padding: 5px 10px;
  border-radius: 2px;
  box-sizing: border-box;
}

.pagebar span:hover{
  background:#1B7EF4;
  color:#fff ;
  border:1px solid #1B7EF4;
}

.pagebar span.now-page{
  background:#1B7EF4;
  border: 1px solid #1B7EF4;
  color:#fff ;
}
/*----------- comm -----------*/	
input.text {color: #999;border-radius:0;transition: all .35s ease 0s;line-height: 38px;height: 38px;width: 100%;padding: 0 10px;border: 1px solid rgba(227, 229, 236, .4);background: #f8f8fc;}
input.text:focus,
#txaArticle:focus {border: 1px solid #1B7EF4;}
.button {margin-top:10px;display: inline-block;height: 38px;line-height: 38px;padding: 0 20px;background-color: #1B7EF4;transition: 0.3s ease-out;color: #fff;white-space: nowrap;text-align: center;font-size: 14px;border: 0;border-radius: 2px;cursor: pointer;opacity: .9;
  filter: alpha(opacity=90);vertical-align: middle;}
#txaArticle {position: relative;z-index: 1;padding: 5px;height: 80px;min-height: 14px;margin: 0;outline: 0;width: 100%;min-width: 100%;border: 1px solid rgba(227, 229, 236, .4);background: #f8f8fc;border-radius: 0rem;line-height: 1.6;}
.msgArticle{padding:10px}
.children .msgArticle{ background: #f9fafc; padding:10px 15px; border-radius: 4px; position: relative;}
.children .msgArticle:before{content: "";display: block;border-top: none;border-right: 15px solid transparent;border-bottom: 15px solid #f9fafc;border-left: 15px solid transparent;position: absolute;top: -12px;left: 15px;}
.msgReply{background: #f7f9fd;margin-top:8px;padding: 10px 0px 0px 10px;border-radius:5px;}
.avatar{float:left;position:relative;-webkit-border-radius:50px;border-radius:50px;background-color:#fff;margin-right:10px; margin-top: 10px;}
.avatar img{width:4rem;height:4rem;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;}
.avatar img:hover{transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);}
.commBody{position:relative;margin-left:35px;padding:0 0 1rem 1rem!important;}
.commBody .commInfo{font-size:14px;line-height:2rem;word-wrap:break-word; line-height: 24px; color: rgba(0,0,0,0.8)}
.commBody .commInfo span{ margin-right: 4px; color: #f00}
.commTop{margin-left:-1rem;margin-right:-1rem;margin-bottom:0rem;font-weight:500;font-size:1.4rem;}
.commTop a{color:#9ca0ad;font-size:12px;margin-right:.8rem}
.commFooter{font-size:12px;line-height:16px;margin-top:10px;}
.commTime{font-size:12px;margin-right:.8rem;color:#9ca0ad}
.commReply{font-size:12px;color:#9ca0ad}
.msgname .msgname,div.children{margin-left:78px;line-height: 30px;}
.msgname {line-height:30px;color:#999;}
div.children > div.children{margin-left:0rem}
div.children .avatar,.msgname .msgname .avatar{width: 36px; height: 36px; margin-left: 2px; margin-top: 5px;}
div.children .avatar img,.msgname .msgname .avatar img{width: 36px; height: 36px;}
.postbottom{color:#999;font-size:14px;line-height: 25px;margin-top: 10px;}
.commentpagebar{overflow: hidden;margin-bottom: 15px;padding: 10px;}
#cancel-reply{line-height:30px;color: #999;}
#cancel-reply:hover{color: #1B7EF4;}
.wap-click-menu{display: none;}

.zcatebanner{height: 180px;}

.article-banner{
  height:180px;
}
.article-banner img{
  width: 100%;
    align-self: center;
    object-fit: cover;
    height: 100%;
}

/* wap css */
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .wap-none,.search-1 {
    display: none;
  }
  .free-secrch{
    text-align: center;
    margin: 0 auto;
  }

  .th-news-menu {
    display: none;
  }

  .block-youshi{
    background:#1B7EF4;
  }

  .serve-item{
    height: auto;
  }

  .wap-moudle-top{
    margin-top: 100px;
  }

  .wap-top {
    margin-top: 14px;
  }

  .pd-left-none {
    padding-left: 7px;
  }

  .pd-right-none {
    padding-right: 7px;
  }

  .banner-tui ul li {
    width: 100%;
  }

  .news-left {
    width: 40%;
  }

  .news-right {
    width: 59%;
  }

  .about-con-1{
    width:100%;
  }

  .about-info-2{
    display: none;
  }
  .info-tel{
    padding: 0px;
  }
  .top-nav{
    display: none;
  }
  /* banner wap */
  .thbanner{
    height:220px;
  }
  .thbanner-img-height {
    height: 220px;
  }
   /* wap menu setting start */
   .header{
     height: auto;
   }
   .wap-header-nav {
    position: fixed;
    top: 100%;
    right: 0%;
    height: 100%;
    background: #fff;
    z-index: 8888;
    transition: all .5s linear;
  }

  .wap-header-logo{
    position: fixed;
    top: 0;
    right: 0%;
    background: #fff;
    z-index: 9999;
  }
  .wap-click-menu{
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    color: #1B7EF4;
  }
  .wap-click-menu i{
    font-size: 30px;
  }
  .thbanner{
    margin-top: 80px;
  }
  .wap-act {
    top: 80px;
  }
  ul.th-menu{
    float: none;
  }
  .th-menu>li {
    float: none;
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    margin-bottom: 3px;
  }

  .th-menu>li>a {
    width: 100%;
    font-size: 14px;
  }

  .th-menu>li>a:before {
    display: none;
  }

  .th-menu>li>a.on {
    background-color: #fff;
    color: #333;
  }

  .th-menu>li>a i {
    display: none;
  }

  /* two menu */
  .wap-menu span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    background: #eaeaea;
    font-weight: 100;
    width: 40px;
    text-align: center;
    display: block;
    z-index: 1000;
  }

  .th-menu>li>ul {
    top: 50px;
    box-shadow: none;
    background-color: #eaeaea;
    padding: 15px 10px;
  }

  .th-menu>li>ul>li {
    width: 49%;
    float: left;
    border: none
  }

  .th-menu>li>ul>li>a {
    display: block;
    color: #333333;
    margin-left: 5px;
    margin-top: 5px;
    text-align: left;
    padding-left: 25px;
    line-height: 25px;
    background-color: #F7F8F8;
  }

  .th-menu>li:hover ul {
    display: none;
  }
  .arc-list-1{
    width: 35%;
  }
  .arc-list-2{
    width:60%;
  }
  /* wap menu setting end */
  
}