/*首页banner*/
.banner1-1,
.banner1-2 {
	position: absolute;

}

.banner2-1,
.banner2-2,
.banner2-3,
.banner6-1,
.banner6-2,
.banner6-3,
.banner2-4,
.banner2-5,
.banner3-1,
.banner3-2, 
.banner4-1,
.banner4-2 {
	position: absolute;

}

.banner1-1 {
	top: 20rem;
	left: 30rem;
}

.banner1-2 {
	top: 29rem;
    left: 30rem;
}


.banner2-1 {
	top: 20rem;
	left: 30rem;
}

.banner2-2 {
	top: 29rem;
    left: 30rem;
}

.banner2-3 {
	top: 477px;
	left: 213px;
}

.banner3-1 {
	top: 16rem;
	left: 30rem;
}

.banner3-2 {
	top: 25rem;
    left: 30rem;
}

.banner4-1 {
	top: 9rem;
	left: 50%;
	margin-left: -40rem;
}

.banner4-2 {
	top: 18rem;
    left: 50%;
    margin-left: -31rem;
}


.banner6-1 {
	top: 230px;
	left: 110px;
}

.banner6-2 {
	top: 300px;
	left: 20px;
}

.banner6-3 {
	top: 380px;
	left: 110px;
}

.banner2-4 {
	top: 25rem;
	left: 120rem;
}

.banner2-5 {
	top: 32rem;
	left: 120rem;
}



@media (max-width: 1600px){
 .banner2-4,.banner2-5,.banner2-3 {
	left: 40rem !important;
}
}
@media screen and (max-width: 1400px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
}

.banner-item-content {
	width: 500px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 2px;
	font-size: 14px;
}

.banner-item-content-subtitle {
	color: #ccc;
}

.banner-item-content-subtitle span {
	color: #000;
}

.banner-item-content-title {
	margin: 10px 0 0;
	font-size: 40px;
}

.banner-item-content-context {
	margin: 20px 0 30px;
	color: #666;
	word-break: break-word;
}

.banner-item-content-link {
	text-decoration: none;
	color: #064ebc;
}

.banner-item-container {
	padding-top: 80px;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}


.index-box {}

.index-dz {
	background-color: #f5f5f7;
	padding: 50px 30px;
}

.dz-box {
    text-align: center;
	padding: 30px;
}

.numCX {
	color: #064ebc;
	font-size: 50px;
	line-height: 40px;
	font-weight: bold;
}

.dz-desc {
	color: #666;
	font-size: 20px;
	line-height: 20px;
	/*font-weight: bold;*/
	margin-top: 20px;
}



/*产品展示*/
.index-product {
	padding: 70px 0px;
	background-color: #f5f5f7;
}

.products-robot-item {
  margin-bottom: 30px;
  cursor: auto;
}
.products-robot-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  background-color: #ffffff;
  padding: 30px;
  align-items: center;
  position: relative;
  -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.products-robot-top:hover{
    z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0)
}
.products-robot-top .robot-more {
  display: flex;
  justify-items: center;
}

.products-robot-top .products-robot-left {
  width: 74%;
}

.products-robot-top .products-robot-right {
  text-align: center;
  flex: 1;
  /* 1102 */
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
  margin-top: 20px;
  left: 76%;
}

.products-robot-top .robot-left-title {
  border-left: 3px solid #064ebc;
  padding-left: 15px;
}

.products-robot-top .robot-name {
  font-size: 24px;
  font-weight: bold;
  color: #08081A;
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px #ccc solid;
}



.products-robot-top .left-title-letter {
  font-size: 16px;
  font-weight: bold;
  color: rgba(8, 8, 26, 0.5);
}

.products-robot-top .left-title-num {
  font-size: 26px;
  font-weight: bold;
  color: #08081A;
}

