﻿

/* 首页内容区域 */
/* 首页banner轮播图广告 */
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: .5;
	background-color: #fff;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
	width: 32px;
	height: 14px;
	border-radius: 14px;
	opacity: 1;
}
.box-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.title {
  width: 100%;
  text-align: center;
  padding-bottom: 2.5vw;
  color: #212121;
  overflow: hidden;
}

.title h2 {
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 4.6vw;
  padding-bottom: 12px;
}

.title span {
  font-size: 1.3vw;
  display: block;
}

.title em {
  display: block;
  font-style: normal;
  font-size: 0.9vw;
  padding-top: 2vw;
}
/* contact */
.contact_us{
	background-color:#FFFFFF;
	padding-bottom: 70px;
}
.contact_from li{
	text-align: center;
	width: 8vw;
	height: 8vw;
	border-radius: 8vw;
	font-size: 1.2vw;
	background-color:red;
	color: #fff;
	padding: 0 1.2vw;
	padding-top: 2vw;
}
.contact_from li:nth-last-of-type(1){
	padding-top: 1.5vw;
}
.contact_us{
	text-align: center;
}
.contact_btn{
	text-align: center;
}
.img-responsive{
	    display: block;
    max-width: 100%;
    height: auto;
}
.contact_btn a{
	display: inline-block;
	width: 18%;
	color: #fff;
	border: 1px solid red;
	height: 3vw;
	line-height: 3vw;
	font-size: 1.5vw;
	margin-top: 40px;
}
/* pro */
.pro li {
  width: 16.6%;
  float: left;
  background:#6699FF;
  height: 20vw;

  text-align: center;
}

.pro li b {
  color: #fff;
  display: block;
  font-size: 1.3vw;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 0.4vw;
}

.pro li b:after {
  content: "";
  height: 2px;
  width: 34px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -17px;
}

.pro li span {
  color: #fff;
  display: block;
  font-size: 0.7vw;
  padding-top: 0.4vw;
  padding-bottom: 1.4vw;
  padding-left: 5px;
  padding-right: 5px;
}

.pro li img {
  width: 80%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.pro li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.pro li:nth-child(3) {
  background: #2c2c2c;
}

.pro li:nth-child(2n) {
  background: #f8f8f8;
}

.pro li:nth-child(2n) b {
  color: #212121;
}

.pro li:nth-child(2n) b:after {
  background: #c2c2c2;
}

.pro li:nth-child(2n) span {
  color: #999;
}

.solution li {
  width: 24%;
  float: left;
  background: #708090;
  height: 13.7vw;
  text-align: center;
  margin-left: 0.5vw;
  margin-bottom: 0.5vw;
  position: relative;
  overflow: hidden;
}

.solution li b {
  width: 100%;
  height: 13.7vw;
  text-align: center;
  color: #fff;
  /*line-height: 13.7vw;*/
  font-size: 1.6vw;
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 9;
}

.solution li img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.solution li:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.pro li:nth-child(3) {
  background:#6699FF;
}

/*.solution li:last-child {
  background: red;
}
*/
.solution li:last-child:hover {
  background:red;
}

.strengths,
.partner {
  width: 100%;
  padding-bottom: 4vw;
  overflow: hidden;
}

.strengths li {
  width: 20%;
  padding: 0 2%;
  text-align: center;
	
 
}

.strengths li img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1vw;
  width: 28%;
}

.strengths li b {
    display: block;
    font-size: .9vw;
    color: #212121;
    padding-bottom: 1vw;
    font-weight: 700;
}

.strengths li span {
  font-size: 0.7vw;
  color: #666;
}

.hui {
  background: #f5f5f5;
}

.hui2 {
  background: #f8f8f8;
}

.lv {
  background: #00a587;
}

.partner li {
  width: 20%;
  
  padding: 0.5%;
}

.partner li img {
  width: 100%;
}

/*  RFID标签页面   */
.center1200 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  overflow: hidden;
}

.pro_title {
  width: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.pro_title h2 {
  color: #212121;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 77px;
  padding-bottom: 20px;
  display: block;
}

.pro_title span {
  font-size: 24px;
  color: #212121;
  display: block;
}

.pro_title em {
  display: block;
  font-style: normal;
  font-size: 16px;
  padding-top: 30px;
  color: #999;
}

.pro_list {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 40px;
}

.pro_list h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 20px;
}

