/*ALL*/
.goods .title,.news .title,.partner .title{
	width: 240px;
	height: 115px;
	background-repeat: no-repeat;
	margin: 65px auto 0 auto;
	background-position: center;
}
/*广告图*/
.banner{
	width: 100%;
	height: auto;
	background: #000;
	/*background-attachment: fixed;*/
	position: relative;
}
@keyframes fadeIn {
  0% {opacity: 0.8;}
  100% {opacity: 1;}
}
.banner>div{
	display: none;
	margin: 0 auto;
	width: 100%;
/*	height: calc(100vh - 100px);*/
/*	background-attachment: fixed;*/
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	animation-name: fadeIn; /* 引用上面定义的动画名 */
  animation-duration: 1.5s; /* 动画持续时间 */
  animation-timing-function: ease-in-out; /* 动画速度曲线 */
}
.banner>ul{
	display: flex;
    justify-content: center;
    align-items:flex-end;
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 10%;
}
.banner>ul li{
	width: 25px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 6px;
	cursor: pointer;
	/*background-image: url('/assets/img/banner_gdbtn.png');*/
	/*background-image: url('/assets/img/banner_gdbtn_l.png');*/
}
.banner>ul li:first-child{
	background-color: rgba(255, 255, 255, 1);
	/*background-image: url('/assets/img/banner_gdbtn_l.png');*/
}
/*商品集合*/
.goods-gather{
	background-color: #fff;
}
.goods-gather .container{
	margin: 70px auto;
	min-height: 530px;
	background-image: url('/assets/img/goods-gather.png');
	background-repeat: no-repeat;
	background-position: top center;
}

@media (min-width: 1200px) {
  .goods-gather .container {
	background-size: 1170px auto;
  }
}

@media (min-width: 1800px) {
  .goods-gather .container {
	background-size: 1680px auto;
  }
}

/*智慧协同终端*/
.goods-zhxtzd{
	background-color: #f5f5f5;
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
}
.goods-zhxtzd .title{
	font-size: 55px;
	font-weight: bold;
}
.goods-zhxtzd .info-text{
	font-size: 25px;
	margin-top: 25px;
}
.goods-zhxtzd .image-bg > a{
	display: block;
	width: 100%;
	height: 700px;
}
.goods-zhxtzd .image-bg{
	margin-top: 40px;
	width: 100%;
	height: 700px;
	background-size: auto 700px;
	background-repeat: no-repeat;
	background-position-x: center;
	display: none;
	transition: display 0.3s ease;
}
@keyframes fadeIn1 {
  50% {opacity: 0.5;}
  100% {opacity: 1;}
}
.goods-zhxtzd .image-bg:hover{
	animation-name: fadeIn1; /* 引用上面定义的动画名 */
  animation-duration: 1.5s; /* 动画持续时间 */
}
.goods-zhxtzd .image-bg[data-index="0"]{
	display: block;
}
/*智慧商显*/
.goods-zhsx{
	background-color: #ffffff;
	padding-top: 135px;
	text-align: center;
	margin: 0 auto;
}
.goods-zhsx .title{
	font-size: 55px;
	font-weight: bold;
}
.goods-zhsx .navbar{
	margin-top: 80px;
}
.goods-zhsx .navbar ul{
	padding: 0 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.goods-zhsx .navbar ul li:first-child{
	border-bottom: 3px solid #000;
}
.goods-zhsx .navbar ul li > a{
	font-size: 24px;
	color: #000;
}
.goods-zhsx .image-bg > a{
	display: block;
	width: 100%;
	height: 700px;
}
.goods-zhsx .image-bg{
	display: none;
	margin-top: 30px;
	width: 100%;
	height: 700px;
	background-size: auto 700px;
	background-repeat: no-repeat;
	background-position-x: center;
}
.goods-zhsx .image-bg[data-index="0"]{
	display: block;
}
/*多媒体管控平台*/
.goods-dmtgkpt{
	background-color: #ffffff;
	padding-top: 135px;
	text-align: center;
	margin: 0 auto;
}
.goods-dmtgkpt .title{
	font-size: 55px;
	font-weight: bold;
}
.goods-dmtgkpt .info{
	margin-top: 55px;
	display: flex;
	justify-content: center;
}
.goods-dmtgkpt .info a{
	display: block;
	box-shadow: 0 0 10px 15px #f8f8f8;
}
.goods-dmtgkpt .info a>img{
	width: 100%;
	height: 100%;
}
/*无纸化会议系统*/
.goods-wzhhyxt{
	background-color: #ffffff;
	padding-top: 135px;
	text-align: center;
	margin: 0 auto;
}
.goods-wzhhyxt .title{
	font-size: 55px;
	font-weight: bold;
}
.goods-wzhhyxt .info{
	margin-top: 55px;
	display: flex;
	justify-content: center;
}
.goods-wzhhyxt .info a{
	display: block;
	box-shadow: 0 0 10px 15px #f8f8f8;
}
.goods-wzhhyxt .info a>img{
	width: 100%;
	height: 100%;
}
/*解决方案*/
.solution{
	background-color: #ffffff;
	padding: 135px 0;
	text-align: center;
	margin: 0 auto;
}
.solution .title{
	font-size: 55px;
	font-weight: bold;
}
.solution .info-text{
	font-size: 25px;
	margin-top: 25px;
}
.solution .info{
	margin-top: 55px;
	display: flex;
	justify-content: center;
}
.solution .info a{
	display: block;
	box-shadow: 0 0 10px 15px #f8f8f8;
	position: relative;
}
.solution .info a:hover img{
  filter: brightness(80%)
}
.solution .info a>img{
	position: relative;
	width: 100%;
	height: 100%;
}

.solution .info a>span{
	position: relative;
	margin: 0 auto;
	bottom: 30%;
	font-size: 38px;
	color: #fff;
}

/*成功案例*/
.cases{
	background-color: #f8f8f8;
	padding-top: 135px;
	text-align: center;
	margin: 0 auto;
}
.cases .title{
	font-size: 55px;
	font-weight: bold;
}
.cases .info-text{
	font-size: 25px;
	margin-top: 25px;
}
.cases .info{
	margin-top: 55px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cases .info a{
	display: block;
/*	box-shadow: 0 0 10px 15px #f8f8f8;*/
	position: relative;
	margin-bottom: 15px;
}
.cases .info a:hover img{
  filter: brightness(80%)
}
.cases .info a>img{
	position: relative;
	width: 100%;
	height: 100%;
}

.cases .info a>span{
	position: relative;
	margin: 0 auto;
	bottom: 30%;
	font-size: 38px;
	color: #fff;
}
.cases .partner ul{
	margin: 60px 0 130px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cases .partner li{
	width: 190px;
	height: 70px;
	margin-right: 35px;
	margin-bottom: 20px;
}

.cases .partner li>img{
	width: 100%;
	height: 100%;
}
.cases .partner li>img:hover{
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;
}


/*关于我们*/
.about{
	background-color: #ffffff;
	padding: 135px 0;
	text-align: center;
	margin: 0 auto;
}
.about .title{
	font-size: 55px;
	font-weight: bold;
}
.about .left-content{
	min-height: 450px;
	background-color: #000;
	background-repeat: no-repeat;
	margin-top: 60px;
	display: flex;
  justify-content: center;
  align-items: center;

}
.about .left-content>i{
	display: block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('/assets/img/about_bg.png');
	background-size: 80px 80px;
}
.about .right-content{
	font-size: 16px;
	color: #000;
	min-height: 450px;
	margin-top: 70px;
/*	background-repeat: no-repeat;*/
/*	background-image: url('/assets/img/about_text_box.png');*/
}
.about .right-content p{
	text-align: left;
	margin-top: 90px;
	line-height: 30px;
	text-indent: 2em;
}
.about .right-content span{
	font-size: 18px;
	font-weight: bold;
}