/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

.container {max-width: calc(100% - 200px);}
@media (max-width: 1440px) {
  .container {max-width: calc(100% - 100px)!important;}
}
@media (max-width: 1300px) {
  .container {max-width: calc(100% - 80px)!important;}
}
@media (max-width: 1000px) {
  .container {max-width: calc(100% - 60px)!important;}
}
@media (max-width: 767px) {
  .container {max-width: calc(100% - 30px)!important;}
}

.cpxq{
	padding: 10px;
}
.cpxq_left{
	width: 100%;
}
.cpxq_right{
	width: 100%;
	margin-top: 10px;
}
.cpxq_title{
	line-height: 24px;
	font-size: 18px;
}
.cpxq_txt{
	line-height: 24px;
	padding-top: 10px;
}






html,body{width: 100%; height: 100%; position: relative;}
/* 头部 */
.header {
  width: 100%;
  background-color: #c1d2f0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header>.container{
  width: 96%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo{
  padding: 15px 0;
}
.logo > a{
	width: 100%;
  max-width: 240px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav{
  width: auto!important;
  display: flex;
	margin-right: 5%;
}
.nav{
  float: left;
  height: 100%;
}
.nav>li{
  float: left;
  position: relative;
  height: 100%;
}
.nav>li>a{
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 30px;
}
.nav>li>a>i{
  float: right;
  font-weight: normal;
  margin-left: 10px;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.layui-this>a,
.nav-child dd.nav-child-this>a{
  color: rgba(0,0,0,0.75);
}
.nav>li:hover>a>i{
  transform: rotate(180deg);
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: #c1d2f0;
  padding: 2px 0 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
}
.nav-child-yy{
	width: 150%;
	left: -25%;
}
.nav-childs{
  width: 94%;
	left: 50%;
	transform: translateX(-50%);
}
.nav-child>dd{
	width: 100%;
	float: left;
	position: relative;
}
.nav-child>dd>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0,0,0,1);
}
.nav-childs>dd>a{
	text-align: center;
}
.nav-child>dd:hover>a,
.nav-child>dd.nav-child-active>a{
  color: rgba(0,0,0,0.75);
}
.nav-child>dd:hover .nav-child-ul{display: block;}

.nav-child-ul{
	display: none;
	width: auto;
	float: left;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #c1d2f0;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav-child-ul>li{
	width: 100%;
	float: left;
	position: relative;
}
.nav-child-ul>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: left;	
  padding: 0 10px;
  font-size: 14px;
  color: rgba(0,0,0,1);
	text-overflow:ellipsis;
	white-space: nowrap;
}

.nav-child-ul>li:hover>a{
  color: rgba(0,0,0,0.75);
}

.nav-child-ul-child{
	display: none;
	width: auto;
	float: left;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #000;
}
.nav-child-ul-child>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: left;
  font-size: 14px;
  color: #fff;
	padding: 0 10px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav-child-ul-child>li:hover>a{
  color: rgba(255,255,255,0.75);
}
.nav-child-ul>li:hover .nav-child-ul-child{
	display: block;
}



