.swiperPart{
	width:100%;
	height:506px;
	padding-top:56px;
	box-sizing:border-box;
}
/*banner图*/
.swiperPart #top_swiperBanner{
	height:450px;
	width:100%;
	background:#e3e3e3 url(../../img/common/loading.gif) center/30px 30px no-repeat;
}
#top_swiperBanner .swiper-slide{
	text-align: center;
	font-size:24px;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}
#top_swiperBanner .swiper-button-prev{
	left:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/index/banner/prev.png);
	background-size:27px 44px;
	background-repeat:no-repeat;
}
#top_swiperBanner .swiper-button-next{
	right:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/index/banner/prev.png);
	background-size:27px 44px;
	background-repeat:no-repeat;
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

#top_swiperBanner:hover .swiper-button-prev{
	left:10px;
}
#top_swiperBanner:hover .swiper-button-next{
	right:10px;
}
#top_swiperBanner .swiper-pagination-bullet{
    height:10px !important;
    width:10px !important;
}
#top_swiperBanner .left_introduce{
	height:auto;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	align-self:center;
}
#top_swiperBanner .intro_title{
	font-size:48px;
	color:#fff;
	text-align:left;
	padding-bottom:30px;
}
#top_swiperBanner .intro_description{
	font-size:16px;
	color:#fff;
	text-align:left;
	line-height:30px;
	padding-bottom:30px;
}
#top_swiperBanner .bannerINT{
	color:#666;
}
#top_swiperBanner .bannerIND{
	color:#666;
}
#top_swiperBanner .banner_a{
	font-size:16px;
	text-align:center;
}
#top_swiperBanner .banner_a a{
	display:block;
	background:rgb(0, 111, 239);
	width:122px;
	height:38px;
	color:#fff;
	line-height:38px;
}
#top_swiperBanner .banner_a:hover a{
	background:rgb(60, 138, 228);
}


.middleNav{
	width:100%;
	height:auto;
	/*z-index:999;*/
	border-bottom:1px solid #e5e4e6;
	background:#fff;
}
.middle_center{
	width:1180px;
	padding:0 10px;
	display:block;
	margin:0 auto;
/*	background:indianred;*/
	height:60px;
	font-size:20px; 
	color:#101010；
}
.middle_center ul{
	margin-left:130px;
}
.middle_center .middle_li{
	color:#101010;
	line-height:60px;
	margin:0 87px;
	display:block;
	cursor:pointer;
/*	background:darkcyan;*/
}
.middle_li a{
	display:block;
	width:100%;
	height:56px;
}
.active_a a{
	color:#0775c0;
	border-bottom:4px solid #0775C0;
}
.middle_li a:hover{
	color:#0775c0;
	border-bottom:4px solid #0775C0;
}
#detail_part{
	height:auto;
	width:100%;
	margin-top:0px;
}
#detailItem1{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	background:#f7f8fa;
	border-bottom:1px solid #e5e4e6;
}

#detail_part .detailItem_title{
	width:1180px;
	padding:0 10px;
	font-size:30px;
	color:#333;
	text-align:center;
	padding:45px 0 20px 0;
	margin:0 auto;
}
#detail_part #swiper_procession{
	height:auto;
	width:1180px;
	padding:0 10px;
	box-sizing:border-box;
	/*padding:0 1%;*/
	margin:0 auto;
	padding-bottom:20px;
}

#swiper_procession .swiper-button-prev,#swiper_procession .swiper-button-next{
	height:18px;
	width:28px;
	top:22px;
	background-size:contain;
}
#swiper_procession .swiper-button-prev{
	left:95.2% !important;
}
.swiper_ul_detail{
	height:350px;
	width:100%;
	/*padding:0 1%;*/
	display:block;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.ul_padding_1{
	padding-top:3.5%;
	padding-bottom:1%;
}
.ul_padding_2{
	padding-top:1.5%;
	padding-bottom:1%;
}
.swiper_ul_detail li{
	height:100%;
	width:23%;
	position:relative;
	background:#fff;
	box-shadow:0 3px 15px rgba(0,0,0,0.2);
	overflow:hidden;
}
#detailItem1 .previous_li{
	height:100%;
	width:100%;
}
.swiper_ul_detail li .procession_img{
	width:100%;
	height:200px;
	/*background:#eee;*/
}
.swiper_ul_detail li .procession_down_title{
	width:100%;
	text-align:center;
	padding:12px 0 8px 0;
	font-size:18px;
	color:#036fe2;
}
.swiper_ul_detail li .procession_down_description{
	text-align:left;
	text-align:-moz-left;
	text-align:-webkit-left;
	padding:0 10px;
	color:#444;
	font-size:15px;
	text-overflow:ellipsis;
	line-height:22px;
}
#detailItem1 .hover_li{
	height:100%;
	width:100%;
	background:#036FE2;
	position:absolute;
	overflow:hidden;
	z-index:50;
	top:50%;
	left:0;
	opacity:0;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