.pro_list h3 span {
  font-size: 14px;
  color: #999;
}

.pro_list ul {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.pro_list ul li {
  float: left;
  width: 228px;
  height: 276px;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
  color: #00a587;
}

.pro_list ul li a {
  border: solid 1px #dedede;
  width: 226px;
  height: 226px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}

.pro_list ul li img {
  width: 226px;
  height: 226px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

.pro_list ul li:hover img {
  width: auto;
  height: auto;
  max-height: 60%;
  max-width: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.pro_list ul li:nth-child(5n) {
  margin-right: 0px;
}

/*  智能包装页面   */
.package-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
}

.flex {
  display: flex;
}

.package-img {
  flex: 1;
}

.package-text {
  width: 428px;
}

.w470 {
  width: 470px;
}

.package-text h3 {
  position: relative;
  font-size: 30px;
  color: #212121;
  padding-bottom: 25px;
}

.package-text h3:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 25px;
  background: #00a587;
}

.package-text p {
  line-height: 40px;
  color: #333;
  font-size: 14px;
  padding-top: 15px;
}

.packing_title {
  position: relative;
  color: #212121;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
}

.packing_title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 0px;
  height: 5px;
  width: 25px;
  background: #00a587;
}

.whiteColor {
  color: #fff;
}

.whiteColor h3:after {
  background: #fff;
}

.packing_ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.packing_ul li {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.packing_ul li img {
  display: block;
  margin: 0 auto 10px;
}

.packing_table {
  width: 100%;
  margin: 40px auto;
  background: #fff;
}

.packing_table th {
  background: #00a587;
  color: #fff;
  font-size: 18px;
}

.packing_table th,
.packing_table td {
  padding: 20px 15px;
  border-right: solid #f5f5f5 1px;
}

.packing_table td {
  border-bottom: solid #f5f5f5 1px;
}

.packing_table th:last-child,
.packing_table td:last-child {
  border-right: 0;
}

.packing_table td:nth-child(1) {
  font-size: 18px;
  color: #212121;
  text-indent: 2em;
}

.pbom80 {
  padding-bottom: 80px;
}

.packing_ul2 {
  width: 1200px;
  margin: 40px auto 80px;
  overflow: hidden;
}

.packing_ul2 li {
  width: 33%;
  /* float: left; */
  height: 205px;
  position: relative;
  background: #000;
	margin-bottom: 10px;
}

.packing_ul2 li img {
  width: 100%;
  height: 205px;
  opacity: 0.5;
}

.packing_ul2 li b {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 205px;
  text-align: center;
  width: 100%;
  line-height: 205px;
  color: #fff;
  font-size: 24px;
}



/* 解决方案列表页面 */
.soluList {
  margin-top: 34px;
}

.soluList li {
  width: 574px;
  height: 255px;
  float: left;
  margin: 0 15px 24px 11px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden;
}

.soluList li:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .35);
  box-shadow: 0 0 8px rgba(0, 0, 0, .35);
}

.soluList a {
  float: left;
}

.soluLeft {
  width: 287px;
  height: 100%;
  float: left;
}

.soluLeft img,
.sl-left img,
.sl2-left img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.soluRight {
  width: 234px;
  float: left;
  margin-left: 32px;
}

.title3 {
  font-size: 24px;
  line-height: 54px;
  color: #333;
  margin-top: 48px;
}

.soluList li:hover .title3 {
  color: #00a587;
}

.soluText {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  max-height: 90px;
  overflow: hidden;
}

.seeMore {
  display: block;
  font-size: 12px;
  color: #00a587;
  margin-top: 16px;
}

.solution_more {
  width: 1200px;
  margin: 60px auto;
  overflow: hidden;
  height: auto;
}



/* 解决方案 - 二级子页面start */
.menuLeft {
  position: relative;
  width: 254px;
  float: left;
  padding-top: 20px;
  overflow: hidden;
}

.menuLeft:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
}

.mt60 {
  margin-top: 60px;
}

.case-title {
  position: relative;
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-left: 20px;
  font-size: 13px;
  padding-left: 50px;
  display: block;
  text-indent: 1.5em;
}

