body {
  margin: 0 auto ;
  line-height: 1.5;
  font-family: Arial, Helvetica;
  text-align: center;
}
.btnone01 {
  background-color: #202830;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  border-radius: 25px;
  font-family: Verdana, Geneva, sans-serif;
  display: inline-block;
}
.btnone01:hover {
  color: #fff;
}
.btnone5 {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #ededed;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #4b5157;
  margin-top: 10px;
  text-align: center;
  border: #d1d1d1 solid 1px;
  transition: all 0.6s;
}
.btnone5 a {
  color: #4b5157;
}
.btnone5:hover {
  background: #eb8000;
  border: #eb8000 solid 1px;
  color: #ffffff;
}
/*广告开始*/
.slide-main {
  height: 850px;
  position: relative;
  background: #101e48;
}
.slide-main .slide-img {
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.slide-main .slide-img .itemside {
  height: 100%;
  margin: 0 auto;
}
.slide-main .slide-img .itemside li {
  width: 33%;
  float: left;
  margin-top: 30px;
}
.slide-main .slide-img .itemside li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.slide-main .slide-img .itemside li a {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: lighter;
}
.slide-main .slide-img .itemside li a .title {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}
.slide-main .slide-img .itemside li a span {
  width: 100%;
  text-align: center;
  float: left;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
.slide-main .prev,
.slide-main .next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 380px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}
.slide-main .prev {
  left: 70px;
}
.slide-main .next {
  right: 70px;
}
.slide-main .prev:hover,
.slide-main .next:hover,
.slide-main .nav-main a:hover,
.slide-main .nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.slide-main .item {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  top: 640px;
  left: 0;
  text-align: center;
}
.slide-main .item a {
  display: inline-block;
  width: 24px;
  height: 5px;
  margin-right: 11px;
  background: #444;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  overflow: hidden;
}
.slide-main .item a.cur {
  background: #fff;
}
.slide-main .slide-box,
.slide-main .slide {
  display: block;
  width: 100%;
  height: 850px;
  overflow: hidden;
}
.slide-main .slide-box {
  position: relative;
}
.slide-main .slide {
  display: none;
  height: 850px;
  padding-top: 89px;
  background: #ff6900;
  position: relative;
  position: absolute;
  z-index: 8;
}
.slide-main .slide a {
  display: block;
  width: 100%;
  height: 850px;
  cursor: pointer;
}
.slide-main #bgstylea {
  background: url("../upload/ad02.jpg") top center;
  background-repeat: no-repeat;
}
.slide-main #bgstyleb {
  background: url("../upload/ad03.jpg") top center;
  background-repeat: no-repeat;
}
.slide-main #bgstylec {
  background: url("../upload/ad01.jpg") top center;
  background-repeat: no-repeat;
}
.slide-main .obj-a,
.slide-main .obj-c,
.slide-main .obj-d,
.slide-main .obj-e {
  position: absolute;
  z-index: 9;
  left: 50%;
}
.slide-main .obj-a {
  width: 553px;
  margin-left: -510px;
  text-align: center;
}
.slide-main .obj-a {
  display: block;
  height: 337px;
  top: 308px;
}
.slide-main .obj-d {
  top: 270px;
  height: 164px;
}
.slide-main .obj-d p {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  clear: both;
}
.slide-main .obj-e {
  width: 542px;
  height: 246px;
  margin-left: -270px;
  top: 303px;
  z-index: 12;
}
.slide-main .banAnimate .obj-a {
  display: block;
  animation-name: baoAni;
  -webkit-animation: baoAni 0.4s linear 0s normal none;
  -moz-animation: baoAni 0.4s linear 0s normal none;
  animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
  from {
    opacity: 0;
    left: 55%;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes baoAni {
  from {
    opacity: 0;
    left: 55%;
  }
  to {
    opacity: 1;
  }
}
@keyframes baoAni {
  from {
    opacity: 0;
    left: 55%;
  }
  to {
    opacity: 1;
  }
}
.slide-main .watch-code.code-show {
  display: block;
  animation-name: scode;
  -webkit-animation: scode 0.3s linear 0s normal none;
  -moz-animation: scode 0.3s linear 0s normal none;
  animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
  from {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
@-moz-keyframes scode {
  from {
    opacity: 0;
    -moz-transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform-origin: bottom bottom;
  }
}
@keyframes scode {
  from {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
.slide-main .banAnimate .obj-e {
  display: block;
  animation-name: saAnic;
  -webkit-animation: saAnic 0.3s linear 0s normal none;
  -moz-animation: saAnic 0.3s linear 0s normal none;
  animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    transform: scale(5, 5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-moz-keyframes saAnic {
  from {
    opacity: 0;
    transform: scale(5, 5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes saAnic {
  from {
    opacity: 0;
    transform: scale(5, 5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.slide-main .banAnimate .obj-d {
  display: block;
  animation-name: saAnid;
  -webkit-animation: saAnid 0.3s linear 0s normal none;
  -moz-animation: saAnid 0.3s linear 0s normal none;
  animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@-moz-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
/*广告结束*/
/*关于坤泰开始*/
.about-item {
  height: auto;
  padding-bottom: 30px;
  display: inline-block;
}
.about-item .div-item {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
  line-height: 30px;
}
/*关于坤泰结束*/
/*智能开始*/
.prd-item {
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px ;
}
.prd-item .itemdiv {
  height: auto;
  margin-top: 30px;
  transition: all 0.6s;
  background: #fff;
  border-radius: 5px;
  padding-top: 1px;
}
.prd-item .itemdiv .prd-img {
  overflow: hidden;
  margin: 15px;
  border-radius: 5px;
}
.prd-item .itemdiv .prd-img img {
  width: 100%;
  transition: all 0.6s;
}
.prd-item .itemdiv .prd-img img:hover {
  transform: scale(1.1, 1.1);
}
.prd-item .itemdiv .prd-link {
  width: 90%;
  height: 185px;
  margin-top: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  /* .morebox {height: 34px;text-align: center;overflow: hidden;text-transform:uppercase;display:inline-block;position: absolute;
                             left:0;bottom:-20px;width:120px;
                             color: #eb8000;border-radius: 20px;border:solid 1px #eb8000;line-height: 34px;font-size:15px;font-weight:600;
                              img{transition: all 0.6s;}
                        img:hover{transform: scale(1.1,1.1);}}*/
}
.prd-item .itemdiv .prd-link .title {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px ;
  font-weight: 600;
}
.prd-item .itemdiv .prd-link p {
  float: left;
  width: 100%;
  margin-bottom: 0px ;
}
.prd-item .itemdiv .prd-link .entext {
  font-size: 18px;
  text-transform: capitalize;
}
.prd-item .itemdiv .prd-link .boldtext {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px ;
  margin-bottom: 15px ;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.911);
}
.prd-item .itemdiv .prd-link .morebox {
  width: 25px;
  height: 25px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 0px;
  overflow: hidden;
  background-color: #eb8000;
  border-radius: 3px;
}
.prd-item .itemdiv .prd-link .morebox img {
  transition: all 0.6s;
}
.prd-item .itemdiv .prd-link .morebox img:hover {
  transform: scale(1.5, 1.5);
}
.prd-item .itemdiv:hover {
  -moz-box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
  box-shadow: 1px 7px 7px 1px rgba(100, 100, 100, 0.4);
  box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
}
.prd-item .itemdiv:hover .prd-imgdiv .prd-img img {
  transform: scale(1.2, 1.2);
}
/*智能结束*/
.titlebox {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 28px;
  font-weight: 900;
  margin-top: 60px;
  background: url("../img/title.png") center 50px no-repeat;
  padding-bottom: 20px;
}
.titlebox span {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
}
.titleboxdiv {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
  line-height: 30px;
}
/*核心产品*/
.class-item {
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.class-item .itemdiv {
  padding-bottom: 30px;
  transition: all 0.6s;
  margin-top: 30px;
}
.class-item .itemdiv .divlayout {
  border: #d7d7d7 solid 1px;
  position: relative;
  display: block;
}
.class-item .itemdiv .divlayout .prd-img {
  margin: 15px;
  overflow: hidden;
}
.class-item .itemdiv .divlayout .prd-img img {
  width: 100%;
  transition: all 0.6s;
}
.class-item .itemdiv .divlayout .prd-img img:hover {
  transform: scale(1.2, 1.2);
}
.class-item .itemdiv .divlayout .prd-link {
  width: 90%;
  height: 200px;
  margin-top: 5px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.class-item .itemdiv .divlayout .prd-link .title {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #3a4046;
}
.class-item .itemdiv .divlayout .prd-link p {
  line-height: 22px;
  width: 85%;
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.class-item .itemdiv .divlayout .prd-link .morebox {
  width: 25px;
  height: 25px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  background-color: #eb8000;
  border-radius: 3px;
}
.class-item .itemdiv .divlayout .prd-link .morebox img {
  transition: all 0.6s;
}
.class-item .itemdiv .divlayout .prd-link .morebox img:hover {
  transform: scale(1.5, 1.5);
}
.class-item .itemdiv .divlayout:hover {
  -moz-box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
  /* 老的 Firefox box-shadow: 1px 7px 7px  1px rgba(100,100,100,0.4);*/
  box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
}
.class-item .itemdiv .divlayout:hover .prd-img img {
  transform: scale(1.2, 1.2);
}
/*新闻开始*/
.prdtitboxa {
  width: 100%;
  float: left;
  margin-bottom: 20px ;
}
.prdtitboxa .cn {
  width: 90%;
  margin-left: 5%;
  font-size: 26px;
  height: 65px;
  line-height: 65px;
  color: #202830;
  float: left;
  border-bottom: 1px #e7e7e7 dashed;
}
.prdtitboxa .en {
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  float: left;
}
.prdxiang {
  width: 100%;
  display: block;
  margin-bottom: 30px ;
  float: left;
}
.prdxiang a {
  width: 100%;
  display: block;
  height: 124px;
}
.prdxiang .imgbox {
  height: 124px;
}
.prdxiang .imgbox img {
  width: 100%;
  height: 124px;
}
.prdxiang .xiangr {
  height: 124px;
  position: relative;
}
.prdxiang .xiangr span {
  width: 365px;
  float: left;
}
.prdxiang .bttext {
  color: #eb8000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
  text-align: left;
}
.prdxiang .xxtext {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  height: 60px;
  display: inline-block;
  text-align: left;
}
.prdxiang .xin {
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding-left: 15px;
  float: left;
  overflow: hidden;
  transition: all 0.6s;
  background: url(../images/xin.jpg);
  background-size: 14px 24px;
  background-repeat: no-repeat;
}
.prdxiang .xin:hover {
  background-image: url(../images/xinon.png);
  background-size: 14px 24px;
}
.prdxiang .qipao {
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding-left: 15px;
  float: left;
  overflow: hidden;
  transition: all 0.6s;
  background: url(../images/qipao.jpg);
  background-size: 14px 24px;
  background-repeat: no-repeat;
}
.prdxiang .qipao:hover {
  background-image: url(../images/qipao.png);
  background-size: 14px 24px;
}
.prdxiang .morea {
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.problem {
  text-align: left;
}
.problem dt {
  background-color: #f8f8f8;
  border: #d1d1d1 solid 1px;
  border-radius: 2px ;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px ;
  margin-right: -15px;
}
.problem dt span {
  background: url("../images/jia.jpg") right center no-repeat;
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 8px;
  margin-right: 10px ;
}
.problem dd {
  display: none;
  transition: all 0.6s;
  background-color: #f8f8f8;
  border: #d1d1d1 solid 1px;
  border-radius: 2px ;
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px ;
  margin-right: -15px;
  margin-top: 5px ;
  padding-top: 15px;
  padding-bottom: 15px;
}
.problem.on dt,
.problem.on dd {
  background-color: #f1f1f1;
  display: block;
}
.problem.on dt {
  color: #000;
}
.problem.on dt span {
  background: url("../images/jian.jpg") right center no-repeat;
}
/*资讯互动*/
.pos-static {
  position: static;
}
.sildebox {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: 20px ;
}
.sildebox a {
  display: inline-block;
  height: auto;
  width: 100%;
  padding-top: 10px ;
  padding-left: 10px ;
}
.sildebox:hover {
  -moz-box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
  box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
}
.sildebox:hover .sildebox-img img {
  transform: scale(1.2, 1.2);
}
.sildebox .sildebox-img {
  border-radius: 2%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: auto;
}
.sildebox .sildebox-img img {
  transition: all 0.6s;
  width: 100%;
}
.sildebox .sildebox-img img:hover {
  transform: scale(1.2, 1.2);
}
.sildebox .sildebox-link {
  text-align: left;
}
.sildebox .sildebox-link .con-title {
  font-size: 19px;
  width: 100%;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.sildebox .sildebox-link .content {
  font-size: 14px;
}
.sildebox .sildebox-link .con-time {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.newslist {
  width: 100%;
  text-align: left;
}
.newslist li {
  float: left;
  width: 100%;
  text-indent: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: url("../images/numbg.png") no-repeat;
}
.newslist li:nth-child(1) {
  background-position: 0 10px;
}
.newslist li:nth-child(2) {
  background-position: 0 -20px;
}
.newslist li:nth-child(3) {
  background-position: 0 -50px;
}
.newslist li:nth-child(4) {
  background-position: 0 -80px;
}
.newslist li:nth-child(5) {
  background-position: 0 -110px;
}
.news-item {
  height: auto;
  padding-bottom: 30px;
  display: inline-block;
  margin: 0 auto;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.news-item .title {
  text-align: center;
  width: 100%;
  height: 100px;
  max-width: 1400px;
  min-width: 1000px;
  color: #333333;
  font-size: 28px;
  font-weight: 900;
  margin-top: 60px;
  flex: 1;
  background: url("../img/title.png") center bottom no-repeat;
  padding-bottom: 20px;
}
.news-item .title span {
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
  float: left;
}
.news-item .right-itembox {
  flex: 1;
}
.news-item .right-itembox .smalltitle {
  width: 96%;
  font-size: 26px;
}
.news-item .right-itembox .smalltitle span {
  float: right;
  font-size: 14px;
  color: #f1891b;
  line-height: 40px;
}
.news-item .right-itembox .questions {
  width: 100%;
  background-color: #f4f4f4;
}
.news-item .right-itembox .hotrticles {
  width: 100%;
}
.service-bg {
  padding-bottom: 60px;
  background: url("../img/services-bg.jpg") top center no-repeat;
  background-size: cover;
}
.services-item {
  height: auto;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.services-item .title {
  text-align: center;
  width: 100%;
  height: 80px;
  max-width: 1400px;
  min-width: 1000px;
  color: #333333;
  font-size: 28px;
  font-weight: 900;
  margin-top: 60px;
  flex: 1;
  background: url("../img/title.png") center bottom no-repeat;
  padding-bottom: 20px;
}
.services-item .title span {
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
  float: left;
}
.ser-itembox {
  display: flex;
  justify-content: space-between;
}
.ser-itembox .items {
  width: 25%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.ser-itembox .items .img-items-1 {
  width: 100%;
  text-align: center;
  background: #ffffff url(../img/tupic01.jpg) no-repeat;
  background-position: 22px 22px;
  width: 91px;
  height: 91px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #e9e8e8;
}
.ser-itembox .items .img-items-1:hover {
  background: #f1891b url(../img/tupic01a.jpg) no-repeat;
  background-position: 22px 22px;
}
.ser-itembox .items .img-items-2 {
  width: 100%;
  text-align: center;
  background: #ffffff url(../img/tupic02.jpg) no-repeat;
  background-position: 22px 22px;
  width: 91px;
  height: 91px;
  margin: 0 auto ;
  border-radius: 50%;
  border: 3px solid #e9e8e8;
}
.ser-itembox .items .img-items-2:hover {
  background: #f1891b url(../img/tupic02a.jpg) no-repeat;
  background-position: 22px 22px;
}
.ser-itembox .items .img-items-3 {
  width: 100%;
  text-align: center;
  background: #ffffff url(../img/tupic03.jpg) no-repeat;
  background-position: 22px 22px;
  width: 91px;
  height: 91px;
  margin: 0 auto ;
  border-radius: 50%;
  border: 3px solid #e9e8e8;
}
.ser-itembox .items .img-items-3:hover {
  background: #f1891b url(../img/tupic03a.jpg) no-repeat;
  background-position: 22px 22px;
}
.ser-itembox .items .img-items-4 {
  width: 100%;
  text-align: center;
  background: #ffffff url(../img/tupic04.jpg) no-repeat;
  background-position: 22px 22px;
  width: 91px;
  height: 91px;
  margin: 0 auto ;
  border-radius: 50%;
  border: 3px solid #e9e8e8;
}
.ser-itembox .items .img-items-4:hover {
  background: #f1891b url(../img/tupic04a.jpg) no-repeat;
  background-position: 22px 22px;
}
.ser-itembox .items .title-item {
  text-align: center;
  line-height: 60px;
  font-size: 17px;
  font-weight: 900;
}
.ser-itembox .items .cont-item {
  text-align: left;
  line-height: 22px;
  color: #8d8d8d;
  font-size: 14.5px;
}
.index_img {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  height: 259px;
  display: block;
}
.index_img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.smalltitle1 {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  width: 100%;
  margin-top: 20px;
}
.smalltitle1 span {
  float: right;
  font-size: 13px;
}
.smalltitle1 a span {
  color: #f1891b;
}