/*banner大图*/
.banner,
.index_banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-imgbox{
  width: 100%;
  height: 100%;
}
.banner-imgbox img{
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.2;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #314171;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* index */
.imgs_box{
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
}
.imgs_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgs_ul li{
	width: calc(50% - 20px);
	float: left;
	margin-bottom: 40px;
}
.imgs_ul li .imgs_B{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.imgs_ul li .imgs_B::before{
	content: "";
	display: block;
	padding-top: 66.6666%;
}
.imgs_ul li .imgs_txt{
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 24px;
	color: rgba(38,38,38,1);
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
}

/* 首页样式 */
.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 164px;
  float: left;
  height: 50px;
  font-size: 16px;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #c1d2f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.more>a:hover {
  background-color: #c1d2f0;
  color: #fff;
}
/* 起帆品牌 电线电缆 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 70px 0 100px 0;
}

.about .clear{
  overflow: hidden;
  margin-top: 30px;
}
.about-left{
  width: 50%;
  float: left;
  padding-right: 10px;
}
.about-right{
  width: 50%;
  float: right;
  padding-left: 10px;
}
.about-title {
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.about-text {
  max-width: 1030px;
  margin: 15px auto 0 auto;
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #4b4b4b;
  text-align: left;
}
.about .more {
  margin-top: 25px;
  justify-content: left;
}
.about .more>a {
  background-color: #e2edf9;
}
.about .more>a:hover {
  background-color: #c1d2f0;
  color: #fff;
}
.about-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.about-img .img {
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-img .img::before {
  padding-top: 44%;
}
.about-img::after {
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media (max-width: 1400px) {
  .about {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-left{
    width: 100%;
    padding: 0;
  }
  .about-right{
    width: 100%;
    padding: 0;
  }
  .about-title {
    line-height: 30px;
    font-size: 20px;
  }
  .about-text {
    margin: 10px auto 0 auto;
    line-height: 24px;
    font-size: 14px;
  }
  .about .more {
    margin-top: 10px;
  }
  .about-img {
    padding-bottom: 10px;
  }
  .about-img::after {
    width: calc(100% - 40px);
  }
  .more>a {
    width: 100px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}


.partner{
  padding: 25px 0;
}
.partner .news_ul1 li a{
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .partner .news_ul1 li{width: 50%;}
}

.case{
  width: 100%;
  overflow: hidden;
  background-color: rgba(248,248,248,1);
  padding: 25px 0;
}
.case1{
  background-color: #fff;
}
.case_title{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #000;
}
.case_p{
  line-height: 64px;
  font-size: 42px;
  font-weight: bold;
  padding: 5px 0;
}
.case_sp{
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
}
.case_ul{
  display: block;
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 30px;
}
.case_ul li{
  width: 33.3333%;
  float: left;
  padding: 10px;
}
.case_ul .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_ul .case_img::before{
  content: "";
  display: block;
  padding-top: 71.06%;
}
.case_ul .case_B{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px;
}

.case_ul1{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.case_ul1 li{
  width: 25%;
  float: left;
  padding: 10px;
}
.case_ul1 li .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_ul1 li .case_img::before{
  content: "";
  display: block;
  padding-top: 71.06%;
}
.case_ul1 li .case_B{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px;
}

.case1 .case_ul1 li .case_B{
  background-color: rgba(248,248,248,1);
}
.case_ul1 li .case_B .case_pp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: rgba(38,38,38,1);
  font-size: 24px;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
	text-align: center;
}
.case_ul1 li .case_B .case_pp:hover{
  color: rgba(38, 133, 233, 1);
}
.case_ul1 li .case_B .case_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 56px;
  line-height: 28px;
  color: rgba(128,128,128,1);
  font-size: 17px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case_ul .case_B .case_pp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: rgba(38,38,38,1);
  font-size: 24px;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
	text-align: center;
}
.case_ul .case_B .case_pp:hover{
  color: rgba(38, 133, 233, 1);
}
.case_ul .case_B .case_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 56px;
  line-height: 28px;
  color: rgba(128,128,128,1);
  font-size: 17px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Cam{
  width: 100%;
  overflow: hidden;
}
.Cam_nav{
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.Cam_nav>li{
  width: 33.3333%;
  float: left;
  cursor: pointer;
}
.Cam_nav>li .Cam_icon{
  display: block;
  overflow: hidden;
  padding: 12px;
}
.Cam_nav>li .Cam_icon>div{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Cam_nav>li .Cam_icon>div::before{
  content: "";
  display: block;
  padding-top: 20.671834625322997%;
}
.Cam_nav>li .Cam_icon>div .img0{
  top: 0;
}
.Cam_nav>li .Cam_icon>div .img1{
  top: 100%;
}
.Cam_nav>li .Cam_nav_p{
  display: block;
  overflow: hidden;
  line-height: 46px;
  text-align: center;
  color: rgba(153,153,153,1);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.Cam_nav>li .Cam_nav_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  color: rgba(153,153,153,1);
  font-size: 17px;
  font-weight: bold;
}

.Cam_nav>li.Cam_active .Cam_icon>div .img0{
  top: -100%;
}
.Cam_nav>li.Cam_active .Cam_icon>div .img1{
  top: 0;
}
.Cam_nav>li.Cam_active .Cam_nav_p,
.Cam_nav>li.Cam_active .Cam_nav_sp{
  color: #1c82ec;
}
.Cam_contect{
  width: 100%;
  overflow: hidden;
  min-height: 580px;
  position: relative;
}
.Cam_contect>div{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Cam_contect>div:first-child{display: block;}
.Cam_contect>div .Cam_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.Cam_contect>div .Cam_img::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}
.Cam_contect>div .Cam_hover{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  z-index: 9;
}
.Cam_contect>div .Cam_hover .Cam_left{
  width: 16.66667%;
  float: left;
  padding: 0 15px;
}
.Cam_contect>div .Cam_hover .Cam_center{
  width: 50%;
  float: left;
  padding: 0 15px;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_logo{
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_logo img{
  width: 155px;
  display: block;
  height: auto;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_p{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  line-height: 75px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_more{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 12px 40px 12px 0px;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_more>a{
  float: left;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_more>a>i{
  width: 24px;
  height: 24px;
  float: right;
  font-size: 26px;
  margin-left: 5px;
}
/* END-index */

/* 首页 */
.value{
  width: 100%;
  overflow: hidden;
  background: url(../images/index/value_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 85px 0;
}
.value_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.value_p{
  line-height: 38px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.value_sp{
  line-height: 24px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.value_contect{
  display: block;
  width: 97%;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 72px;
}
.value_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.value_ul li{
  width: 10.6%;
  float: left;
  margin-bottom: 20px;
}
.value_ul li .value_img{
  width: 100%;
  overflow: hidden;
  position: relative;
	background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(24,36,73,0.12);
	transition: all 0.4s;
}
.value_ul li .value_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.value_ul li .value_txt{
  display: block;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  color: #444;
}
.value_ul li:hover .value_img{
  background-color: #f4f4f4;
}
.value_ul li:hover .value_txt{
  color: #314171;
}

.gsjj{
  width: 100%;
	float: left;
  padding: 172px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.gsjj::before{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index/gsjj_bj.png) no-repeat center center;
  background-size: cover;
  position: absolute;
	background-attachment: fixed;
  left: 0;
  top: 0;
}
.gsjj_contect{
  width: 97%;
  max-width: 1044px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5  ;
	box-shadow: 20px 4px 30px rgba(8,20,66,0.12);
  top: 85px;
}
.gsjj_img{
  width: 41%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 59%;
  float: left;
  background-color: #fff;
  background-image: url(../images/index/gsjj_bj2.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 85px 80px 85px 85px;
  position: relative;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.gsjj_title>span{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 108px;
  line-height: 36px;
  margin: 25px 0;
  font-size: 18px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.gsjj_heng{
  width: 120px;
  float: left;
  height: 16px;
  background: url(../images/index/gsjj_heng.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -13px;
  bottom: -11px;
}

.Fun{
  width: 100%;
  overflow: hidden;
  background: url(../images/index/Fun_bj.jpg) no-repeat center top;
  background-size: cover;
  padding: 200px 0 110px 0;
}
.Fun_contect{
  display: block;
  overflow: hidden;
  width: 97%;
  max-width: 1260px;
  padding-top: 55px;
  margin: 0 auto;
}
.Fun_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.Fun_ul li{
  width: 33.3333%;
  float: left;
}
.Fun_ul li a{
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 40px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Fun_ul li a .Fun_icon{
  width: 80px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid #8b8b8b;
  border-radius: 50%;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.8s;
	top: 0;
}
.Fun_ul li a .Fun_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.Fun_ul li a .Fun_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.Fun_ul li a .Fun_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.Fun_ul li:nth-child(even) a{
  border: none;
}
.Fun_ul li:nth-child(even) a .Fun_icon{
  border-color: #fff;
}
.Fun_ul li:nth-child(even) a .Fun_p,
.Fun_ul li:nth-child(even) a .Fun_txt{
  color: #fff;
}
.Fun_ul li:nth-child(5) .Fun_logo{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.Fun_ul li a:hover .Fun_icon{
	top: -15px;
}

.people{
  width: 100%;
  overflow: hidden;
  background: url(../images/index/people_bj.jpg) no-repeat center center;
  background-size: cover;
	background-attachment: fixed;
  padding: 85px 0;
}
.people_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.people_p{
  line-height: 38px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.people_sp{
  line-height: 24px;
  font-size: 18px;
  color: #cecece;
  text-transform: uppercase;
}
.people_contect{
  display: block;
  overflow: hidden;
  width: 97%;
  max-width: 1260px;
  padding-top: 60px;
  margin: 0 auto;
}
.people_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.people_ul li{
  width: 30.159%;
  float: left;
  margin: 0 0 16px 0;
}
.people_ul li>a{
  width: 100%;
  float: left;
  margin-top: 70px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
}
.people_ul li>a .people_img{
  width: 100%;
  max-width: 144px;
  margin: -100px auto 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  transition: all 0.8s;
}
.people_ul li>a .people_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.people_ul li>a .people_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.people_ul li>a .people_spp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.people_ul li>a .people_heng{
  display: block;
  overflow: hidden;
  max-width: 200px;
  height: 1px;
  background-color: #ebebeb;
  margin: 10px auto 0 auto;
}
.people_ul li>a .people_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 44px;
  line-height: 22px;
  font-size: 16px;
  color: #666;
  text-align: center;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.people_ul li>a:hover .people_img img{
	transform: scale(1.1);
}
.people_ul li>a:hover .people_pp{
  color: #314171;
}

.Int{
  width: 100%;
  overflow: hidden;
  background: url(../images/index/Int_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 85px 0;
}
.Int .people_p{
  color: #333;
}
.Int .people_sp{
  color: #999;
}
.Int_contect{
  width: 97%;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 70px;
}
.Int_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Int_ul li{
  width: 30.9524%;
  float: left;
  margin: 0 0 30px 0;
}
.Int_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.Int_ul li>a .Int_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Int_ul li>a .Int_img::before{
  content: "";
  display: block;
  padding-top: 75.64103%;
}
.Int_ul li>a .Int_B{
  width: 100%;
  overflow: hidden;
  padding: 30px;
}
.Int_ul li>a .Int_B .Int_p{
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.Int_ul li>a .Int_B .Int_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  height: 66px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.Int_ul li>a:hover{
  background-color: #1f479a;
}
.Int_ul li>a:hover .Int_img img{
  transform: scale(1.1);
}
.Int_ul li>a:hover .Int_B .Int_p,
.Int_ul li>a:hover .Int_B .Int_txt{
  color: #fff;
}
.Int_more{
  display: flex;
  justify-content: center;
}
.Int_more>a{
  float: left;
  width: 120px;
  height: 40px;
  background-color: #000;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
  
.Int_more>a:hover{
  background-color: #1f479a;
}
/* END-首页 */

/* 底部 */
footer {
  background: #c1d2f0;
  padding: 15px 0;
}
footer>.container{
	max-width: 1200px;
}
.footer{
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.footer_left{
	width: 28%;
	float: left;
}
.footer_logo{
	display: flex;
	align-items: center;
}
.footer_logo img{
	/*max-width: 100%;*/
  max-width: 130px;
  float: left;
  display: block;
  height: auto;
	margin-right: 30px;
}
.footer_dianhua{
	display: block;
	overflow: hidden;
	line-height: 30px;
	color: #000;
	font-size: 14px;
}
.footer_dianhua>span{
	display: block;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
}
.footer_txt{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.footer_center{
  width: 34%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_B{
	float: left;
}
.footer_p{
	display: block;
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_ul{
	display: block;
  overflow: hidden;
}
.footer_ul li{
	display: block;
	overflow: hidden;
  line-height: 30px;
	font-size: 14px;
  color: #fff;
}
.footer_ul li>a{
  color: #000;
}
.footer_ul li>a:hover{
	text-decoration: underline;
	color: #fff;
}

.footer_right{
	width: 28%;
	display: flex;
	justify-content: space-between;
}
.footer_wx{
	width: 48%;
}
.footer_wx>div{
  padding: 5px 0;
}
.footer_wx>div>img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.footer_wx>span{
  display: block;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
}
.footer_line{
  width: 100%;
  height: 51px;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer_line::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.7);
}

.copyright{
  width: 100%;
  overflow: hidden;
	text-align: center;
  line-height: 22px;
  color: #333;
  font-size: 14px;
}
.copyright a{
  color: #999;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 智能感知硬件设备 */
.banner_img{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}
.banner_img::before{
	content: "";
    display: block;
    padding-top: 26.6667%;
}
.banner_img::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(4,33,69,0.57);
}
.banner_hover{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.banner_p{
  line-height: 78px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner_sp{
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.banner_more{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 40px;
  line-height: 48px;
  height: 48px;
  text-align: center;
}
.banner_more>a{
  float: left;
  color: #fff;
  font-size: 24px;
}
.banner_more>a>i{
  float: right;
  margin-left: 5px;
}

.zngz_fw{
  width: 100%;
  overflow: hidden;
  padding: 256px 0;
  background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wrap{
  max-width: 1200px;
  margin: 0 auto;
}
.zngz_fw_p{
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.zngz_fw_sp{
  padding: 5px 0;
  line-height: 90px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.zngz_fw_left{
  width: 50%;
  float: left;
  margin-top: 50px;
}
.zngz_fwB{
  width: 50%;
  float: left;
  padding: 10px;
  margin-left: -10px;
  color: #fff;
}
.zngz_fwB_p{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.zngz_fwB_sp{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  line-height: 64px;
  font-family: Arial;
  font-size: 58px;
  font-weight: bold;
}
.zngz_fwB_sp>span{
  font-size: 18px;
}

.hy{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
  margin-top: 50px;
}
.hy_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.hy_p{
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.hy_sp{
  line-height: 24px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}

.video_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.video_nav li{
  width: 12.5%;
  float: left;
  padding: 5px;
}
.video_nav li>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border-radius: 25px;
}
.video_nav li>a:hover,
.video_nav li.video_active>a{
	background-color: #c1d2f0;
	border-color: #c1d2f0;
	color: #fff;
}

.hy_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.hy_ul li{
  width: 25%;
  float: left;
  padding: 10px;
  overflow: hidden;
}
.hy_ul li>a{
	display: block;
	overflow: hidden;
}
.hy_ul li .hy_img{
  width: 100%;
  overflow: hidden;
  position: relative;
	 border: 1px solid #ddd; 
	background-color: #fff;
}
.hy_ul li .hy_img img{transform: scale(0.7);}
.hy_ul li .hy_img::before{
  content: "";
  display: block;
  padding-top: 71.06%;
}
.hy_ul li .hy_img .hy_hover{
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	transition: all 0.4s;
  opacity: 0;
}
.hy_ul li .hy_img .hy_hover>div{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.hy_ul li .hy_B{
  display: block;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  text-align: center;
	transition: all 0.4s;
}
.hy_ul li .hy_B .hy_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
		transition: all 0.4s;
}
.hy_ul li .hy_B .hy_txt{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: auto;
  line-height: 24px;
  color: rgba(128, 128, 128, 1);
  font-size: 14px;
  /*text-overflow:ellipsis;
  white-space: nowrap;*/
}
.hy_ul li a:hover .hy_img img{
	transform: scale(0.95);
}
.hy_ul li a:hover .hy_B{
	background-color: #c1d2f0;
}
.hy_ul li a:hover .hy_B .hy_pp{
	color: #fff;
}
.hy_ul li a:hover .hy_img .hy_hover{
  opacity: 1;
}

.hy_video_ul li{
  width: 20%;
}



.pdf_ul{
  display: flex;
  flex-wrap: wrap;
}
.pdf_ul li{
  width: 100%;
  float: left;
  margin-top: 80px;
  position: relative;
}
.pdf_ul li>.pdf_B{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.pdf_ul li>.pdf_B .pdf_img{
  width: 55%;
  float: left;
  overflow: hidden;
  /* background-color: #fff; */
  position: relative;

}
.pdf_ul li>.pdf_B .pdf_R{
  width: 45%;
  float: left;
  padding: 35px 0 35px 70px;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_p{
  display: block;
  overflow: hidden;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_p>span{
  float: left;
  line-height: 70px;
  font-size: 30px;
  color: #333;
  border-bottom: 2px solid #000;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt{
  display: block;
  overflow: hidden;
  margin: 30px 0;
  height: 210px;
  line-height: 30px;
  font-size: 16px !important;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt span{
  font-size: 16px !important;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_more{
  width: 154px;
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #13589d;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s;
}
.pdf_ul li:nth-child(even)>.pdf_B{
  flex-direction: row-reverse;
}
.pdf_ul li:nth-child(even)>.pdf_B .pdf_R{
  padding: 35px 70px 35px 0;
}
/* .pdf_ul li>.pdf_B:hover .pdf_img img{
  transform: scale(1.1);
} */
.pdf_ul li>.pdf_B .pdf_R .pdf_more:hover{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  color: #13589d;
}
.pdf_top{
  width: 100%;
  display: block;
  position: relative;
  top: -100px;
}


.pro_list{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 240px 0;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 104px;
}

.pro_list span{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*padding: 240px 0;*/
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 104px;
}


.znxp{
  width: 100%;
  overflow: hidden;
  background: url(../images/zngz_bj2.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 240px 0;
  text-align: center;
  font-size: 84px;
  font-weight: bold;
  color: #fff;
  line-height: 104px;
}

.cpcs{
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.cpcs a.download{
	float: left;
	padding: 15px 25px;
	background: #13589D;
	border-radius: 10px;
	color: #fff;
}
.cpcs a.download:hover{
	padding: 15px 25px;
	background: #527AB8;
	margin: 0 auto;
	border-radius: 10px;
	color: #fff;
}
.cpcs_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 63px;
  padding: 5px 0;
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.cpcs_ul{
  margin: 60px 0 10px 0;
	display: block;
	overflow: hidden;
  /*display: flex;
  flex-wrap: wrap;
  overflow: hidden;*/
  /*border-bottom: 1px solid rgba(238,238,238,1);*/
	font-size: 14px;
	line-height: 30px;
}
.cpcs_ul table{
	max-width: 100%;
	height: auto;
}
.cpcs_ul span{
  font-size: 16px!important;
}
.cpcs_ul li{
  width: 50%;
  float: left;
  border-top: 1px solid rgba(238,238,238,1);
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.cpcs_ul li .cpcs_left{
  width: 16.5%;
  float: left;
  padding: 0 15px;
  font-size: 14px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}
.cpcs_ul li .cpcs_right{
  width: 83.5%;
  float: left;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  color: rgba(64, 64, 64, 1);
}
/* END-智能感知硬件设备 */

/* 智能计算硬件设备 */
.znjy_banner .banner_img::after{
  background: none;
}
.hy_video{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.hy_video_img{
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
}
.hy_video_img::before{
  content: "";
  display: block;
  padding-top:50.8333%;
}
.hy_video_btn{
  width: 60px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  cursor: pointer;
}
.hy_video_btn>i{
  font-size: 30px;
  color: #fff;
  margin-left: 5px;
}
.hy_video_tck{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.hy_videos{
  width: 100%;
  max-width: 700px;
  border: 5px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hy_videos>video{
  width: 100%;
  display: block;
  height: auto;
  border-radius: 5px;
}
.hy_videos .hy_off{
  width: 30px;
  float: left;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
}
/* END-智能计算硬件设备 */

/* 智能机器人硬件设备 */
.znjqr{
  width: 100%;
  overflow: hidden;
  background: url(../images/znjqr_bj.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 256px 0;
  position: relative;
}
.znjqr::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.znjqr_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.znjqr_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 84px;
  padding: 5px 0;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.znjqr_ul{
  display: flex;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.znjqr_ul li{
  width: 30%;
  float: left;
  color: #fff;
}
.znjqr_ul li .znjqr_B{
  width: 50%;
  float: left;
  padding: 10px;
  text-align: center;
}
.znjqr_ul li .znjqr_tit{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.znjqr_ul li .znjqr_txt{
  display: block;
  overflow: hidden;
  line-height: 64px;
  padding: 5px 0;
  font-size: 58px;
  font-weight: bold;
  font-family: Arial;
}
.znjqr_ul li .znjqr_txt>span{
  font-size: 18px;
}
.znjqr_ul li:nth-child(2){
  width: 60%;
}
/* END-智能机器人硬件设备 */

/* 公司简介 */
.about_banner{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.about_banner::before{
  content: "";
  display: block;
  padding-top: 26.6667%;
}
.about_banner_hover{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.dqwz_title{
  width: 100%;
  float: left;
}
.about_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_ul li{
  width: 10%;
  float: left;
}
.about_ul li a{
  display: block;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  padding: 15px 0;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: bold;
}
.about_ul li:hover a,
.about_ul li.about_on a{
  color: rgba(38, 133, 233, 1);
}

.dqwz_contect{
  width: 100%;
  overflow: hidden;
	margin-top: 50px;
}
.company{
  width: 100%;
  overflow: hidden;
  background-color: rgba(249, 249, 249, 1);
  padding: 20px 0;
}
.company_title{
  display: block;
  overflow: hidden;
  text-align: left;
}
.company_p{
  line-height: 60px;
  padding: 5px 0;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.company_sp{
  line-height: 30px;
  padding: 5px 0;
  font-size: 16px;
  color: #000;
}
.company_sp img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
.company_img{
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.company_img img{
  width: 100%;
  height: auto;
  display: block;
}

.company_ys{
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.company_ys_ul{
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.company_ys_ul li{
  width: 33.3333%;
  float: left;
  padding: 6px;
}
.company_ys_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
}
.company_ys_ul li>a .company_ys_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company_ys_ul li>a .company_ys_img::before{
  content: "";
  display: block;
  padding-top: 76.50%;
}
.company_ys_ul li>a .company_ys_B{
  width: 100%;
  overflow: hidden;
  padding: 35px 30px;
  text-align: center;
}
.company_ys_ul li>a .company_ys_B .company_ys_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: rgba(38, 38, 38, 1);
}
.company_ys_ul li>a .company_ys_B .company_ys_sp{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  line-height: 28px;
  font-size: 17px;
  color: rgba(128, 128, 128, 1);
}
.company_ys_ul li>a:hover{
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.coop{
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background-color: rgba(248, 248, 248, 1);
}
.coop_ul{
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.coop_ul li{
  width: 25%;
  float: left;
  padding: 12px;
}
.coop_ul li a{
  width: 100%;
  overflow: hidden;
  float: left;
  background-color: #fff;
  position: relative;
}
.coop_ul li a::before{
  content: "";
  display: block;
  padding-top: 55.67567567567567%;
}
.coop_ul li a img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.7;
  transition: all 0.36s ease;
}
.coop_ul li a:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.coop_ul li a:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  transform: scale(1.1);
  opacity: 1;
}
/* END-公司简介 */

/* 发展历程 */
.history{
  padding: 0 80px;
  margin-top: 60px;
}
.history-imgbox .swiper-slide{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: auto;
}
.history-imgbox .swiper-slide .history_B{
  width: 100%;
  overflow: hidden;
  padding: 12px;
  position: relative;
}
.history-imgbox .swiper-slide .history_B .history_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.history-imgbox .swiper-slide .history_B .history_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.history-imgbox .swiper-slide .history_B .history_img img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.36s ease;
}
.history-imgbox .swiper-slide .history_B .history_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 10px;
  color: rgba(51,51,51,1);
  font-size: 16px;
  text-align: center;
}
.history-imgbox .swiper-slide .history_B .history_heng{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.history-imgbox .swiper-slide .history_B .history_heng::before{
  content: "";
  width: calc(50% - 24px);
  float: left;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.history-imgbox .swiper-slide .history_B .history_heng::after{
  content: "";
  width: calc(50% - 24px);
  float: left;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.history-imgbox .swiper-slide .history_B .history_heng>span{
  width: 28px;
  float: left;
  height: 28px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.history-imgbox .swiper-slide .history_B .history_heng>span>em{
  width: 5px;
  float: left;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}
.history-imgbox .swiper-slide .history_B .history_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  color: rgba(51,51,51,1);
  font-size: 20px;
}
.history-imgbox .swiper-slide .history_B:hover .history_img img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  transform: scale(1.1);
}
.history-imgbox .swiper-slide.swiper-slide-active .history_B:nth-child(2):after{
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.history-imgbox .swiper-slide.swiper-slide-active .history_B .history_heng>span{
  border-color: #333;
}
/* END-发展历程 */

.cpxq{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
  border-bottom: 1px solid #ccc;
}
.cpxq_left{
	width: 48%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpxq_left .img-box{
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
}
.cpxq_left .img-box::before{
  content: "";
  display: block;
  padding-top: 56.3%;
}
.cpxq_left .img-box .img-covers{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cpxq_right{
	width: 48%;
	float: right;
}
.cpxq_title{
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.cpxq_time{
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.cpxq_ld{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  background: url(../images/ld_icon.png) no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-top: 10px;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}


/* 专业服务 */
.services_ul{
  display: block;
  overflow: hidden;
  padding-top: 80px;
}
.services_ul li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #fff;
}
.services_ul li .services_img{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.services_ul li .services_img::before{
  content: "";
  display: block;
  padding-top: 66.98%;
}
.services_ul li .service_R{
  width: 50%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0 60px;
}
.services_ul li .service_R .service_p{
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  line-height: 50px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000;
}
.services_ul li .service_R .service_p::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 60px;
  height: 4px;
  background-color: #000;
  margin: 30px 0;
}
.services_ul li .service_R .service_txt{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
}
.services_ul li:nth-child(even){
  flex-direction: row-reverse;
}
/* END-专业服务 */

/* 案例 */
.news_ul{
  display: flex;
  flex-wrap: wrap;
}
.news_ul li{
  width: 25%;
  float: left;
  padding: 15px;
}
.news_ul li a{
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.news_ul li a .news_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}
.news_ul li a .news_img::before{
  content: "";
  display: block;
  padding-top: 71.06%;
}
.news_ul li a .news_B{
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 30px;
}
.news_ul li a .news_B .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: rgba(38, 38, 38, 1);
  text-overflow:ellipsis;
  white-space: nowrap;
	text-align: center;
}
.news_ul li a .news_B .news_p:hover{
  color: rgba(38, 133, 233, 1);
}
.news_ul li a .news_B .news_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  padding: 5px 0;
  font-size: 15px;
  color: rgba(128, 128, 128, 1);
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_ul li a .news_B .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(128, 128, 128, 1);
}


/* 合作 */
.partnertxt{
	padding: 20px 0;
  font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.news_ul1{
  display: flex;
  flex-wrap: wrap;
	padding: 30px 0;
}
.news_ul1 li{
  width: 14.222%;
  float: left;
  padding: 5px;
}
.news_ul1 li a{
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.news_ul1 li a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
	border: 1px #ccc solid;
}
.news_ul1 li a .news_img::before{
  content: "";
  display: block;
  padding-top: 42.06%;
}
.news_ul1 li a .news_B{
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 30px;
}
.news_ul1 li a .news_B .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding: 5px 0;
  font-size: 16px;
  /*font-weight: bold;*/
  color: rgba(38, 38, 38, 1);
  text-overflow:ellipsis;
  white-space: nowrap;
	text-align: center;
}
.news_ul1 li a .news_B .news_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  padding: 5px 0;
  font-size: 15px;
  color: rgba(128, 128, 128, 1);
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_ul1 li a .news_B .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(128, 128, 128, 1);
}

.xwxq{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  color: rgba(130, 130, 130, 1);
  line-height: 40px;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
	 height: auto;
	margin: 5px auto;
}
.xwxq_txt table{
  width: 100%;
  height: auto;
}
/*.xwxq_txt table tr td{
  width: 100%;
  height: auto;
  float: left;
}*/
.xwxq_txt img{
  width: 75%;
  height: auto;
	margin: 10px auto;
}
.xwxq_txt>p{
  margin: 8px 0;
}
.xwxq_txt>p:first-child{
  margin-top: 0;
}
.xwxq_txt>p:last-child{
  margin-bottom: 0;
}
.xwxq_txt video{
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 10px auto;
}


/* END-案例 */

/*联系我们*/
.contact{
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-top: 6px solid rgba(35, 35, 35, 1);
  padding: 40px 60px 60px 60px;
}
.contact .wrap1{
  overflow: hidden;
}
.contact .wrap2{
  overflow: hidden;
  margin-top: 30px;
}
.contact_left{
  width: 42%;
  float: left;
}
.contact_title{
  display: block;
  overflow: hidden;
}
.contact_p{
  line-height: 36px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: bold;
}
.contact_sp{
  padding: 5px 0;
  line-height: 36px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: bold;
}
.contact_txt {
  display: block;
  overflow: hidden;
  margin: 40px 0;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_dianhua{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 5px 0;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}
.contact_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 42px;
  color: rgba(50, 50, 50, 1);
  font-size: 32px;
  font-weight: bold;
  padding: 5px 0;
}
.contact_dianhua1{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 15px 0;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  
}
.contact_dianhua1>span{
  display: block;
  overflow: hidden;
  line-height: 42px;
  color: rgba(50, 50, 50, 1);
  font-size: 32px;
  font-weight: bold;
  padding: 5px 0;
}
.contact_right{
  width: 58%;
  float: left;
}
.contact_form{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.contact .contact-text{
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-top: 30px;
}
.contact_form .item{
  margin-bottom: 15px;
}
.contact_form .item .form-title{
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_form .tk{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.contact_form .tk a{
  color: #2372ce;
}
.contact_form .contact_tk{
  margin-right: 5px;
}
.contact_inp1{
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 15px;
  font-size: 14px;
}

.contact_inp2{
	width: 100%;
  display: block;
  height: 120px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 14px;
}

.contact_inp1::-webkit-input-placeholder{color: rgba(0,0,0,0.4);}
.contact_inp1:-moz-placeholder{color: rgba(0,0,0,0.4);}
.contact_btn {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 50px;
  background-color: rgba(193, 210, 240, 1);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.contact_btn:hover{
  background-color: rgba(118, 161, 237, 1);
}
/*END-联系我们*/

@media (max-width: 1220px) {
.container {
  max-width: 97% !important;
}

/* index */
.case {
  padding: 60px 0;
}
.case_ul {
  padding-top: 40px;
}
.case_ul .case_B {
  padding: 30px 20px;
}
	
.case_ul1 {
  padding-top: 40px;
}
.case_ul1 li .case_B {
  padding: 30px 20px;
}

.Cam_nav {
  padding: 50px 0;
}
.Cam_contect>div .Cam_hover .Cam_left {
  width: 5%;
}
.Cam_contect>div .Cam_hover .Cam_center {
  width: 85%;
}
/* END-index */

/* 首页 */
.value {
  padding: 50px 0;
}
.value_contect {
  padding-top: 40px;
}
.value_ul li {
  width: 14%;
}

.gsjj {
  padding: 80px 0;
}
.gsjj_right {
  padding: 40px;
}

.Fun {
  padding: 50px 0;
}
.Fun_contect {
  padding-top: 40px;
}
.Fun_ul li a {
  padding: 30px 20px;
}

.people {
  padding: 50px 0;
}
.people_contect {
  padding-top: 40px;
}

.Int {
  padding: 50px 0;
}
.Int_contect {
  padding-top: 40px;
}
.Int_ul li>a .Int_B {
  padding: 20px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 40px 0;
}
.footer_dianhua>span {
  font-size: 20px;
}
/* END-底部 */

/* 智能感知硬件设备 */
.zngz_fw {
  padding: 200px 1.5%;
}
.hy {
  padding: 70px 1.5%;
}
.video_nav{
	margin-bottom: 20px;
}
.video_nav li{
  width: 16.6666%;
}
.hy_ul li .hy_B {
  padding: 25px 20px;
}
.hy_video_ul li{
  width: 25%;
}

.pdf_ul li{
  margin-top: 50px;
}
.pdf_ul li>.pdf_B .pdf_R{
  padding: 25px 0 25px 50px;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt{
  margin: 20px 0;
  height: 180px;
  -webkit-line-clamp: 6;
}
.pdf_ul li:nth-child(even)>.pdf_B .pdf_R{
  padding: 25px 50px 25px 0;
}





.znxp {
  padding: 200px 0;
  font-size: 80px;
  line-height: 94px;
}
.cpcs {
  padding: 70px 1.5%;
}
.cpcs_ul {
  margin-top: 40px;
}
.cpcs_ul li {
  padding: 20px 0;
}
.cpcs_ul li .cpcs_left {
  width: 20%;
}
.cpcs_ul li .cpcs_right {
  width: 80%;
}
/* END-智能感知硬件设备 */

/* 智能机器人硬件设备 */
.znjqr {
  padding: 180px 0;
}
/* END-智能机器人硬件设备 */

/* 发展历程 */
.history{
  padding: 0 20px;
  margin-top: 30px;
}
/* END-发展历程 */

.pro_list{
	padding: 180px 0;
	font-size: 60px;
	line-height: 80px;
}


}

@media (max-width: 991px) {
.container {
  max-width: calc(100% - 40px) !important;
}
.wrap {
  max-width: 97%;
}
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fff;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 85% !important;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
	opacity: 0;
  overflow-y: auto;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
.nav {
  width: 100%;
  height: auto;
}
.nav>li {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.nav>li>a{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0;
  overflow: visible;
  color: rgba(255,255,255,1);
}
.nav>li:hover>a, .nav>li.layui-this>a, .nav-child dd.nav-child-this>a {
    color: rgba(255,255,255,1);
}
.nav-child>dd>a {
    color: rgba(255,255,255,1);
}
.nav-child>dd:hover>a,
.nav-child>dd.nav-child-active>a{
  color: rgba(255,255,255,0.75);
}
.nav-child-ul>li>a{
	color: rgba(255,255,255,1);
	}
.nav-child-ul>li:hover>a{
  color: rgba(255,255,255,0.75);
}
.nav>li>a>i {
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
.nav-child {
  padding: 5px 0;
  position: relative;
  top: 0;
  border-top: 1px solid #fff;
  background: none;
}
.nav-childs {
  width: 100%;
  left: 0;
  transform: initial;
  background: none;
}
.nav-childs>dd>a,
.nav-child-ul>li>a{
    text-align: center;
	color: rgba(255,255,255,1);
}

.nav-child-ul {
	width: 90%;
	margin: 0 5%;
	position: relative;
	left: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
  background: none;
}
.nav-child dd:last-child .nav-child-ul{
	border-bottom: none;
}

.nav-child-yy{
  width: 100%;
  left: 0;
}





/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* index */
.case {
  padding: 30px 0;
}
.case_ul {
  padding-top: 20px;
}
.case_ul .case_B {
  padding: 10px;
}
	
.case_ul1 {
  padding-top: 20px;
}
.case_ul1 li .case_B {
  padding: 10px;
}

.Cam_nav {
  padding: 30px 0;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_p {
  line-height: 60px;
  font-size: 36px;
}
.Cam_contect {
  min-height: 480px;
}
/* END-index */

/* 首页 */
.value {
  padding: 30px 0;
}
.value_contect {
  padding-top: 20px;
}
.value_ul li {
  width: 15%;
}
.value_ul li .value_txt {
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
}

.gsjj {
  padding: 60px 0;
}
.gsjj_right {
  padding: 20px;
}

.Fun {
  padding: 30px 0;
}
.Fun_contect {
  padding-top: 20px;
}
.Fun_ul li a {
  padding: 20px 10px;
}

.people {
  padding: 30px 0;
}
.people_contect {
  padding-top: 20px;
}
.people_ul li>a {
  padding: 20px;
}
.people_ul li>a .people_img {
  margin: -80px auto 0 auto;
}

.Int {
  padding: 30px 0;
}
.Int_contect {
  padding-top: 20px;
}
.Int_ul li>a .Int_B {
  padding: 10px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 20px 0;
}
.footer_left {
  width: 20%;
}
.footer_logo {
  display: block;
}
.footer_dianhua {
  width: 100%;
}
.footer_center {
  width: 40%;
}



/* END-底部 */

/* 智能感知硬件设备 */
.zngz_fw {
  padding: 170px 1.5%;
}
.hy {
  padding: 50px 1.5%;
}
.video_nav{
	margin-bottom: 10px;
}
.video_nav li{
  width: 20%;
}
.hy_ul li .hy_B {
  padding: 25px 20px;
}
.hy_ul li .hy_B {
  padding: 10px;
}
.hy_video_ul li{
  width: 33.3333%;
}
.pdf_ul{
  padding-top: 30px;
}
.pdf_ul li{
  margin-top: 30px;
}
.pdf_ul li>.pdf_B .pdf_R{
  padding: 15px 0 15px 30px;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt{
  margin: 10px 0;
  height: 150px;
  -webkit-line-clamp: 5;
}
.pdf_ul li:nth-child(even)>.pdf_B .pdf_R{
  padding: 15px 30px 15px 0;
}


.znxp {
  padding: 150px 0;
  font-size: 60px;
  line-height: 74px;
}
.cpcs {
  padding: 50px 1.5%;
}
.cpcs_ul li {
  padding: 15px 0;
}
.cpcs_ul li .cpcs_left {
  width: 25%;
  padding: 0 10px;
}
.cpcs_ul li .cpcs_right {
  width: 75%;
  padding: 0 10px;
}
/* END-智能感知硬件设备 */

/* 智能机器人硬件设备 */
.znjqr {
  padding: 140px 0;
}
/* END-智能机器人硬件设备 */

/* 公司简介 */
.about_ul li{
  width: 25%;
  float: left;
}
.company {
  padding: 50px 0;
}
.company_img {
  margin-top: 30px;
}
.company_ys {
  padding: 50px 0;
}
.company_ys_ul {
  margin-top: 30px;
}
.company_ys_ul li>a .company_ys_B {
  padding: 20px 15px;
}
.coop {
  padding: 50px 0;
}
.coop_ul {
  padding-top: 30px;
}
/* END-公司简介 */

/* 发展历程 */
.history{
  padding: 0 20px;
  margin-top: 30px;
}
/* END-发展历程 */

/* 专业服务 */
.services_ul{
  padding-top: 40px;
}
.services_ul li{
  margin-bottom: 20px;
}
.services_ul li .service_R{
  padding: 0 30px;
}
.services_ul li .service_R .service_p {
  line-height: 40px;
  font-size: 26px;
}
.services_ul li .service_R .service_p::after {
  margin: 15px 0;
}
/* END-专业服务 */

/*联系我们*/
.contact{
  padding: 20px;
}
/*END-联系我们*/

.pro_list{
	padding: 100px 0;
	font-size: 40px;
	line-height: 60px;
}
	
.news_ul1{
	padding: 15px 0;
}

}

@media (max-width: 767px) {
.container {
  max-width: calc(100% - 20px) !important;
}
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.logo{
  width: 40%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
/* END-头部 */

/* index */
.banner{
  height: auto;
}
.banner-imgbox {
  height: auto;
}
.banner-imgbox img{
  width: 100%;
  height: auto;
  display: block;
}

.case {
  padding: 10px 0;
}
.case_p {
  line-height: 30px;
  font-size: 20px;
  padding: 0;
}
.case_sp {
  line-height: 20px;
  font-size: 14px;
  padding: 0;
}
.case_ul {
  padding-top: 10px;
}
.case_ul li {
  width: 100%;
}
.case_ul1 {
  padding-top: 10px;
}
.case_ul1 li {
  width: 50%;
}

.Cam_nav {
  padding: 10px 0;
}
.Cam_nav>li {
  width: 50%;
}
.Cam_nav>li .Cam_icon {
  padding: 4px;
}
.Cam_nav>li .Cam_icon>div::before {
  padding-top: 40%;
}
.Cam_nav>li .Cam_nav_p {
  line-height: 30px;
  font-size: 18px;
}
.Cam_nav>li .Cam_nav_sp {
  line-height: 20px;
  font-size: 14px;
}
.Cam_contect {
  min-height: 300px;
  padding: 15px 0;
}
.Cam_contect>div .Cam_hover .Cam_center {
  width: 100%;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_p {
  line-height: 30px;
  font-size: 18px;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_more {
  margin-top: 5px;
  padding: 5px 0;
}
.Cam_contect>div .Cam_hover .Cam_center .Cam_more>a {
  line-height: 18px;
  font-size: 16px;
}
/* END-index */

/* 首页 */
.value {
  padding: 10px 0;
}
.value_p {
  line-height: 30px;
  font-size: 20px;
}
.value_sp {
  line-height: 20px;
  font-size: 14px;
}
.value_contect {
  padding-top: 10px;
}
.value_ul li {
  width: 20%;
  margin: 0 0 10px 0;
}
.value_ul li .value_img {
  width: 90%;
  margin: 0 auto;
}
.value_ul li .value_img img{
  height: 50%;
}
.value_ul li .value_txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}

.gsjj {
  padding: 20px 0;
}
.gsjj::before {
  height: 100%;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
}
.gsjj_title {
  line-height: 20px;
  font-size: 14px;
}
.gsjj_title>span {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 5px;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  margin: 5px 0 0 0;
  font-size: 14px;
  -webkit-line-clamp: initial;
}

.Fun {
  padding: 10px 0;
}
.Fun_contect {
  padding-top: 10px;
}
.Fun_ul li{
  width: 50%;
}
.Fun_ul li a {
  padding: 10px;
}
.Fun_ul li a .Fun_icon {
  width: 50px;
  border: 2px solid #8b8b8b;
  margin-bottom: 5px;
}
.Fun_ul li a .Fun_icon img{
  height: 50%;
}
.Fun_ul li a .Fun_p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.Fun_ul li a .Fun_txt {
  height: 54px;
  line-height: 18px;
  font-size: 14px;
  -webkit-line-clamp: 3;
}
.Fun_ul li a:hover .Fun_icon {
    top: -5px;
}
.Fun_ul li:nth-child(5) .Fun_logo>img{
    height: 90%;
}

.people {
  padding: 10px 0;
}
.people_p {
  line-height: 30px;
  font-size: 18px;
}
.people_sp {
  line-height: 20px;
  font-size: 14px;
}
.people_contect {
  padding-top: 10px;
}
.people_ul li>a {
  padding: 5px;
  margin: 0;
}
.people_ul li>a .people_img {
  margin: 0 auto;
}
.people_ul li>a .people_pp {
  line-height: 24px;
  margin-top: 5px;
  font-size: 16px;
}
.people_ul li>a .people_spp {
  line-height: 18px;
  font-size: 12px;
}
.people_ul li>a .people_heng {
  margin: 5px auto 0 auto;
}
.people_ul li>a .people_txt {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 44px;
  line-height: 22px;
  font-size: 16px;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Int {
  padding: 10px 0;
}
.Int_contect {
  padding-top: 10px;
}
.Int_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.Int_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.Int_ul li>a .Int_img {
  width: 140px;
  float: left;
}
.Int_ul li>a .Int_B {
  width: calc(100% - 140px);
  padding: 10px;
}
.Int_ul li>a .Int_B .Int_p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}
.Int_ul li>a .Int_B .Int_txt {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 10px 0;
}
.footer{
  margin: 0;
}
.footer>div {
  width: 50%;
  padding: 0 10px;
}
.footer>div.footer_center {
  width: 100%;
}
.footer>.footer_right {
    width: 100%;
	display:block;
}
.footer .footer_wx{
	width: 100%;
}
.footer_logo img {
  max-width: 200px;
  margin: 0 auto;
}
.footer_ul li {
  width: 100%;
  padding: 5px;
  text-align: center;
}
.footer_line {
  height: 21px;
}
.copyright {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
/* END-底部 */


.cpxq{
	padding: 10px;
}
.cpxq_left{
	width: 100%;
}
.cpxq_right{
	width: 100%;
}
.cpxq_title{
	line-height: 30px;
	font-size: 18px;
}
.cpxq_txt{
	line-height: 24px;
	padding-top: 10px;
}

/* 智能感知硬件设备 */
.banner_img::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.banner_p {
  line-height: 40px;
  font-size: 30px;
}
.banner_sp {
  line-height: 22px;
  font-size: 16px;
  margin-top: 5px;
}
.banner_more {
  margin-top: 5px;
  line-height: 38px;
  height: 38px;
}
.banner_more>a {
  font-size: 18px;
}

.zngz_fw {
  padding: 20px;
  background-attachment: initial;
}
.zngz_fw_p {
  line-height: 24px;
  font-size: 16px;
}
.zngz_fw_sp {
  line-height: 40px;
  font-size: 30px;
}
.zngz_fw_left {
  width: 100%;
  margin-top: 10px;
}
.zngz_fwB_sp {
  line-height: 34px;
  font-size: 30px;
}
.zngz_fwB_sp>span {
  font-size: 16px;
}

.hy {
  padding: 20px 10px;
}
.hy_p {
  line-height: 30px;
  font-size: 20px;
}
.hy_sp {
  line-height: 20px;
  font-size: 14px;
}
.video_nav{
	margin-bottom: 10px;
}
.video_nav li{
  width: 33.3333%;
}
.video_nav li>a{
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	border-radius: 20px;
}
.hy_ul {
  padding-top: 0;
}
.hy_ul li {
  width: 50%;
}
.hy_ul li{
  float: left;
  padding: 5px;
  overflow: hidden;
}
.hy_ul li .hy_B {
    padding: 5px;
}
.hy_ul li .hy_B .hy_pp {
  line-height: 20px;
  font-size: 14px;
}
.hy_ul li .hy_B .hy_txt {
  margin: 5px 0 0 0;
		height: 40px;
  line-height: 20px;
  font-size: 13px;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}

.pdf_ul {
  padding-top: 10px;
}
.pdf_ul li{
  margin: 0 0 20px 0;
}
.pdf_ul li>.pdf_B .pdf_img{
  width: 100%;
}
.pdf_ul li>.pdf_B .pdf_img::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.pdf_ul li>.pdf_B .pdf_R{
  width: 100%;
  padding: 10px 0 0 0;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_p>span{
  line-height: 30px;
  font-size: 18px;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt{
  margin: 5px 0;
  height: 100px;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 5;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_txt span {
  font-size: 14px !important;
}
.pdf_ul li>.pdf_B .pdf_R .pdf_more{
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.pdf_ul li:nth-child(even)>.pdf_B .pdf_R{
  padding: 10px 0 0 0;
}

.cpcs_ul span {
  font-size: 14px!important;
}


.znxp {
  background-attachment: initial;
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
}

.cpcs {
  padding: 20px 10px;
}
.cpcs_title {
  line-height: 22px;
  font-size: 18px;
}
.cpcs_ul {
  margin-top: 10px;
}
.cpcs_ul li {
  width: 100%;
  padding: 5px 0;
}
/* END-智能感知硬件设备 */

/* 智能计算硬件设备 */
.hy_video {
  margin-top: 10px;
}
.hy_videos {
  width: 90%;
}
.hy_videos .hy_off {
  right: -20px;
  top: -40px;
}
/* END-智能计算硬件设备 */

/* 智能机器人硬件设备 */
.znjqr {
  padding: 20px 10px;
  background-attachment: initial;
}
.znjqr_p {
  line-height: 20px;
  font-size: 18px;
}
.znjqr_sp {
  line-height: 24px;
  font-size: 20px;
}
.znjqr_ul {
  padding-top: 10px;
  flex-wrap: wrap;
}
.znjqr_ul li {
  width: 100%;
}
.znjqr_ul li:nth-child(2) {
  width: 100%;
}
.znjqr_ul li .znjqr_B {
  width: 100%;
  padding: 5px;
}
.znjqr_ul li .znjqr_txt {
  line-height: 30px;
  font-size: 30px;
}
.znjqr_ul li .znjqr_txt>span {
  font-size: 14px;
}
/* END-智能机器人硬件设备 */

/* 公司简介 */
.about_banner::before {
  padding-top: 35.6667%;
}
.about_banner_hover {
  font-size: 20px;
}
.about_ul li {
  width: 33.3333%;
}
.about_ul li a {
  line-height: 30px;
  padding: 5px 0;
  font-size: 16px;
}
.company {
  padding: 20px 0;
}
.company_p {
  line-height: 22px;
  font-size: 20px;
}
.company_sp {
  line-height: 20px;
  font-size: 14px;
}
.company_img {
  margin-top: 10px;
}
.company_ys {
  padding: 20px 0;
}
.company_ys_ul {
  margin-top: 10px;
}
.company_ys_ul li {
  width: 100%;
}
.company_ys_ul li>a .company_ys_B {
  padding: 10px;
}
.company_ys_ul li>a .company_ys_B .company_ys_p {
  line-height: 20px;
  font-size: 18px;
}
.company_ys_ul li>a .company_ys_B .company_ys_sp {
  line-height: 22px;
  font-size: 13px;
}
.coop {
  padding: 20px 0;
}
.coop_ul {
  padding-top: 10px;
}
.coop_ul li {
  width: 50%;
  padding: 5px;
}
/* END-公司简介 */

/* 发展历程 */
.history{
  padding: 0;
  margin-top: 10px;
}
.history-imgbox .swiper-slide .history_B {
  padding: 5px;
}
.history-imgbox .swiper-slide .history_B .history_txt {
  padding: 5px;
  font-size: 14px;
}
/* END-发展历程 */

/* 专业服务 */
.services_ul{
  padding-top: 10px;
}
.services_ul li{
  margin-bottom: 10px;
}
.services_ul li .services_img{
  width: 100%;
}
.services_ul li .services_img::before {
  padding-top: 50%;
}
.services_ul li .service_R{
  width: 100%;
  padding: 10px;
}
.services_ul li .service_R .service_p {
  line-height: 30px;
  font-size: 20px;
}
.services_ul li .service_R .service_p::after {
  margin: 5px 0;
}
.services_ul li .service_R .service_txt {
  font-size: 14px;
  line-height: 22px;
}
/* END-专业服务 */

/*联系我们*/
.contact{
  padding: 10px;
}
.contact_left{
  width: 100%;
}
.contact_right{
  width: 100%;
  margin-top: 10px;
}
.contact_p {
  line-height: 30px;
  font-size: 20px;
}
.contact_sp {
  line-height: 20px;
  font-size: 16px;
}
.contact_txt {
  margin: 10px 0;
  line-height: 20px;
}
.contact_dianhua {
  line-height: 20px;
  font-size: 14px;
}
.contact_dianhua>span {
  line-height: 30px;
  font-size: 20px;
}
.contact_form {
  padding-top: 10px;
}
.contact_inp1 {
  height: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contact_inp2 {
  height: 120px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contact_btn {
  height: 40px;
}
.xwxq_txt img{
  width: 100%;
  height: auto;
	margin: 10px auto;
}
.xwxq_txt p{
  font-size: 14px;
}
.xwxq_txt {
  font-size: 14px;
}
.xwxq_txt span{
  font-size: 14px;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 35px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
}
.xwxq_txt img{
	max-width: 100%;
	height: auto;
}
/*END-联系我们*/

.news_ul li {
    width: 100%;
    padding: 5px;
}
.news_ul li a {
	display: flex;
}
.news_ul li a .news_img {
    width: 140px;
		float: left;
}
.news_ul li a .news_B {
    width: calc(100% - 140px);
		float: left;
    padding: 5px 10px;
}
.news_ul li a .news_B .news_p {
    line-height: 30px;
    padding: 0;
    font-size: 16px;
}
.news_ul li a .news_B .news_txt {
    line-height: 20px;
		height: 60px;
    padding: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
}
	
.news_ul1 li {
    width: 50%;
    padding: 5px;
}
.news_ul1 li a {
	display: flex;
}
.news_ul1 li a .news_img {
    /*width: 140px;*/
		float: left;
}
.news_ul1 li a .news_B {
    width: calc(100% - 140px);
		float: left;
    padding: 5px 10px;
}
.news_ul1 li a .news_B .news_p {
    line-height: 30px;
    padding: 0;
    font-size: 16px;
}
.news_ul1 li a .news_B .news_txt {
    line-height: 20px;
		height: 60px;
    padding: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
}

.xwxq {
    padding: 10px 0;
}

.cpcs_ul table{
	max-width: 100%;
	height: auto;
}
.cpcs_ul table td{
	width: 100%;
	height: auto;
	float: left;
}

.pro_list{
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}

	.pro_list span{
	padding: 20px 0;
	font-size: 12px;
	line-height: 30px;
}

.case_ul .case_B .case_pp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: rgba(38,38,38,1);
  font-size: 16px;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.case_ul1 .case_B .case_pp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: rgba(38,38,38,1);
  font-size: 16px;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
	.partnertxt{
	padding: 10px 0;
    font-size: 18px;
	line-height: 28px;
}
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #000;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */
