@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.inbanner {
  overflow: hidden;
  position: relative;
}
.inbanner .inbanner-slick {
  position: relative;
}
.inbanner .inbanner-slick img {
  animation: 4s mymove4 alternate linear;
  display: block;
  width: 100%;
}
.inbanner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  transform: translateY(-50%);
  position: absolute;
  text-align: left;
  padding-top: 100px;
}
.inbanner .txtbox .info {
  position: relative;
  width: 54%;
}
.inbanner .txtbox .info:before {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background: #ea7f13;
  margin-bottom: 14px;
}
.inbanner .txtbox h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 12px;
}
.inbanner .txtbox p {
  letter-spacing: 0.5px;
}
.current {
  border-bottom: 1px solid #dcdddd;
}
.current .info {
  padding: 26px 0 17px 0;
}
.current span {
  background: url(../images/images/home.png) no-repeat left 3px;
  background-size: 16px;
  padding-left: 20px;
  color: #3e3a39;
  letter-spacing: 1px;
}
.current b {
  font-weight: normal;
}
.more2 p {
  display: block;
  width: 156px;
  height: 42px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 0 31px;
  position: relative;
  margin: 0 auto;
  background: none;
  border: 2px solid #b5b5b5;
}
.more2 p:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/images/more2.png") no-repeat center center;
  background-size: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  position: absolute;
  right: 27px;
  top: 10px;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more2 p:hover {
    color: #ea7f13;
  }
  .more2 p:hover:after {
    background: #ea7f13 url("../images/images/more1.png") no-repeat center center;
    background-size: 20px;
    border: 1px solid #ea7f13;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  padding: 71px 0 100px 0;
  min-height: 400px;
}
.servicelist {
  margin: 0 -18px;
}
.servicelist li {
  width: 33.33333333%;
  float: left;
  padding: 0 18px;
  margin-bottom: 64px;
}
.servicelist li .box {
  transition: 0.5s;
}
.servicelist li .pic {
  position: relative;
  overflow: hidden;
}
.servicelist li .pic:after {
  content: '';
  display: block;
  padding-bottom: 45.61403509%;
}
.servicelist li .pic img {
  transition: 0.5s;
}
.servicelist li .text {
  padding: 0 34px 30px 34px;
  border: 2px solid #f6f6f6;
  background: #fff;
}
.servicelist li .text .bt {
  width: 171px;
  height: 171px;
  margin: -90px auto 29px auto;
  position: relative;
  padding-top: 40px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(198, 198, 198, 0.45);
  background: #fff;
  transition: 0.5s;
}
.servicelist li .text .bt .img {
  width: 90px;
  margin: 0 auto;
}
.servicelist li .text .bt .img .hh {
  display: none;
}
.servicelist li .text .bt .span {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 32px;
}
.servicelist li .text .p {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 56px;
  margin-bottom: 27px;
}
@media (min-width: 1025px) {
  .servicelist li:hover .box {
    box-shadow: 0 0 16px 0 rgba(22, 22, 22, 0.35);
  }
  .servicelist li:hover .pic img {
    transform: scale(1.04);
  }
  .servicelist li:hover .text .bt {
    background: #ea7f13;
  }
  .servicelist li:hover .text .bt .img .h {
    display: none;
  }
  .servicelist li:hover .text .bt .img .hh {
    display: block;
  }
  .servicelist li:hover .text .bt .span {
    color: #fff;
  }
  .servicelist li:hover .more2 p {
    color: #ea7f13;
  }
  .servicelist li:hover .more2 p:after {
    background: #ea7f13 url("../images/images/more1.png") no-repeat center center;
    background-size: 20px;
    border: 1px solid #ea7f13;
  }
}
.inmain-title {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: -9px;
}
.service-bottom {
  color: rgba(0, 0, 0, 0.9);
  padding-top: 24px;
}
.service-bottom table tr {
  background: #f7f8f8;
}
.service-bottom table tr:nth-child(2n) {
  background: #ebecec;
}
.service-bottom table td {
  padding: 11px 10px 11px 30px;
}

.service-bottom table .title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 11px 10px;
}
.service-bottom table .t1 {
  background: #ea7f13;
}
.service-bottom table .t2 {
  background: #3e3e3e;
}
.service-bottom table .t3 {
  background: #f9af50;
}
.service-bottom table .t4 {
  background: #9d9d9d;
}
.service-bottom table .ck {
  margin-top: 3px;
  margin-right: 15px;
}
.applist {
  margin: 0 -15px;
}
.applist li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 48px;
}
.applist li .box {
  transition: 0.5s;
}
.applist li .pic {
  position: relative;
  overflow: hidden;
}
.applist li .pic img {
  transition: 0.5s;
}
.applist li .pic:after {
  content: '';
  display: block;
  padding-bottom: 58.47826087%;
}
.applist li .text {
  padding: 30px 14px 38px 22px;
  position: relative;
  background: #fff;
}
.applist li .text .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 13px;
  position: relative;
  font-weight: bold;
}
.applist li .text .jsh {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.applist li .text .more3 {
  width: 20px;
  height: 20px;
  background: url(../images/images/more2.png) no-repeat center center;
  background-size: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 6px;
}
@media (min-width: 1025px) {
  .applist li:hover .box {
    box-shadow: 0 0 27px 0 rgba(35, 35, 35, 0.31);
  }
  .applist li:hover .pic img {
    transform: scale(1.04);
  }
  .applist li:hover .text .bt {
    color: #ea7f13;
  }
  .applist li:hover .text .more3 {
    background: #ea7f13 url("../images/images/more1.png") no-repeat center center;
    background-size: 20px;
    border: 1px solid #ea7f13;
  }
}
.inmain-title1 {
  text-align: center;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.inmain-title1:after {
  content: '';
  display: block;
  width: 98px;
  height: 6px;
  background: #ea7f13;
  margin: 15px auto;
}
.inmain-title1 span {
  color: #ea7f13;
}
.app-show {
  padding: 56px 0 100px 0;
}
.app-show .jsh {
  text-align: center;
  font-size: 18px;
  color: #7a7a7a;
  padding-top: 10px;
  margin-bottom: 40px;
}
.app-show .list1 {
  margin: 0 -15px;
  margin-bottom: 95px;
}
.app-show .list1 li {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.app-show .list1 li .pic {
  position: relative;
  overflow: hidden;
}
.app-show .list1 li .pic img {
  transition: 0.5s;
}
.app-show .list1 li .pic:after {
  content: '';
  display: block;
  padding-bottom: 94.67680608%;
}
.app-show .list1 li .bt {
  text-align: center;
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 68px;
  background: url("../images/images/bg4.png") no-repeat center center;
  background-size: cover;
}
.app-show .vs {
  padding: 68px 0 51px 0;
}
.app-show .list2 {
  padding-top: 31px;
  margin: 0 -20px;
}
.app-show .list2 li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.app-show .list2 li .pic {
  position: relative;
  overflow: hidden;
}
.app-show .list2 li .pic img {
  transition: 0.5s;
}
.app-show .list2 li .pic:after {
  content: '';
  display: block;
  padding-bottom: 92.72727273%;
}
.app-show .list2 li .bt {
  color: #474747;
  font-size: 22px;
  line-height: 32px;
  padding: 30px 27px 10px 13px;
  height: 180px;
  background: #f2f2f2;
  text-align: justify;
}
.app-show .list2 li .bt p {
  background: url("../images/images/dot2.png") no-repeat left 6px;
  padding-left: 29px;
}
.app-show .list3 li .bt {
  height: 250px;
  background: #fdf2e7;
}
.app-show .list3 li .bt p {
  background: url("../images/images/dot2h.png") no-repeat left 0;
}
.app-show .list4 {
  margin-top: 80px;
}
.app-show .list4 .item {
  float: left;
  border-radius: 50px;
}
.app-show .list4 .item .bt {
  font-size: 48px;
  color: #403e3f;
  font-weight: bold;
  text-align: center;
  line-height: 88px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  background: #b8b8b8;
  margin-bottom: 51px;
}
.app-show .list4 .item .jsh2 {
  font-size: 24px;
  color: #403e3f;
  line-height: 40px;
  padding: 0 17px 0 26px;
}
.app-show .list4 .item .jsh2 p {
  padding-left: 44px;
  background: url("../images/images/cu.png") no-repeat left 10px;
  border-bottom: 1px dashed #7f7f80;
  padding-bottom: 30px;
  margin-bottom: 30px;
  
  /*padding-bottom: 72px;
  margin-bottom: 42px;*/
}
.app-show .list4 .item .jsh2 p:nth-last-child(1) {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.app-show .list4 .item1 {
  width: 43%;
  margin: 68px 0;
  padding: 83px 60px;
  background: #e1e1e1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.app-show .list4 .item2 {
  width: 57%;
  padding: 85px 50px 70px 50px;
  background: url("../images/images/bg30.png") no-repeat top center;
  background-size: cover;
}
.app-show .list4 .item2 .bt {
  border: 3px solid #fdf5ed;
  background: #fdf5ed;
  line-height: 83px;
}
.app-show .list4 .item2 .jsh2 {
  color: #fff;
  padding: 0 0 0 26px;
}
.app-show .list4 .item2 .jsh2 p {
  position: relative;
  background: url("../images/images/du.png") no-repeat left 10px;
  padding-right: 212px;
  min-height: 160px;
  padding-bottom: 40px;
  margin-bottom: 31px;
  border-bottom: 1px dashed #fff;
}
.app-show .list4 .item2 .jsh2 p img {
  border: 3px solid #ea7f13;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 183px;
}
.app-show .list5 {
  margin-bottom: 100px;
}
.app-show .list5 .item2 .jsh2 p img {
  left: 0;
  right: auto;
  width: 183px;
}
.app-show .list5 .item2 .jsh2 p {
  background: url(../images/images/du.png) no-repeat right 10px;
  padding-left: 212px;
  padding-right: 44px;
  min-height: 160px;
}
.app-show .list5 .item .jsh2 {
  font-size: 22px;
}
.app-show .list5 .item1 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cangkulist {
  margin: 0 -27px;
}
.cangkulist li {
  width: 50%;
  float: left;
  padding: 0 27px;
  margin-bottom: 55px;
}
.cangkulist li .box {
  transition: 0.5s;
  background: #fff;
}
.cangkulist li .pic {
  position: relative;
  overflow: hidden;
}
.cangkulist li .pic img {
  transition: 0.5s;
}
.cangkulist li .pic:after {
  content: '';
  display: block;
  padding-bottom: 60.86330935%;
}
.cangkulist li .pic .hover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 257px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.cangkulist li .pic .hover p {
  background: rgba(0, 0, 0, 0.8);
  width: 197px;
  float: left;
}
.cangkulist li .pic .hover span {
  width: 60px;
  height: 60px;
  float: right;
  display: block;
  background: rgba(0, 0, 0, 0.6) url("../images/images/span.png") no-repeat center center;
}
.cangkulist li .text {
  padding: 29px 42px 38px 52px;
  position: relative;
  border: 2px solid #f6f6f6;
}
.cangkulist li .text .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 17px;
  position: relative;
  font-weight: bold;
}
.cangkulist li .text .bt:after {
  width: 63px;
  height: 6px;
  background: #ea7f13;
  content: '';
  display: block;
  margin-top: 15px;
}
.cangkulist li .text .jsh {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.cangkulist li .text .more3 {
  width: 20px;
  height: 20px;
  background: url(../images/images/more2.png) no-repeat center center;
  background-size: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 6px;
}
@media (min-width: 1025px) {
  .cangkulist li:hover .box {
    box-shadow: 0 0 27px 0 rgba(35, 35, 35, 0.31);
  }
  .cangkulist li:hover .pic img {
    transform: scale(1.04);
  }
  .cangkulist li:hover .pic .hover p {
    background: #ea7f13;
  }
  .cangkulist li:hover .pic .hover span {
    background: rgba(234, 127, 19, 0.6) url("../images/images/span.png") no-repeat center center;
  }
  .cangkulist li:hover .text .bt {
    color: #ea7f13;
  }
}
.product-top {
  padding-bottom: 38px;
}
.info-pic {
  padding: 0 0 90px 0;
  overflow: hidden;
}
.info-pic .pro-left {
  float: left;
  width: 53.6%;
  overflow: hidden;
}
.info-pic .pro-left {
  padding-left: 140px;
  position: relative;
}
.info-pic .pro-left .slick-prev:before,
.info-pic .pro-left .slick-next:before {
  display: none;
}
.info-pic .pro-left .slick-prev,
.info-pic .pro-left .slick-next {
  width: 48%;
  height: 20px;
  margin-top: 0;
  z-index: 7;
  top: 0;
}
@media (min-width: 1025px) {
  .info-pic .pro-left .slick-prev:hover,
  .info-pic .pro-left .slick-next:hover {
    background-color: #ea7f13;
  }
}
.info-pic .pro-left .slick-prev {
  background: #e6e6e6 url(../images/images/arrow2h.png) no-repeat center center;
  left: 0;
  top: auto;
  bottom: 0;
}
.info-pic .pro-left .slick-next {
  background: #e6e6e6 url(../images/images/arrow2h.png) no-repeat center center;
  right: 0;
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.info-pic .pro-left .pro-max {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.info-pic .pro-left .pro-max .item .pic {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.info-pic .pro-left .pro-max .item .pic img {
  transition: 0.5s;
}
.info-pic .pro-left .pro-max .item .pic:after {
  content: '';
  display: block;
  padding-bottom: 60.94488189%;
}
.info-pic .pro-left .pro-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  padding: 0 0 14px 0;
}
.info-pic .pro-left .pro-min .getIndex {
  padding: 0 0 5px 0;
}
.info-pic .pro-left .pro-min .getIndex .item .pic {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.info-pic .pro-left .pro-min .getIndex .item .pic img {
  transition: 0.5s;
}
.info-pic .pro-left .pro-min .getIndex .item .pic:after {
  content: '';
  display: block;
  padding-bottom: 60.94488189%;
}
.info-pic .pro-left .pro-min .slick-current .item .pic {
  border: 1px solid #ea7f13;
}
.info-pic .pro-text {
  float: right;
  width: 40%;
  padding-top: 20px;
}
.info-pic .pro-text .bt {
  font-size: 16px;
  position: relative;
  color: #ea7f13;
}
.info-pic .pro-text .span {
  font-size: 48px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  line-height: 80px;
}
.info-pic .pro-text .jsh {
  padding-top: 23px;
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  padding-bottom: 5px;
}
.info-pic .pro-text .jsh ul li {
  margin-bottom: 23px;
}
.info-pic .pro-text .jsh ul li p {
  padding-left: 31px;
  background-image: url(../images/images/ico_03.png);
  background-repeat: no-repeat;
}
.info-pic .pro-text .jsh ul li:nth-child(1) p {
  background-position: 0 2px;
}
.info-pic .pro-text .jsh ul li:nth-child(2) p {
  background-position: -1px -45px;
}
.info-pic .pro-text .jsh ul li:nth-child(3) p {
  background-position: 0 -92px;
}
.mao {
  padding-left: 39px;
}
#allmap img {
  max-width: initial!important;
  max-height: initial !important;
}
#allmap .anchorBL {
  display: none;
}
.case-show .case-title {
  font-size: 20px;
  color: #ea7f13;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin-bottom: 29px;
}
.case-show .case-title span {
  font-size: 30px;
  text-transform: uppercase;
}
.case-show .case-title:after {
  content: '';
  display: block;
  width: 3px;
  height: 21px;
  background: #ea7f13;
  position: absolute;
  top: 5px;
  left: 0;
}
.case-show .jsh {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 27px;
  letter-spacing: 1px;
}
.case-show .img {
  margin: 18px 0 35px 0;
}
.ca01 {
  padding-top: 14px;
  padding-bottom: 93px;
}
.ca01 .left {
  float: left;
  width: 48.5%;
  padding-left: 44px;
  padding-bottom: 20px;
  position: relative;
}
.ca01 .left:after {
  content: '';
  display: block;
  width: 640px;
  height: 390px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.17);
}
.ca01 .left .slick-list {
  z-index: 3;
}
.ca01 .left .slick-dots {
  z-index: 4;
  position: absolute;
  bottom: auto;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 16px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ca01 .left .slick-dots li {
  width: 16px;
  height: 16px;
  padding: 3px;
  margin: 4px 0;
}
.ca01 .left .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #ea7f13;
}
.ca01 .left .slick-dots .slick-active {
  padding: 0;
}
.ca01 .left .slick-dots .slick-active button {
  height: 16px;
  width: 16px;
  background: #ea7f13;
}
.ca01 .left .item {
  position: relative;
  z-index: 2;
}
.ca01 .left .item .pic {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ca01 .left .item .pic img {
  transition: 0.5s;
}
.ca01 .left .item .pic:after {
  content: '';
  display: block;
  padding-bottom: 60.9%;
  /*padding-bottom: 61.00151745%;*/
}
.ca01 .right {
  float: right;
  width: 48%;
}
.ca02 .case-title {
  margin-bottom: 42px;
}
.ca02 .case-title:after {
  top: 17px;
}
.ca02 .case-bottom {
  padding: 69px 0;
  background: url("../images/images/cbg.jpg") no-repeat top center;
}
.ca02 .case-bottom .item {
  width: 50%;
  float: left;
  padding: 0 0 0 30px;
}
.ca02 .case-bottom .item .info {
  padding: 30px 20px 12px 30px;
}
.ca02 .case-bottom .item .info .ca-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 53px;
  position: relative;
}
.ca02 .case-bottom .item .info .ca-title:after {
  content: '';
  display: block;
  width: 7px;
  height: 23px;
  position: absolute;
  top: 4px;
}
.ca02 .case-bottom .item .info .jsh {
  font-size: 15px;
  font-style: italic;
  /*font-weight: bold;*/
  letter-spacing: 0;
}
.ca02 .case-bottom .item:nth-child(1) {
  text-align: right;
}
.ca02 .case-bottom .item:nth-child(1) .info {
  width: 100%;
  float: right;
  background: rgba(255, 255, 255, 0.92);
}
.ca02 .case-bottom .item:nth-child(1) .info .ca-title {
  padding-right: 27px;
  color: #333;
}
.ca02 .case-bottom .item:nth-child(1) .info .ca-title:after {
  background: #f0404a;
  right: 0;
}
.ca02 .case-bottom .item:nth-child(1) .info .jsh {
  color: #444444;
}
.ca02 .case-bottom .item:nth-child(1) .info .jsh p {
  margin-bottom: 18px;
  overflow:hidden;
}
.ca02 .case-bottom .item:nth-child(1) .info .jsh p img {
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
	vertical-align: top;
}

.ca02 .case-bottom .item:nth-child(1) .info .jsh p span{
	width: 95%;
	float: left;
}

.ca02 .case-bottom .item:nth-child(2) .info {
  /*width: 96%;*/
  padding: 30px 0 12px 0;
}
.ca02 .case-bottom .item:nth-child(2) .info .ca-title {
  padding-left: 22px;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 57px;
}
.ca02 .case-bottom .item:nth-child(2) .info .ca-title:after {
  background: #fff;
  left: 0;
}
.ca02 .case-bottom .item:nth-child(2) .info .jsh {
  color: #fff;
  font-size: 15px;
  font-style: inherit;
}
.ca02 .case-bottom .item:nth-child(2) .info .jsh p {
  margin-bottom: 15px;
  overflow: hidden;
  line-height:24px;
}
.ca02 .case-bottom .item:nth-child(2) .info .jsh p img {
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
	vertical-align: top;
}

.ca02 .case-bottom .item:nth-child(2) .info .jsh p span{
	width: 95%;
	float: right;
}

.ca03 {
  padding: 93px 0;
}
.ca03 .left {
  float: right;
  width: 48.5%;
  padding-right: 44px;
  padding-bottom: 20px;
  position: relative;
}
.ca03 .left:after {
  content: '';
  display: block;
  width: 640px;
  height: 390px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.17);
}
.ca03 .left .slick-list {
  z-index: 3;
}
.ca03 .left .slick-dots {
  z-index: 4;
  position: absolute;
  bottom: auto;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 16px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.ca03 .left .slick-dots li {
  width: 16px;
  height: 16px;
  padding: 3px;
  margin: 4px 0;
}
.ca03 .left .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #ea7f13;
}
.ca03 .left .slick-dots .slick-active {
  padding: 0;
}
.ca03 .left .slick-dots .slick-active button {
  height: 16px;
  width: 16px;
  background: #ea7f13;
}
.ca03 .left .item {
  position: relative;
  z-index: 2;
}
.ca03 .left .item .pic {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ca03 .left .item .pic img {
  transition: 0.5s;
}
.ca03 .left .item .pic:after {
  content: '';
  display: block;
  /*padding-bottom: 61.00151745%;*/
  padding-bottom: 60.9%;
}
.ca03 .right {
  float: left;
  width: 48%;
}
.ca03 .right .jsh2 {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
  line-height: 40px;
  padding: 17px 17px 0 22px;
}
.ca03 .right .jsh2 p {
  padding-left: 34px;
  background: url("../images/images/du1.png") no-repeat left 10px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.ca03 .right .jsh2 p:nth-last-child(1) {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 1650px) {
  body {
    background-size: 100%;
  }
  .container {
    width: 1050px;
  }
  .current .info {
    padding: 18px 0 13px 0;
  }
  .current span {
    background: url(../images/images/home.png) no-repeat left 0px;
    background-size: 15px;
    padding-left: 20px;
  }
  .inbanner .txtbox .info {
    width: 48%;
  }
  .inbanner .txtbox h3 {
    font-size: 26px;
    margin-bottom: 11px;
  }
  .inbanner .txtbox .info:before {
    width: 50px;
    margin-bottom: 9px;
  }
  .content {
    padding: 50px 0 70px 0;
  }
  .inmain-title {
    font-size: 16px;
  }
  .service-bottom table .title {
    font-size: 14px;
  }
  .service-bottom table td {
    padding: 7px 10px 7px 20px;
  }
  .applist li .text .bt {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .applist {
    margin: 0 -11px;
  }
  .applist li {
    padding: 0 11px;
    margin-bottom: 35px;
  }
  .applist li .text {
    padding: 22px 7px 28px 15px;
  }
  .applist li .text .jsh {
    line-height: 22px;
    height: 44px;
  }
  .applist li .text .more3 {
    width: 14px;
    height: 14px;
    background: url(../images/images/more2.png) no-repeat center center;
    background-size: 14px;
    bottom: 3px;
    right: 3px;
  }
  .info-pic .pro-left {
    padding-left: 102px;
  }
  .info-pic .pro-left .pro-min {
    width: 95px;
  }
  .info-pic .pro-text .bt {
    font-size: 12px;
  }
  .info-pic .pro-text {
    padding-top: 16px;
  }
  .info-pic .pro-text .span {
    font-size: 25px;
    line-height: 47px;
  }
  .info-pic .pro-text .jsh {
    padding-top: 14px;
    margin-bottom: 36px;
    padding-bottom: 7px;
  }
  .info-pic .pro-text .jsh ul li {
    margin-bottom: 10px;
  }
  .info-pic .pro-text .jsh ul li p {
    padding-left: 21px;
    background-size: 15px;
  }
  .info-pic .pro-text .jsh ul li:nth-child(1) p {
    background-position: 0 5px;
  }
  .info-pic .pro-text .jsh ul li:nth-child(2) p {
    background-position: -1px -30px;
  }
  .info-pic .pro-text .jsh ul li:nth-child(3) p {
    background-position: 0 -65px;
  }
  .info-pic {
    padding: 0 0 70px 0;
  }
  .service-bottom {
    padding-top: 17px;
  }
  #allmap {
    font-size: 12px;
  }
  .case-show .case-title {
    font-size: 15px;
    padding-left: 9px;
    margin-bottom: 9px;
  }
  .case-show .case-title:after {
    width: 2px;
    height: 15px;
    top: 3px;
  }
  .case-show .jsh {
    font-size: 12px;
  }
  .servicelist li {
    padding: 0 13px;
    margin-bottom: 46px;
  }
  .servicelist {
    margin: 0 -13px;
  }
  .servicelist li .text .bt {
    width: 124px;
    height: 124px;
    margin: -67px auto 20px auto;
    padding-top: 30px;
  }
  .servicelist li .text .bt .img {
    width: 64px;
  }
  .servicelist li .text .bt .span {
    line-height: 26px;
  }
  .servicelist li .text {
    padding: 0 20px 24px 20px;
  }
  .servicelist li .text .p {
    line-height: 23px;
    height: 46px;
    margin-bottom: 17px;
  }
  .more2 p {
    width: 114px;
    height: 30px;
    line-height: 28px;
    padding: 0 19px;
    border: 1px solid #b5b5b5;
  }
  .more2 p:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    right: 18px;
    top: 7px;
  }
  .inmain-title1 {
    font-size: 22px;
  }
  .inmain-title1:after {
    width: 72px;
    height: 5px;
    margin: 10px auto;
  }
  .app-show .jsh {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 29px;
  }
  .app-show .list1 li {
    padding: 0 10px;
  }
  .app-show .list1 {
    margin: 0 -10px;
    margin-bottom: 25px;
  }
  .app-show .list1 li .bt {
    font-size: 14px;
    line-height: 40px;
  }
  .app-show .list2 {
    padding-top: 10px;
    margin: 0 -15px;
  }
  .app-show .list2 li {
    padding: 0 15px;
  }
  .app-show .list2 li .bt {
    font-size: 14px;
    line-height: 24px;
    padding: 22px 15px 10px 9px;
    height: 120px;
  }
  .app-show .list2 li .bt p {
    padding-left: 21px;
    background-size: 13px;
  }
  .app-show .vs {
    padding: 20px 0;
  }
  .app-show .vs img {
    width: 56px;
  }
  .app-show .list3 li .bt {
    height: 160px;
  }
  .app-show .list3 li .bt p {
    background: url(../images/images/dot2h.png) no-repeat left 3px;
    background-size: 18px;
  }
  .app-show .list4 {
    margin-top: 30px;
  }
  .app-show .list4 .item1 {
    margin: 62px 0;
    padding: 50px;
  }
  .app-show .list4 .item .bt {
    font-size: 20px;
    line-height: 50px;
    border: 2px solid #ffffff;
    margin-bottom: 15px;
  }
  .app-show .list4 .item .jsh2 {
    font-size: 14px;
    line-height: 25px;
    padding: 0;
  }
  .app-show .list4 .item .jsh2 p {
    padding-left: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../images/images/cu.png) no-repeat left 6px;
    background-size: 15px;
  }
  .app-show .list4 .item2 {
    padding: 50px;
  }
  .app-show .list4 .item2 .bt {
    border: 2px solid #fdf5ed;
  }
  .app-show .list4 .item2 .jsh2 {
    padding: 0;
  }
  .app-show .list4 .item2 .jsh2 p {
    background: url(../images/images/du.png) no-repeat left 7px;
    padding-right: 150px;
    min-height: 110px;
    border-bottom: 1px dashed #fff;
    background-size: 14px;
  }
  .app-show .list4 .item2 .jsh2 p img {
    border: 2px solid #ea7f13;
    width: 130px;
  }
  .app-show .list5 .item2 .jsh2 p {
    background: url(../images/images/du.png) no-repeat right 7px;
    background-size: 14px;
    padding-right: 26px;
    padding-left: 150px;
  }
  .app-show .list5 {
    margin-bottom: 30px;
  }
  .app-show .list5 .item1 {
    margin: 84px 0;
  }
  .cangkulist {
    margin: 0 -20px;
  }
  .cangkulist li {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .cangkulist li .pic .hover {
    width: 189px;
    height: 43px;
    line-height: 43px;
  }
  .cangkulist li .pic .hover p {
    width: 146px;
  }
  .cangkulist li .pic .hover span {
    width: 43px;
    height: 43px;
  }
  .cangkulist li .text .bt {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .cangkulist li .text {
    padding: 20px 30px 30px 35px;
  }
  .cangkulist li .text .bt:after {
    width: 48px;
    height: 4px;
    margin-top: 10px;
  }
  .cangkulist li .text .jsh {
    line-height: 22px;
    height: 44px;
  }
  .ca01 .left:after {
    width: 460px;
    height: 284px;
  }
  .ca03 .left:after {
    width: 460px;
    height: 284px;
  }
  .ca01 .left {
    padding-left: 29px;
    padding-bottom: 12px;
  }
  .ca03 .left {
    padding-right: 29px;
    padding-bottom: 12px;
  }
  .ca01 .left .slick-dots li button {
    height: 7px;
    width: 7px;
  }
  .ca03 .left .slick-dots li button {
    height: 7px;
    width: 7px;
  }
  .ca01 .left .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 2px 0;
  }
  .ca03 .left .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 2px 0;
  }
  .ca01 .left .slick-dots .slick-active button {
    height: 12px;
    width: 12px;
    background: #ea7f13;
  }
  .ca03 .left .slick-dots .slick-active button {
    height: 12px;
    width: 12px;
  }
  .case-show .jsh {
    line-height: 20px;
    letter-spacing: 0;
  }
  .case-show .case-title {
    margin-bottom: 16px;
  }
  .ca01 {
    padding-bottom: 65px;
  }
  .case-show .case-title span {
    font-size: 22px;
  }
  .ca02 .case-title:after {
    top: 12px;
  }
  .ca02 .case-bottom {
    padding: 50px 0;
    margin-top: 30px;
  }
  .ca02 .case-bottom .item {
    padding: 0 41px;
  }
  .ca02 .case-bottom .item .info {
    padding: 20px 27px 12px 35px;
  }
  .ca02 .case-bottom .item .info .ca-title {
    font-size: 15px;
    margin-bottom: 39px;
  }
  .ca02 .case-bottom .item:nth-child(1) .info .ca-title {
    padding-right: 20px;
  }
  .ca02 .case-bottom .item:nth-child(2) .info .ca-title {
    padding-left: 20px;
  }
  .ca02 .case-bottom .item .info .jsh {
    font-size: 12px;
  }
  .ca02 .case-bottom .item:nth-child(1) .info .jsh p img {
    margin-left: 6px;
    max-width: 12px;
  }
  .ca02 .case-bottom .item:nth-child(1) .info .jsh p {
    margin-bottom: 28px;
  }
  .ca02 .case-bottom .item:nth-child(2) .info {
    padding: 21px 20px 12px 0;
  }
  .ca02 .case-bottom .item:nth-child(2) .info .ca-title {
    padding-left: 11px;
    letter-spacing: 2px;
    margin-bottom: 41px;
  }
  .ca02 .case-bottom .item .info .ca-title:after {
    width: 4px;
    height: 17px;
    top: 4px;
  }
  .ca02 .case-bottom .item:nth-child(2) .info .jsh {
    font-size: 12px;
  }
  .ca02 .case-bottom .item:nth-child(2) .info .jsh p img {
    margin-right: 5px;
    width: 15px;
  }
  .ca02 .case-bottom .item:nth-child(2) .info .jsh p {
    margin-bottom: 10px;
  }
  .ca03 {
    padding: 67px 0;
  }
  .ca03 .right .jsh2 {
    font-size: 12px;
    line-height: 27px;
    padding: 17px 0 0 0;
  }
  .ca03 .right .jsh2 p {
    padding-left: 30px;
    background-size: 19px;
    background: url(../images/images/du1.png) no-repeat left 5px;
  }
}
