/* 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;overflow-x: hidden;}
h4, h2, h3, h6, 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;
  position: relative;
}
.head-logo{height:85px;}
.head-logo h1{padding: 0;margin: 0;}
.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;
  font-weight: bold;
}

.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: -32px;
  white-space: nowrap;
  top: 90px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 1010;
  width:150px;
}

.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-pro{display: none;height:430px;transition: 0.3s ease-out;padding:30px;position: absolute;left: 0;width: 100%;background: #fff;top: 90px;border-top: 1px solid rgba(216, 216, 216, 0.46);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);z-index: 1000;}
.menu-anli{display: none;height:430px;transition: 0.3s ease-out;padding:30px;position: absolute;left: 0;width: 100%;background: #fff;top: 90px;border-top: 1px solid rgba(216, 216, 216, 0.46);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);z-index: 1000;}
.nav-content {padding: 0;height: 100%;}
.pro-search{overflow: hidden;margin-bottom: 40px;}
.pro-search span{margin-right:10px;}
.pro-search span a{color: #999;transition: 0.3s ease-out;}
.pro-search span a:hover{color: #1B7EF4;}
.nav-content .nav-col {width: 185px;float: left;margin-right: 15px;padding-bottom: 20px;}
.nav-content li:last-child{margin-right: 0px;}
.product-type {
  padding: 0;
  font-size: 14px;
  color: #191C3D;
  text-align: left;
  line-height: 26px;
  font-weight: bold;
}
.product-type:after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  opacity: 0.1;
  background: #191C3D;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-type {
  margin-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-type > ul {margin: 0; padding: 0;}
.nav-type li {float: none;margin-left: 0;line-height: 40px;vertical-align: middle;}
.nav-type li a{transition: 0.3s ease-out;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.nav-type li a img{height:30px;width:30px;vertical-align: middle;margin-right:4px;}
.nav-type.no-border { border: none;}

/* menu end */