.case-title span {
  position: absolute;
  left: -20px;
  top: -8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.case-title,
.case-title span {
  background-color: #00a587;
  color: #fff;
}

.menu-nav {
  padding: 26px 0 0 48px;
}

.menu-nav a {
  line-height: 48px;
  color: #666;
  display: block;
}

.menu-nav a.active,
.menu-nav a:hover {
  color: #00a587;
}

.conRight {
  width: 876px;
  float: right;
  overflow: hidden;
}

.head-title {
  position: relative;
  font-size: 30px;
  line-height: 50px;
  color: #333;
  padding-bottom: 18px;
  margin-top: 6px;
  font-weight: 600;
}

.head-title span {
  font-size: 14px;
  color: #666;
  padding-left: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.head-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  z-index: 1;
}

.head-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 5px;
  background-color: #00a587;
  z-index: 2;
}

.head-title.w1:after {
  width: 238px;
}

.overhidden,
.soluCon1,
.soluCon4,
.soluCon7,
.soluCon8,
.dianzi-1,
.ludeng-1,
.txcb-grid,
.ludeng-a1 {
  overflow: hidden;
}

.sub-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 40px;
  margin: 26px 0 18px 6px;
}

.soluCon1 li {
  float: left;
  width: 150px;
  height: 220px;
  margin-right: 31px;
}

.soluCon1 li:last-child,
.soluPannel:last-child,
.ludeng-2 li:nth-of-type(2n),
.soluCon4 li:nth-of-type(3n),
.soluCon5 li:nth-of-type(4n),
.soluCon6 li:nth-of-type(4n),
.soluCon7 li:last-child,
.soluCon8 li:last-child,
.soluCon9 li:last-child,
.bigBottom li:last-child,
.dianzi-1 li:nth-of-type(5n),
.ludeng-1 li:last-child,
.txcb-grid li:last-child,
.ludeng-a1 li:last-child,
.soluCona9 li:nth-of-type(3n),
.soluCona90 li:last-child,
.soluCona990 li:last-child,
.serviceGrid li:last-child,
.proGrid li:nth-of-type(4n) {
  margin-right: 0;
}

.soluCon1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
}

.soluCon1 p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: center;
  margin-top: 16px;
  padding: 0 14px;
  height: 44px;
  overflow: hidden;
}

.soluCon2 li {
  width: 426px;
  height: 190px;
  float: left;
  padding: 2px;
  margin: 0 15px 20px 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  overflow: hidden;
}

.soluCon2 li:nth-of-type(2n) {
  margin-right: 0;
  margin-left: 0;
}

.sl-left {
  width: 186px;
  height: 186px;
  float: left;
}

.sl-right {
  width: 186px;
  float: left;
  margin-left: 22px;
  text-transform: uppercase;
}

.sl-right h3 {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  font-weight: 600;
  margin-top: 54px;
}

.sl-right p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 4px;
}

.soluPannel {
  width: 242px;
  float: left;
  background-color: #f2f5f8;
  margin-right: 72px;
  overflow: hidden;
}

.panTitle {
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.pBg1 {
  background-color: #414d75;
}

.pBg2 {
  background-color: #ffc000;
}

.pBg3 {
  background-color: #c00000;
}

.panList {
  padding: 10px;
  height: 384px;
}

.panList li {
  text-align: center;
  font-size: 13px;
  line-height: 36px;
  color: #333;
}

.soluCon4 li {
  float: left;
  width: 280px;
  height: 252px;
  margin-right: 15px;
  margin-top: 15px;
}

.case1 {
  background-image: url("../images/case1.jpg");
}

.case2 {
  background-image: url("../images/case2.jpg");
}

.case3 {
  background-image: url("../images/case3.jpg");
}

.case4 {
  background-image: url("../images/case4.jpg");
}

.case5 {
  background-image: url("../images/case5.jpg");
}

.case6 {
  background-image: url("../images/case6.jpg");
}

.case7 {
  background-image: url("../images/case7.jpg");
}

.case8 {
  background-image: url("../images/case8.jpg");
}

.case9 {
  background-image: url("../images/case9.jpg");
}

.scon4Text {
  width: 170px;
  text-align: center;
  color: #fff;
  margin: 78px auto 0;
}

.soluCon4 h3 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
}

.soluCon4 p {
  line-height: 22px;
  font-size: 12px;
}

/* 解决方案 - 防爆页面 */
.soluCon5 li {
  width: 211px;
  height: 241px;
  float: left;
  margin: 0 10px 12px 0;
  overflow: hidden;
}