.robot-icon-list {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.robot-icon-list .icon-item {
  display: flex;
  flex-wrap: nowrap;
  line-height: 20px;
  margin-bottom: 10px;
  /* margin-right: 1.6125rem; */
  margin-right: 8px;
}

.robot-icon-list .icon-item .icon-item-img {
  margin-right: 7px;
}

.robot-icon-list .icon-item .icon-item-desc {
  font-size: 12px;
  font-weight: 400;
  color: #064ebc;
}

.products-robot-bottom {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.pro-more-btn {
 
}

.pro-more-btn a {
  display: inline-block;
  border: 1px solid #064ebc;
  padding: 3px 15px;
   color: #064ebc;
   margin-top: 10px;
}

.pro-more-btn a:hover {
  background-color: #064ebc;
  color: #ffffff;
}
.products-robot-right{
	 background-repeat: no-repeat; background-position: center center; background-size: contain;
}


/* .index-category .pro {
	display: block;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.index-category .pro img {
	margin-top: 15px;
	-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
	transition: opacity 0.85s, transform 0.85s;
	-webkit-transform: scale(1);
	transform: scale(1);
	height: 100%;
	max-height: 150px;
	min-height: 150px;
}

.index-category .pro .advan-text {
	padding: 30px 10px;
	text-align: center;
}

.index-category .pro .advan-text h2 {
	font-size: 18px;
	height: 30px;
	color: #333;
}

.index-category .pro .advan-text p {
	font-size: 16px;
	color: #064ebc;
	padding: 7px 0;
	border: 2px #064ebc solid;
	border-radius: 30px;
	max-width: 150px;
	margin: 0px auto;
	margin-top: 20px;
}

.index-category .pro:hover img {
	-webkit-transition: opacity 1.25, -webkit-transform 1.25;
	transition: opacity 1.25, transform 1.25;
	-webkit-transform: scale(1.04);
	transform: scale(1.15);
}

.index-category .pro:hover .advan-text p {
	background-color: #064ebc;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
 */


/*新闻*/
.column_list {
	
}

.column_list_main {
	background: url(../images/stb.png) no-repeat;
	background-size: 100%;
}

.column_list_main .container>div {
	position: relative;
	padding-top: 70px;
	padding-bottom: 60px;
}

.column_list_more {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 15%;
	text-align: center;
	border: 2px solid #fff;
	margin-top: 75px;
	color: #fff;
	font-size: 18px;
}

.column_list_more:hover {
	background-color: #064ebc;
	border-color: #064ebc;
	color: #fff;
	text-decoration: none;
}

.column_list_more1 {
	background-color: #064ebc;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 15%;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
}

.column_list_more1:hover {
	background-color: #191919;
	color: #fff;
}

.column_nav {
	margin-bottom: 35px;
}

.column_nav li {
	display: inline-block;
}

.column_nav li.active,
.column_nav li:hover {
	background-color: #064ebc;
}

.column_nav li.active a,
.column_nav li:hover a {
	color: #fff;
	text-decoration: none;
}

.column_nav li a {
	font-size: 16px;
	display: block;
	color: #666;
	padding: 10px 35px;
}

.slide_thumb {
	display: block;
	background: #f3f2f0;
}

.honor_pic {
	height: 315px;
	display: table-cell;
	vertical-align: middle;
	background: none;
}

.slide_thumb div {
	padding: 20px;
	padding-bottom: 30px;
}

.slide_thumb div h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.slide_thumb div p {
	margin-bottom: 0;
	color: #6f6f6f;
}

.slide_thumb div p.slide_thumb_d {
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slide_thumb div p .glyphicon {
	margin-right: 5px;
	font-size: 16px;
	top: 0;
	vertical-align: -3px;
}

.slide_thumb div p.slide_thumb_t {
	font-size: 12px;
}

.mu:hover {
	background: #064ebc;
}

.mu:hover h3 {
	color: #fff;
}

.mu:hover p {
	color: #fff;
}

.yan:hover {
	box-shadow: 0px 7px 30px rgba(250, 250, 250, 0.5);
}

.mu h3 {
	height: 15px;
	overflow: hidden;
}

.swiper1 .pagination1 {
	bottom: 23px;
}

.swiper1 .pagination1 .swiper-pagination-bullet {
	width: 45px;
	height: 2px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.swiper1 .pagination3 .swiper-pagination-bullet {
	width: 45px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	margin: 0 5px;
}

.swiper1 .pagination1 .swiper-pagination-bullet-active {
	background: #064ebc;
}

.swiper1 .pagination3 .swiper-pagination-bullet-active {
	background: #064ebc;
}

.column_header {
	margin-bottom: 40px;
}

.column_header h2 {
	margin: 0;
	line-height: 30px;
	font-size: 32px;
	color: #222;
	margin-bottom: 20px;
}

.column_header p {
	font-size: 16px;
	color: #6f6f6f;
	margin-top: 15px;
	margin-bottom: 0;
}



/*为什么*/
.whylist {
	padding: 40px 0px;
}

.whylist .user-img {
	text-align: center;
}

.whylist .user-img img {}

.whylist .user-title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0px 20px;
	text-align: center;
	line-height: 24px;
}

.whylist .user-desc {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #666;
	text-align: center;
}

.whylist .text-left {
	text-align: left;
}

.whylist .index-entitle {
	margin: 0 15px;
}

.whylist .index-title {
	margin: 0 15px;
}
.whylist .rotateY{
    transition: transform 1s; /* 平滑过渡效果 */
  transform-style: preserve-3d; /* 保持3D变换 */
}
.whylist .rotateY:hover{
    transform: rotateY(360deg); 
}

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 290px;
    float: right;
    padding: 0 18px;
    /*background-color: #F0F0F0;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
}
.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-text .sp-thumbnail-title{
	color: #064ebc !important;
}
#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #666;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
		padding: 7px 18px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}

@media (max-width:767px) {
	.column_list_main .container>div {
		padding: 0;
		background: none;
	}

	.column_list_main {
		background: none;
	}

	.column_list_more {
		margin-top: 30px;
		width: 50%;
		border: 1px #064ebc solid;
		font-size: 14px;
		color: #064ebc;
	}

	.column_header h2 {
		font-size: 20px;
	}

	.column_nav li a {
		font-size: 12px;
		padding: 10px;
	}

	.honor_pic {
		display: block;
		height: auto;
	}
	.index-dz{
		padding:20px 0px;
	}
	.numCX{
		font-size: 30px;
	}
	.dz-desc{
		font-size: 14px;
		margin-top: 10px;
	}
	.dz-box{
		padding:0px;
		margin-bottom: 15px;
	}
	.numCount .col-md-4:last-child .dz-box{
		margin-bottom: 0;
	}
	.dz-box img{
		max-width: 60px;
	}
}