#detailItem1 .slide_li:hover .hover_li{
	opacity:1;
	top:0;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
#detailItem1 .hover_li .hover_mediaTitle{
	color:#fff;
	font-size:18px;
	padding:42px 0 15px 30px;
}
#detailItem1 .hover_li .hover_mediaDescription{
	color:#fff;
	font-size:15px;
	padding:10px 40px 60px 30px;
	line-height:28px;
}
#detailItem1 .hover_li .hover_media_a{
	color:#fff;
	font-size:15px;
	display:inline-block;
	position:absolute;
	bottom:50px;
	margin-left:30px;
	padding-right:30px;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

/*<!--多媒体互动产品-->*/
#detailItem2{
	width:100%;
	height:470px;
	margin:0 auto;
}
.medialittle_title{
	width:100%;
	color:#666;
	font-size:15px;
	text-align:center;
	display:block;
}
#detailItem2 #media_swiper{
	box-sizing:border-box;
	padding-top:40px;
	height:300px;
	width:1180px;
	padding:0 10px;
	margin-top:30px;
}
#detailItem2 ul{
	height:auto;
	width:100%;
	box-sizing:border-box;
	padding:0 50px;
	display:block;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
#detailItem2 ul li{
	height:auto;
	width:200px;
	text-align:center;
	margin-top:20px;
}
#detailItem2 ul li .media_pic{
	height:140px;
	width:100%;
	margin-bottom:35px;
}
#detailItem2 ul li p{
	font-size:15px;
	color:#666;
}
#media_swiper .swiper-pagination-bullet-active{
    background: #9d9b9b !important;
    height:10px !important;
    width:10px !important;
}
#media_swiper .swiper-pagination-bullet{
    height:10px !important;
    width:10px !important;
}
#media_swiper .swiper-button-next{
	right:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/page/productSpage/arrow.png);
	background-size:33px 48px;
	background-repeat:no-repeat;
}
#media_swiper .swiper-button-prev{
	left:-30px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	background-image:url(../../img/page/productSpage/arrow.png);
	background-size:33px 48px;
	background-repeat:no-repeat;
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
#detailItem2:hover .swiper-button-prev{
	left:10px;
}
#detailItem2:hover .swiper-button-next{
	right:10px;
}

/*<!--智能商用显示产品-->*/
#detailItem3{
	width:100%;
	height:720px;
	margin:0 auto;
	background:#f7f8fa;
	border-bottom:1px solid #e5e4e6;
	border-top:1px solid #e5e4e6;
}
#detail_part #swiper_intellection{
	box-sizing:border-box;
	width:1180px;
	padding:0 10px;
	padding-top:20px;
	height:570px;
	margin:0 auto;
}
#swiper_intellection .swiper-button-prev,#swiper_intellection .swiper-button-next{
	height:18px;
	width:28px;
	top:32px;
	background-size:contain;
}
#swiper_intellection .swiper-button-prev{
	left:95% !important;
}
#swiper_intellection .swiper-button-next{
	right:0.9% !important;
}
#swiper_intellection .intellection_ul{
	height:auto;
	width:100%;
	box-sizing:border-box;
	/*padding:0 25px;*/
	display:block;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.intellection_ul li{
	height:230px;
	/*border:1px solid #dddcdc;*/
	width:565px;
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
	margin-top:25px;
	margin-bottom:10px;
	background:#fff;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.intellection_ul li:hover{
	transform:translateY(-5px);
	box-shadow:0 3px 10px rgba(0,0,0,0.1);
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.intellection_ul .intellection_left{
	height:100%;
	width:160px;
}
.intellection_ul .intellection_right{
	height:100%;
	width:400px;
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}
.intellection_ul .intellection_right p{
	font-size:13px;
	color:#101010;
	line-height:28px;
	align-self:center;
}
.intellection_ul .intellection_right .intell_title{
	font-size:16px;
}



