/*统一配色*/
.indmore:hover{
	background: rgba(31,29,31,.8) !important;
	border: 1px rgba(31,29,31,.8) solid;
}
.lc-peo{
	color: red !important;
}
/*对应隐藏方块*/
.exhibi-more,
.exhibinews-more{ /*首页鼠标移上去圆形滑块（产品中心、展示活动）*/
	display: none !important;
}
.relform-data button{
	background-image: linear-gradient(to right,rgba(31,29,31,.8),rgba(31,29,31,.8)) !important;
}
.lc-aboutus-container{
	height: 660px;
}
.lc-100{
	height: 100%;
}

.lc-swip{
	top: -54px !important;
}
.banner-img .lc-banner-pc-img{
	height: 700px;
	margin-top: 95px;
}
.indtitle h4{/*字体小两号（产品中心、展示活动）*/
	font-size: 38px;
}
.usnumroll ul li{
	text-align: -webkit-center;
}
.lc-li{
	width: 154px;
	height: 154px;
	background-color: #666;
	border-radius: 50%;
	/*margin-top: -42px;*/
	text-align: -webkit-center;
}
.lc-li h6{
	padding-top: 30px;
}
/*隐藏关于我们对应小横线*/
.PUBindtitle i{
	display: none;
}
/*修改关于我们间距*/
.lc-abUs-comHonor{
	padding-top: 0;
}
.swiper-container{
	top: 0;
}
.lc-abUs-comHonor{
	padding-top: 0;
}
.lc-ind-team,
.lc-culture-container{
	padding-top:0 ;
}
/*.pro-icim .image{
	min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
}*/
.exhibi-pic img{
	transform: scale(1);
}
.pro-icim{
	height: 450px;
}
/*关于我们时间线下面图片*/
.auCHmin-img,
.auCHmin-block{
	float: none !important;
	margin: auto;
	width: 85% !important;
}
/*隐藏箭头*/
.lc-auCHistManSwiper-prev,
.lc-auCHistManSwiper-next{
	/*display: none;*/
	opacity: 0;
	z-index: 10;
    position: relative;
    display: block;
    width: 11px;
    height: 21px;
    transition: all .6s ease;
}

.lc-auCHistManSwiper-prev{
	top: -380px;
    left: -117px;
    background: url(../images/swiper2-l.png) no-repeat center center;
    width: 60px;
    height: 60px;
    /*background-size: 40%;*/
}
.lc-auCHistManSwiper-next{
	top: -440px;
    left: 1338px;
    background: url(../images/swiper2-r.png) no-repeat center center;
    width: 60px;
    height: 60px;
    /*background-size: 40%;*/
}
/*显示隐藏箭头*/
.lc-abUs-comHonor:hover .lc-auCHistManSwiper-prev,
.lc-abUs-comHonor:hover .lc-auCHistManSwiper-next{
	/*display: block;*/
	opacity: 1;
	transition: all .6s ease;
}

/*产品中心icon*/
.pro-icim .icon{
	display: none;
	
}

/*地图图片*/
.boximg{
	/*border: 1px red solid;*/
	float: right;
	width: 70%;
	height: 419px;
	max-height: 419px;
}
.boximg>img{
	max-height: 100%;
	padding:0 10%;
}
.lc-ul-clearfix>li h4 a{
	font-size: 18px;
}
.lc-ul-clearfix>li p{
	font-size: 16px;
}
.lc-ul-clearfix>li span{
	font-size: 16px;
}
#id-span{
	margin: 0;
}

/* 关于我们 */
.lc-team-words{
	text-align: -webkit-center;
}
.lc-team-words ul li{
	width: 75%;
}


/*地图*/
.map-box{
	width: 100%;
	height: 100%;
}






/*统一pc*/
@media only screen and (min-width: 1001px) {
	.exhibi-pic{
		width: 100%;
	    height: 78%;
	    overflow: hidden;
	    position: relative;
	}
	@media (max-width: 1200px){
		.product-container {
		    padding: 0 0;
		}
	}
}


/*移动端*/

@media (max-width: 1000px){
    .banner-img .lc-banner-pc-img{
        height: auto;
        max-width: 100%;
        min-height: auto;
        margin-top: 50px;
    }
    
	.exhibi-list ul li{
	    height: auto !important;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 14px;
	}
}