/* banner xia san pin pai */
.xml-pp{background-color: #fff; margin:30px 0px;}
.xml-veiws{height: 110px;background: #f6f6f6;display: flex;justify-content:center;padding-top: 25px;border-radius:1px;transition: 0.3s ease-out;border: 1px solid #f6f6f6;}
.xml-veiws:hover{background: #2087ed;border: 1px solid #73aaee;}
.xml-veiws:hover .veiws1 p{color: #fff;}
.xml-veiws div:nth-child(1){margin-right: 10px;}
.veiws-img{height:50px;width:50px;margin-top:5px;}
.veiws-img img{max-width: 100%;height:50px;}
.veiws1 p{font-size: 13px;line-height: 28px;color: #666;}
.veiws1 p:nth-child(1){font-size: 17px;color: #222;}
/* 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-width{width:185px;}
.search-width1{width:40%;}

.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 h3{padding: 0;margin: 0;}

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

.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: 10px 5px;
}

.xml-more{text-align: center;margin: 15px 0px;}
.xml-more a{font-size: 12px;padding:5px 10px;border: 1px solid #ddd;color:#999;border-radius: 2px;transition: 0.3s ease-out;}
.xml-more a:hover{background: #1B7EF4;color:#fff;border-color: #1B7EF4;}
.ztmpic{height: 150px;display: block;overflow: hidden;}
.ztmpic a {display: block;overflow: hidden;position: relative;}
.ztmpic a img{height: 150px;object-fit: 100%;width: 100%;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;-o-transition: all 0.3s;}
.ztmpic a img:hover { transform: scale(1.1); -moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.ztmpic a h6{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;position:absolute;bottom: 5px;left: 0px;line-height: 35px;background-color: #09163f;color:#fff;width: 100%;font-weight: 300;padding: 0px 10px;font-size: 14px;}
#tit { display: flex; justify-content: center; align-items: center; margin-bottom: 10px; }
#tit h3 {padding: 0;margin: 0;}
#tit h3  { height: 45px; line-height: 45px; width: 15%; font-size: 16px; text-align: center; background: #fff; margin-right: 10px; cursor: pointer; }
#tit h3.select { background: #2087ed; color: #fff; position: relative; }
#tit h3.select #z-down{display: block; position: absolute;left:45%;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #2087ed;}
#tit h3 #z-down{display: none;}
.ztmhide{display: none;}

/* 推荐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 .serve-item{ height: auto;}
.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-con-big h2{padding: 0;margin: 0;font-size: 36px;}
.serve-item{
  height: 400px;
  padding: 40px;
  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{
  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,.block-hover:hover .item-tel a:hover{
  background-color: #F4384A;
  color: #fff;
  transition: 0.4s ease-out;
}
.block-hover:hover .item-tel a:hover{border: 1px solid #d13141;}
.block-hover:hover .item-tel a{border: 1px solid #fff;color: #fff;}

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

.item-tel1 a:hover,.block-hover:hover .item-tel1 a{
  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:300px;
  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(../include/ditu.png) 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;
  max-width: 100%;
}
.xml-proinfo ul li{font-size: 13px; text-align: center;height: 42px;line-height: 42px; border-bottom: 1px solid #e6e5e5;margin: 0 15px;color: #666;}
.xml-proicon{position:absolute;top:0px;right:0px;width: 0;height: 0;border-top: 55px solid red;border-left: 55px solid transparent;}
.xml-prospan{position:absolute;top:5px;right:3px;color:#fff;font-size: 13px;}
.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;
}
.pro-item-tit a{font-weight: bold;}
/* banner start */
.thbanner {
  height: 430px;
  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: 430px;
  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 h1{text-align: center;}
.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 a,.arc-detail-con p a{color:#1B7EF4;}

.arc-detail-con img,.arc-detail-con p img{
  max-width: 100%;
}
.arc-detail-con table{
  margin:15px 0px;border-collapse: collapse; line-height: 24px;width: 100%;
}
.arc-detail-con table[width]{width: 100%;}
.arc-detail-con table td{
  border-collapse: collapse; 
  border:1px solid;
}
.arc-detail-con table img{ font-size: 0; display:block;padding:10px;}
.arc-detail-con table p{ margin:0px;text-indent: 0em;}
.arc-detail-con table caption{padding:10px;background: #1b7ef6;color: #fff;line-height: 26px; font-size: 16px; font-weight: 500;}
.arc-detail-con table caption a{color: #b1f6ff;}
.arc-detail-con table td,.arc-detail-con table th{border: 1px solid #e8f1f9;padding:10px}
.arc-detail-con table thead tr,.arc-detail-con table tr th{background-color: #f3f9ff}
.arc-detail-con table tbody tr{background-color: #fff;}
.arc-detail-con table tbody tr:nth-child(2n){background-color: #fbfeff;}
.arc-detail-con hr{ border: 0.5px solid #eee;}

.ztm-list-copyright{
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ddd;
}
.list-copyright-1{
  width: 130px;
  height: 130px;
  background-color: #ddd;
}
.list-copyright-2{
  width: 706px;
}
.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: #f6f6f6;;
  padding:20px 0px ;
  position: relative;
  z-index: 98;
}
.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: 14px;
  margin-bottom: 15px;
  color: #2F2F2F;
  font-weight: 700;
}

.footcon1 dd {
  line-height: 25px;
  color: #666;
  overflow: hidden;
  font-size: 14px;
}
.footcon1 dd a{transition: 0.4s ease-out;}
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 #ddd;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
}

.footer_link{
  color: #666;
  text-align: center;
}
.footer_link ul li{
  float: left;
  margin-right:10px;
  font-size: 12px;
}
.footer_link ul li a{
  color: #666;
  transition: 0.3s ease-out;
  font-size: 12px;
}
.footer_link ul li a:hover{
  color: #1B7EF4;
}
.footer_copy{
  color: #666;
  font-size: 12px;
  text-align: center;
}
.footer_copy a{
  color: #666;
  font-size: 12px;
}
.footer_kuaij{
  margin-bottom: 10px;
  text-align: center;
}
.footer_kuaij a{
  margin-right:10px;
  color: #666;
  transition: 0.3s ease-out;
  font-size: 12px;
}
.footer_kuaij a:hover{
  color: #1B7EF4;
}
/* ximali footer ke fu */
.xml-kf-tit{overflow: hidden;}
.kf-tit1{font-weight: bold;font-size: 18px;border-right: 1px solid #d2d2d2;float: left;padding-right: 15px;}
.kf-tit1 span{color: #F4384A;}
.kf-tit1 p{font-weight: normal;color: #F4384A;font-size: 12px;}
.kf-tit2{font-weight: 500;float: left;color: #F4384A;font-size: 24px;line-height: 26px;padding: 5px 0 10px 10px;}
.xml-lianxi{margin-top: 35px;overflow: hidden;}
.xml-lianxi ul li{float: left;margin-right: 30px;}
.xml-lianxi ul li i{font-size: 40px;}
.xml-lianxi ul li p{font-size: 12px;}
/* 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;}
#inpVerify{width: 100px;margin-bottom: 15px;}
#divCommentPost p img{vertical-align: middle;}
/* ce bian zhi ding */
.thgotop { position: fixed; right:20px;bottom:100px; z-index: 99; }
.thgotop ul li { width: 40px; height: 40px; background: #fff; margin-top: 10px; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08); border: 1px solid #fff; border-radius: 4px; box-sizing: border-box; cursor: pointer; }
.ditop { cursor: pointer; text-align: center; vertical-align: middle; transition: 0.3s ease-out; position: relative; }
.ditop i { display: inline-block; margin-top: 5px; font-size: 20px; color: #000; }
.ditop span { display: none; font-size: 12px; width: 30px; margin: 0 auto; margin-top: 3px; }
 .ditop:hover { background-color: #3297fc; border: 1px solid #3297fc;  } 
.ditop:hover i { display: none; }
.ditop:hover span { display: block; color: #fff;} 
.ditopcon { position: absolute; width: 160px; bottom: -50px; left: -163px; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08); border: 1px solid #fff; border-radius: 4px; box-sizing: border-box; transition: 0.3s ease-out; display: none; padding: 10px; background-color: #fff; }
.ditop-top { margin-top: 10px; }
.ditop-qq-img { width: 35px; height: 35px; margin: 0 auto; }
.ditop-qq-btn { overflow: hidden; margin: 10px 0px 0px 0px; }
.ditop-qq-btn img { margin-bottom: 8px; }
.ditop-qq-height { height: 35px; }
.ditop-time { color: #999; font-size: 12px; line-height: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
.ditop-tel { color: #3297fc; font-size: 18px; line-height: 30px; }
.ditop-email { color: #FF5151; font-size: 12px; line-height: 25px; }
/* .ditopcon { display: block; color: #999; font-size: 14px; } */
.topthewm { width: 100px; height: 100px; border: 1px solid #f0f0f0; margin: 0 auto; margin-top: 10px; box-sizing: border-box; padding: 5px; border-radius: 5px; }

/* ar detail fen xiang */
.xmlbshare {text-align: center;margin-top: 30px;margin-bottom: 20px;}
.xmlbshare a { cursor: pointer; color: #999; margin-right: 20px; transition: 0.3s ease-out; }
.xmlbshare a:last-child { margin-right: 0px; }
.xmlbshare a i { font-size: 20px; }
.xmlbshare a:nth-child(1):hover { color: #48c82e; }
.xmlbshare a:nth-child(2):hover { color: #e71f19; }
.xmlbshare a:nth-child(3):hover { color: #5883e8; }
.xmlbshare a:nth-child(4):hover { color: #f5c01c; }
.xmlbshare a:nth-child(5):hover { color: #00bf03; }
.xmlbshare a:nth-child(6):hover { color: #1890ff; }
.tab-top{ position: fixed; top: 80px;}
/* dian zan */
.xmlzan { display: flex; justify-content: center; align-items: center;margin:30px 0px;}
.xmlzan span { margin-right: 15px; border: 1px solid #2087ed; padding: 5px 20px; font-size: 13px; vertical-align: middle; border-radius: 3px; background-color: #f6f6f6; }
.xmlzan span i { margin-right: 10px; color: #2087ed; vertical-align: middle; }
.xmlzan span em { font-style: normal; color: red; margin-left: 10px; }
.ztmLeft_QQ img{width: 100%;height:150px;}

.xml-pp .row{ overflow: hidden;}
.bannerFot .xml-veiws{ height: auto; padding: 25px;width: 100%;}
.bannerFot .fotPage{ position: relative; text-align: center; bottom: -5px;}
.bannerFot .fotPage .swiper-pagination-bullet{ width: 6px; height: 6px;background: #686868; border-radius: 20px;}
.bannerFot .swiper-slide{ text-align: left;display: -webkit-box; height: auto;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.bannerFot .swiper-slide .veiws-img a{ font-size: 0;}
.bannerFot .swiper-notification{ position: absolute;}

/* 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;
  }
.serve-con .serve-item{ width: 100%;}
  .wap-moudle-top{
    margin-top: 100px;
  }
.item-img img{ height: 220px;}
  .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;
    width: 100%;
    left: 0px;
  }

  .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%;
  }
  .menu-more{display: none;}
  /* wap menu setting end */
  .wap-ztm-top{margin-top: 10px;}
  .xml-pp{margin-top:0px;margin-bottom: 10px;}
		.xml-pp .row{ margin: 0;}
  .serve-con-big{font-size: 25px;margin-bottom: 10px;}
  .footcon1{text-align: center;height: 160px;margin-bottom: 10px;}
  .footcon1 dt{margin-bottom: 5px;}
  .xml-kf-tit{ display: flex; justify-content: center; align-items: center;}
  .thgotop{right: 7px;}
  .xml-lianxi ul{display: flex; justify-content: center; align-items: center;}
  .footer_kuaij,.footer_copy{text-align: center;}
  .list-copyright-1{display: none;}
  .xmlzan span{padding: 5px 5px;}
  #tit{display:inline;}
  #tit h3{width: 50%;display: block; float: left;margin-right: 0px;margin-top: 5px;}
  #tit h3:nth-child(1),#tit span:nth-child(3),#tit span:nth-child(5),#tit span:nth-child(7){border-right: 1px solid #ddd;}
  #tit h3.select #z-down{display: none;}
  .ztm-list-copyright{display:inline;}
  .list-copyright-2{width: 100%;}
}