.s-img {
  width: 198px;
  height: 190px;
  margin: 6px;
  padding: 2px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.s-text {
  font-size: 16px;
  line-height: 38px;
  color: #333;
  text-align: center;
}

.soluCon6 li {
  width: 200px;
  height: 150px;
  float: left;
  margin: 0 24px 10px 0;
  text-align: center;
  color: #666;
  overflow: hidden;
}

.s2-img {
  width: 188px;
  height: 104px;
  font-size: 36px;
  line-height: 84px;
  margin: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.s2-text {
  font-size: 13px;
  line-height: 33px;
}

/* 解决方案 - 运维巡检 */

.soluCon7 li {
  float: left;
  width: 150px;
  height: 210px;
  margin-right: 31px;
}

.pBg4 {
  background-color: #ee4b47;
}

.pBg5 {
  background-color: #4a8dfc;
}

.pBg6 {
  background-color: #1bc5bb;
}

.pBg7 {
  background-color: #27a9f4;
}

.pBg8 {
  background-color: #ff8040;
}

.pBg9 {
  background-color: #70ad47;
}

.pBg10 {
  background-color: #5b9bd5;
}

.pBg11 {
  background-color: #ed7d31;
}

.s3-bg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.s3-bg i {
  width: 60px;
  height: 60px;
  background-image: url("../images/solution-icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 4px;
}

.pIcon1 {
  background-position: 0 0;
}

.pIcon2 {
  background-position: 0 -60px;
}

.pIcon3 {
  background-position: 0 -120px;
}

.pIcon4 {
  background-position: 0 -180px;
}

.pIcon5 {
  background-position: 0 -240px;
}

.s3-text {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: center;
  margin-top: 16px;
}

.sjcj .sl-right {
  width: 192px;
}

.sjcj .sl-right h3 {
  margin-top: 74px;
}

.sl2-left {
  width: 148px;
  height: 186px;
  float: left;
}

.sl2-right {
  width: 254px;
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
}

.sl2-h3 {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  font-weight: 600;
}

.sl2-1 {
  font-size: 16px;
  color: #0e6eb9;
  font-weight: 600;
  margin-top: 24px;
}

.sl2-2 {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 4px;
}

.sl2-3 {
  font-size: 12px;
  height: 32px;
  line-height: 30px;
  background-color: #00a587;
  color: #fff;
  padding: 0 12px;
  border-radius: 16px;
  margin-top: 10px;
  display: inline-block;
}

.sl2-4 {
  margin-top: 26px;
}

.soluCon2 li.w2 {
  position: relative;
  width: 867px;
  height: 386px;
}

.sl2-5 {
  position: absolute;
  left: 90px;
  top: 48px;
}

.sl2-6 {
  position: absolute;
  left: 80px;
  top: 72px;
}

.soluCon8 li {
  float: left;
  width: 200px;
  height: 140px;
  margin-right: 24px;
  text-align: center;
}

.soluCon8 i {
  width: 68px;
  height: 68px;
  background-image: url("../images/solution-icon2.jpg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 22px;
}

.con8-icon1 {
  background-position: 0 0;
}

.con8-icon2 {
  background-position: 0 -68px;
}

.con8-icon3 {
  background-position: 0 -136px;
}

.con8-icon4 {
  background-position: 0 -204px;
}

.soluCon8 p {
  color: #fff;
  font-size: 15px;
  margin-top: 4px;
}

.bigshowbox {
  width: 867px;
  height: auto;
  padding: 32px 35px;
  margin: 0 0 18px 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.big-h3 {
  text-align: center;
  margin-bottom: 16px;
}

.bigTop img {
  float: left;
}

.bigTop .sl2-right {
  margin-left: 32px;
  margin-top: 20px;
  width: 310px;
}

.bigTop .sl2-3 {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 22px;
  padding: 0 24px;
  margin-top: 24px;
}

.sl2-7 {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-left: 5px;
  margin-top: 10px;
}

.bigBottom li {
  width: 180px;
  height: 234px;
  float: left;
  background-color: #0e6eb9;
  border: 1px solid #0e6eb9;
  margin: 36px 10px 0 10px;
  overflow: hidden;
}

.bbImg {
  background-color: #fff;
  width: 178px;
  height: 162px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bbText {
  padding: 12px;
  height: 68px;
  display: table;
}

.bbText p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

/* 解决方案 - 仓储物流 */
.pIcon6 {
  background-position: 0 -300px;
}

.pIcon7 {
  background-position: 0 -360px;
}

.pIcon8 {
  background-position: 0 -420px;
}

.pIcon9 {
  background-position: 0 -480px;
}

.pIcon10 {
  background-position: 0 -540px;
}

.ccwl li {
  width: 200px;
  height: 208px;
  margin: 16px 24px 0 0;
}

.ccwl .bbImg {
  width: 198px;
  height: 158px;
}

.ccwl .bbText {
  padding: 4px 12px 0;
  height: 44px;
  margin: 0 auto;
  text-align: center;
}

.ccwl .bbText p {
  line-height: 14px;
}

/* 解决方案 - 工业大数据 */
.gcxz li {
  height: 326px;
  padding: 0;
  margin: 0 15px 20px 6px;
  border-radius: 12px;
}

.gcxz_img {
  width: 100%;
  height: 245px;
  border-radius: 12px 12px 0 0;
}

.gcxz_text {
  font-size: 13px;
  color: #333;
  padding: 20px 58px 0;
  line-height: 22px;
  text-align: center;
  height: 64px;
  overflow: hidden;
}

.bigImgCenter {
  text-align: center;
}

.soluCon9 {
  margin-top: 30px;
}

.soluCon9 li {
  float: left;
  width: 170px;
  height: 201px;
  margin-right: 64px;
  text-align: center;
}

.soluCon9 i,
.ld-left i {
  width: 84px;
  height: 84px;
  background-image: url("../images/icon84-84.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.con9-icon1 {
  background-position: 0 0;
}

.con9-icon2 {
  background-position: 0 -84px;
}

.con9-icon3 {
  background-position: 0 -168px;
}

.con9-icon4 {
  background-position: 0 -252px;
}

.gc-title {
  font-size: 15px;
  color: #333;
  line-height: 36px;
  margin-top: 10px;
}

.gc-text {
  fotn-size: 12px;
  color: #999;
  line-height: 18px;
}

.gctd li {
  border-bottom: 1px solid #e5e5e5;
  height: 104px;
  overflow: hidden;
}

.gctd li:first-child {
  border-top: 1px solid #e5e5e5;
}

.gctd-img {
  width: 64px;
  padding: 20px 0;
  float: left;
}

.gctd-img i {
  width: 64px;
  height: 64px;
  background-image: url("../images/icon64-64.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}

.gctd-icon1 {
  background-position: 0 0;
}

.gctd-icon2 {
  background-position: 0 -64px;
}

.gctd-icon3 {
  background-position: 0 -128px;
}

.gctd-text {
  width: 788px;
  height: 104px;
  display: table;
  float: right;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.tableCell p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.yibiao li {
  width: 271px;
  height: 253px;
  padding: 0;
}

.yibiao li,
.yibiao li:nth-of-type(2n) {
  margin: 0 22px 0 6px;
}

.yibiao li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.yibiao img {
  width: 100%;
  height: 156px;
}

.yb-text {
  height: 96px;
  display: table;
}

.yb-text p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 22px;
  line-height: 24px;
}

/* 4F解决方案 - 边坡稳定性监测 */
.arrow-title {
  position: relative;
  padding-left: 16px;
}

.arrow-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #00a587;
}

.jc-text {
  font-size: 16px;
  line-height: 38px;
  color: #666;
}


.jc-img p {
  display: inline-block;
  margin-right: 22px;
}

.jc-img p:last-child,
.daba-img p:last-child,
.qiaoliang-img p:last-child,
.turang-img p:nth-last-of-type(1) {
  margin-right: 0;
}

.gctd-icon4 {
  background-position: 0 -192px;
}

.gctd-icon5 {
  background-position: 0 -256px;
}

.gctd-icon6 {
  background-position: 0 -320px;
}

.gctd-icon7 {
  background-position: 0 -384px;
}

.xttd p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 28px;
  color: #666;
  margin-top: 12px;
}

.xttd p:first-child {
  margin-top: 0;
}

.xttd p:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 9px;
  height: 9px;
  background-color: #4c4c4c;
  border-radius: 50%;
}

/* 4F解决方案 - 大坝监测  */
.gctd-title {
  font-weight: 600;
  font-size: 16px;
  color: #454545;
}

.gctd-icon8 {
  background-position: 0 -448px;
}

.gctd-icon9 {
  background-position: 0 -512px;
}

.daba-img p {
  display: inline-block;
  margin-right: 3px;
}

/* 5F应用控制 - 电子围栏  */
.dianzi-1 li {
  float: left;
  width: 108px;
  height: 154px;
  margin: 13px 84px 13px 0;
}

.icon106 {
  width: 106px;
  height: 106px;
  background-image: url("../images/icon106-106.png");
  background-repeat: no-repeat;
  display: block;
}

.dz1 {
  background-position: 0 0;
}

.dz2 {
  background-position: 0 -106px;
}

.dz3 {
  background-position: 0 -212px;
}

.dz4 {
  background-position: 0 -318px;
}

.dz5 {
  background-position: 0 -424px;
}

.dz6 {
  background-position: 0 -530px;
}

.dz7 {
  background-position: 0 -636px;
}

.dz8 {
  background-position: 0 -742px;
}

.dz9 {
  background-position: 0 -848px;
}

.dz10 {
  background-position: 0 -954px;
}

.dz-info {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 18px;
}

.dz2n {
  margin-left: 0;
  margin-right: 22px;
}

.dz2n h3 {
  text-align: right;
}

/* 4F解决方案 - 路灯监控  */
.ludeng-1 li {
  float: left;
  width: 106px;
  margin-right: 22px;
}

.dz11 {
  background-position: 0 -1060px;
}

.dz12 {
  background-position: 0 -1166px;
}

.dz13 {
  background-position: 0 -1272px;
}

.dz14 {
  background-position: 0 -1378px;
}

.dz15 {
  background-position: 0 -1484px;
}

.dz16 {
  background-position: 0 -1590px;
}

.dz17 {
  background-position: 0 -1696px;
}

.ludeng-2 li {
  width: 428px;
  height: 128px;
  float: left;
  padding: 22px 16px;
  background-color: #f7f7f7;
  margin-right: 20px;
  margin-bottom: 18px;
}

.ld-left {
  float: left;
  width: 84px;
}

.ld1 {
  background-position: 0 -336px;
}

.ld2 {
  background-position: 0 -420px;
}

.ld3 {
  background-position: 0 -504px;
}

.ld4 {
  background-position: 0 -588px;
}

.ld5 {
  background-position: 0 -672px;
}

.ld6 {
  background-position: 0 -756px;
}

.ld7 {
  background-position: 0 -840px;
}

.ld8 {
  background-position: 0 -924px;
}

.ld-right {
  float: right;
  width: 298px;
}

.ld-right h3 {
  font-size: 16px;
  color: #454545;
  line-height: 32px;
  font-weight: 600;
}

.ld-right p {
  color: #666;
  line-height: 24px;
}

/* 4F物联监测 - 桥梁健康监测  */
.qiaoliang-img p {
  display: inline-block;
  margin-top: 16px;
  margin-right: 16px;
}

.gctd-icon10 {
  background-position: 0 -576px;
}

.gctd-icon11 {
  background-position: 0 -640px;
}

.jianceTable {
  width: 874px;
  text-align: center;
}

.jianceTable th {
  background-color: #00a587;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  border-right: 1px #00a587 solid;
}

.jc-th1 {
  width: 160px;
  border-left: 1px #00a587 solid;
}

.jc-th2 {
  width: 166px;
}

.jc-th3 {
  width: 364px;
}

.jc-th4 {
  width: 184px;
}

.jianceTable td {
  font-size: 14px;
  color: #666;
  height: 46px;
  border-bottom: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
  padding: 0 20px;
}

.jianceTable td.jc-td1 {
  font-size: 15px;
  color: #333;
  background-color: #fafafa;
  font-weight: bold;
  border-left: 1px #e5e5e5 solid;
}

/* 4F物联监测 - 图像抄表 */
.txcb .sl-right h3 {
  margin-bottom: 4px;
  margin-top: 40px;
}

.txcb .sl-right p {
  margin-top: 0;
}

.txcb-list {
  width: 867px;
  height: 208px;
  margin: 0 0 18px 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.txcb-list .sl-left {
  width: 426px;
  height: 208px;
}

.txcb-list .sl-right {
  width: 350px;
  margin-left: 72px;
}

.txcb-grid li {
  float: left;
  width: 209px;
  height: 202px;
  background-color: #f3f4f4;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
  padding: 26px 16px 0;
}

.txcb-grid li:nth-of-type(1),
.txcb-grid li:nth-of-type(2) {
  width: 210px;
}

.tx-1 {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.tx-2 {
  color: #666;
  line-height: 24px;
  margin-top: 12px;
}

.ptgn {
  position: relative;
  margin-top: 20px;
  height: 508px;
}

.ptgn-img {
  position: absolute;
  right: 76px;
  top: 58px;
}

.ptgn .xttd p {
  margin-top: 29px;
  margin-left: 20px;
}

.app-box {
  display: -webkit-box;
  display: flex;

}

.app-box li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 0;
}

.appcon {
  width: 212px;
  text-align: center;
  margin: 40px auto 0;
}

.appcon i {
  width: 2126px;
  height: 212px;
  background-image: url("../images/icon212-212.jpg");
  background-repeat: no-repeat;
  display: block;
}

.appicon1 {
  background-position: 0 0;
}

.appicon2 {
  background-position: 0 -212px;
}

.appicon3 {
  background-position: 0 -424px;
}

.appcon h3 {
  font-size: 18px;
  color: #0e6eb9;
  line-height: 38px;
  font-weight: bold;
  margin-top: 22px;
}

.appcon p {
  color: #666;
  line-height: 24px;
  margin-top: 6px;
}

.tx-cpys li {
  height: 114px;
  padding: 15px 10px;
}

.tx-cpys .ld-right {
  margin-top: 14px;
  width: 320px;
}

.ld9 {
  background-position: 0 -1008px;
}

.ld10 {
  background-position: 0 -1092px;
}

.ld11 {
  background-position: 0 -1176px;
}

.ld12 {
  background-position: 0 -1260px;
}

.ld13 {
  background-position: 0 -1344px;
}

.ld14 {
  background-position: 0 -1428px;
}

.ld15 {
  background-position: 0 -1512px;
}

.ld16 {
  background-position: 0 -1596px;
}

.ld17 {
  background-position: 0 -1680px;
}

/* 4F物联监测 - 土壤监测 */
.turang-img {
  margin-top: 16px;
}

.turang-img p {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 16px;
}

.turangTable {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.turangTable td {
  height: 82px;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

td.tr-title {
  width: 128px;
  background-color: #00a587;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 4F物联监测 - 综合管廊监测 */
.guanl-img {
  grid-template-rows: 283px;
}

.jcyq p {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}

.gl-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 48px;
  margin-top: 4px;
}

/*  2F  RFID标签采集 - ESL标签 */
.backgroundNone i {
  background: none;
}

.gctd-icon12 {
  background-position: 0 -704px;
}


/*新增*/
.guanl-img1 {
  grid-template-rows: 336px;
}

.ld-left i img {
  margin: 10px;
}

.esl_1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 34px;
}

.esl_1 dt {
  float: left;
  width: 262px;
  height: 151px;
  margin-right: 17px;
}

.esl_1 dd {
  float: left;
  width: 597px;
  position: relative;
}

.esl_1 dd:nth-child(2) {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
}

.esl_1 dd:nth-child(2) b {
  background: #0e6eb9;
  height: 48px;
  line-height: 48px;
  float: left;
  padding: 0 28px;
  font-size: 18px;
  color: #fff;
  margin-right: 24px;
}

.esl_1 dd:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 597px;
  height: 2px;
  background-color: #0e6eb9;
  z-index: 2;
}

.esl_1 dd:nth-child(3) {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding-top: 12px;
}

.esl_1 dd.d3 {
  line-height: 80px;
}

.esl_img {
  width: 876px;
  text-align: center;
}

.esl_img img {
  display: block;
  max-width: 876px;
}

.esl_margin {
  margin: 0px;
}

.esl_margin i {
  background: none;
  display: inline;
}

.ccgl_padding {
  padding-top: 25px;
}

.ccgl_padding_bottom {
  padding-bottom: 25px;
}

.ccgl_box {
  width: 876px;
  overflow: hidden;
  height: auto;
}

.ccgl_left {
  width: 422px;
  float: left;
}

.ccgl_right {
  width: 422px;
  float: right;
}

.ccgl_left-text {
  font-size: 14px;
  color: #333;
}

.ccgl_sl-left {
  height: 186px;
  float: left;
  margin-right: 15px;
}

.ccgl_sl-left img {
  display: block;
}

.ccgl_sl-right {
  float: left;
}

.ccgl_sl-right h3 {
  line-height: 186px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.ccgl_ul {
  padding-top: 25px;
}

.ccgl_ul li {
  width: 426px;
  height: 190px;
  float: left;
  padding: 2px;
  margin: 0 15px 20px 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  overflow: hidden;
}

.ccgl_ul li:nth-child(2) {
  margin-right: 0;
  margin-left: 0;
}

.ccgl_ul li:nth-child(2) .ccgl_sl-right {
  width: 250px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
}

.ccgl_ul li:nth-child(2) .ccgl_sl-right h3 {
  height: 80px;
  line-height: 100px;
}

.ccgl_ul li:nth-child(3) {
  margin-right: 0;
  width: 866px;
}

.ccgl_ul li:nth-child(4) .ccgl_sl-right {
  width: 250px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
}

.ccgl_ul li:nth-child(4) .ccgl_sl-right h3 {
  height: 95px;
  line-height: 120px;
}

.ccgl_ul li:nth-child(5) {
  margin-right: 0;
  margin-left: 0;
}

.ccgl_ul li:nth-child(5) .ccgl_sl-right {
  width: 250px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
}

.ccgl_ul li:nth-child(5) .ccgl_sl-right h3 {
  height: 95px;
  line-height: 120px;
}

.ccgl_padding_left {
  padding-right: 15px;
}

.ludeng-a1 li {
  float: left;
  width: 127px;
  height: 154px;
  margin-right: 22px;
  text-align: center;
}

.ludeng-a1 img {
  border-radius: 108px;
}

.dagl_li {
  height: 308px !important;
}

.jc-th44 {
  width: 242px;
}

.jc-th11 {
  width: 140px;
}

.bqcj_text {
  font-size: 13px;
  color: #333;
  padding: 20px 0;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
}

.bqcj_text b {
  font-size: 18px;
  display: block;
  padding-bottom: 18px;
}

.bqcj_li {
  height: 438px !important;
}

.zcgl_li {
  height: 380px !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
}

.zcgl_ld-right {
  margin-top: 34px;
  width: 320px;
  float: right;
  color: #666;
}

.txcb-lista {
  width: 876px;

  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  ;
  background: #f7f7f7;
  height: 387px;
}

.txcb-lista .sl-lefta {
  width: 426px;
  height: 387px;
  background: #f7f7f7;
}

.txcb-lista .sl-righta {
  width: 350px;
  margin-left: 72px;
}

.sl-lefta {
  width: 186px;
  height: 186px;
  float: left;
}

.sl-righta {
  width: 186px;
  float: left;
  margin-left: 22px;
  text-transform: uppercase;
}

.sl-righta h3 {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  font-weight: 600;
  margin-top: 114px;
  padding-bottom: 20px;
}

.sl-righta p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 4px;
}

.mjgl_ly {
  padding-top: 16px;
}

.zhineng li {
  float: left;
  width: 426px;
  margin: 12px 10px 12px 0;
  text-align: center;
}

.zhineng h3 {
  font-size: 18px;
  color: #333;
  padding: 14px 0 10px 0;
  font-weight: bold;
}

.zhineng p {
  padding: 0 25px;
}

.rygl-img2_pind p {
  margin-right: 8px;
}

.rygl_li {
  background: #f0f0f0;
  height: auto !important;
  padding: 30px 0;
  margin-bottom: 14px;
}

.rygl_gctd-text {
  width: 688px;
}

.rygl_gctd-img {
  padding-left: 60px;
}

.soluCona9 {
  margin-top: 30px;
  overflow: hidden;
}

.soluCona9 li {
  float: left;
  width: 245px;
  height: 260px;
  margin-right: 64px;
  text-align: center;
}

.gcav-title {
  font-size: 15px;
  color: #333;
  line-height: 36px;
  margin-top: 10px;
}

.gcav-text {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.gylgl_li {
  padding: 10px 0 !important;
  height: 124px !important;
}

.soluCona90 {
  margin-top: 30px;
  overflow: hidden;
}

.soluCona90 li {
  text-align: center;
  float: left;
  width: 170px;
  height: 221px;
  margin-right: 64px;
}

.soluCona990 {
  margin-top: 30px;
  overflow: hidden;
}

.soluCona990 li {
  float: left;
  width: 106px;
  height: 180px;
  margin-right: 47px;
  text-align: center;
}

/* 解决方案各个页面 end */