@charset "utf-8";

body{background:#f6f6f6;font-family: arial,"microsoft yahei"}
ul{list-style: none;margin:0;padding:0;}
h2{padding: 0;margin:0;}
a{color: #fff}
a:hover{text-decoration: none;color: #fff}

*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button, .team img, .kehu figure a p {
	-webkit-transition:  none;
	-moz-transition:  none;
	-o-transition:  none;
	transition:  none
}
a:hover{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
/*小屏幕下小导航开始*/
.navbar{margin-bottom: 0}
.nav2{display: block;}
.nav2 li{
	font-size: 14px;
	line-height: 40px;
	border-bottom:1px solid #eee;
	width: 90%;
}
.nav2 li a {
	display: block;
	color: #323232;
	text-align:center;
}
/*小屏幕下小导航结束*/
/*大标题开始*/
.banner .box{
	height: 100px;
	line-height: 100px;
	font-size: 30px;
}
@media (max-width: 768px){
	.banner .box {
		font-size: 20px;
	}
}
/*大标题结束*/
/*面包屑导航*/
.mb_nav{
	/*width:100%;*/
	height: 40px;
	line-height: 40px;
	z-index: 99;
	background: #f6f6f6;
	/*margin-left: -50px;*/
}
.mb_nav_icon{
	float: left;
	width: 14px;
	height: 14px;
	background:  center center;
	margin: 12px 10px 0 0px;
}
.mb_nav a{
	/*color: #808080;*/
	color: #323232;
}
@media (max-width: 768px){
	.mb_nav{
		font-size: 10px;
	}
}


/*放大镜外层框*/
.prd-head{
	width:100%;
	/*height: 700px;*/
	height: auto;
	padding-bottom: 30px;
	background: #fff;
	/*position: relative;*/
}

.tl{
	float: left;
	/*width: 500px;*/
	width: 610px;
	margin-left: 60px;
	/*padding-top: 50px;*/
}


.tl h1{
	width: 100%;
	font: 600 20px arial,"microsoft yahei";
    color: #323232;
}

.tl_intro p{
	color: #808080;
	margin-top: 10px;
}

.tl_cate{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #808080;
}

.tl_cate .tl_cate_1{
	float: left;
	margin-right: 80px;
}

/*@media (max-width: 768px){
	.tl{
		width: auto;
		margin-left: 25px;
		padding-top: 0px;
	}
	.tl_cate{
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
	}
}*/
@media (max-width: 1152px){
	.tl{
		width: auto;
		margin-left: 0px;
		padding-top: 0px;
	}
	.tl_cate{
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
	}
}

/*侧边栏样式*/

.aside{
	/*padding: 0 30px;*/
	text-align: center;
	background: #fff;
	/*margin-left: 30px;*/
	/*width: 351px;*/
	width: 327px;
	float: left;
	padding:0 30px;
}

/*相关产品列表样式*/

/*@media (min-width: 768px) and (max-width: 992px){
	.aside{
		display: none;
	}
}*/

/*.aside_warp{
	background: #fff;
}*/

.aside h2{
	width: 100%;
	/*background: #00bcd4;*/
	/*background:  0 0;*/
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	margin:0;
	position: relative;
	padding-top: 10px;
	text-align: left;
	color: #808080;
	border-bottom: 1px solid #f0f0f0;
}

.aside h2 img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}



.aside_list{
	width: 100%;
	padding: 0;
	margin-top: 50px;
}

.aside_list li a img:hover{
	border: 3px solid #fe0f26;
}

.aside_list a{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: #323232;
}
/*.aside_list a img{
	border: 1px solid #f0f0f0;
	border-radius: 2px;
}*/
.aside_list a img{
	border: 2px solid #f6f6f6;
	border-radius: 2px;
	width: 100%;
	height: auto;

}
.aside_list a p{
	margin-top: 10px;
	color: #666;
}

/*列表图标*/

.al_icon{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	/*background:#00bcd4;*/
	background: #018cc0;
	/*background: #e4393c;*/
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left:0px;
	top:5px;
}


.ac-mod-list{
	margin: 0 0 5px 0;
}
.ac-mod-list dt{
	float: left
}
.ac-mod-list dt img{
	float: left;
	/*width: 100%;*/
	width: 100px;
	height: 80px;
}
.ac-mod-list dd{
	float: left;
	width: 50%;
	color: #fff;
	font-size: 14px;
}

/*产品中心样式*/


.xiangqingye{
	margin-top: 35px;
	margin-bottom: 100px;
}

@media (max-width: 768px){
	.xiangqingye{
		margin-top: 5px;
	}
}



/*详情页外部盒子*/

.content_warp{
	background: #fff;
	/*padding: 0 30px;*/
	/*padding: 0 16px;*/
	/*margin-left: 30px;*/
	position: relative;
	width: 808px;
	float: left;
	padding: 0 30px;
	margin-right: 35px;
}
.content img{
	width: 100%;
	height: 100%;
}

/*在小屏下 为图片重置宽高，图片动态加载导航定位不错误*/

@media (max-width: 1200px){
	.content_warp{
		width: 100%;
		height: auto;
	}
	.content1 img{
		width: 100% !important;
		height: 100% !important;
	}
}


@media (max-width: 1200px){
	.content1 img{
		width: 100% !important;
		height: 100% !important;
	}
}

/* 详情页切换页样式开始 */

.content_nav{
	height: 40px;
	line-height: 40px;
	text-align:center;
	margin: 25px 0 50px 0;
	border-bottom: 1px solid #f0f0f0;
}
.content_nav li{
	float: left;
	cursor: pointer;
	color: #808080
}
.content_jieshao{
	width: 105px;
}
.content_canshu{
	width: 105px;
}

.content_active{
	border-bottom: 2px solid #df0515;
	color: #323232!important;
}

/* 详情页切换页样式结束 */

.p_tl{
	width: 100%;
	height: 100%;
}



.detail{

}
.cases{
	float: left
}
.cases_box{
	padding: 0;
	margin-top: 10px;
}
.cases_box li{
	float: left;
	width: 130px;
	height: 110px;
}

.cases_box .cases_item{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.cases_box .cases_item img{
	width: 130px;
	height: 110px;
}

/*固定导航样式*/

.prd_nav{
	position: absolute;
	top:300px;
	left: -110px;
	width: 100px;
	font-size: 14px;
	display: none;
}

@media (max-width: 1366px){
	.prd_nav{
		left: -80px;
	}
}

@media (max-width: 1280px){
	.prd_nav{
		left: -50px;
	}
}

.prd_nav li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	/*background: #fff;*/
	margin-bottom: 5px;
	background: #305a82;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
	padding-left: 15px;
	color: #fff;
}

.nav_icon{
	position: absolute;
	left: 5px;
	top:50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
}

.nav_icon1{
	background:  no-repeat center center !important;
}
.nav_icon2{
	background:  no-repeat center center !important;
}
.nav_icon3{
	background:  no-repeat center center !important;
}
.nav_icon4{
	background:  no-repeat center center !important;	
}
.nav_icon5{
	background:  no-repeat center center !important;	
}

/*.nav_icon1_1{
	background:  no-repeat center center;
}

.nav_icon2_1{
	background:  no-repeat center center;
}
.nav_icon3_1{
	background:  no-repeat center center;
}
.nav_icon4_1{
	background:  no-repeat center center;	
}
.nav_icon5_1{
	background:  no-repeat center center;	
}*/



.active{
	background:#428bca !important; 
	color: #fff !important;
}

/*产品参数*/
.table_box{
	margin-bottom: 50px;
}
table,table tr th, table tr td { border:1px solid #f0f0f0;color: #808080 }
caption{
	font-size: 16px;
	font-weight: 600px;
	text-align: left;
}
.table_box tr{

}
.table_box th{
	padding: 0 50px;
	min-height: 25px; 
	line-height: 25px; 
	text-align: center;
}
.table_box td{

}

.tb_tl{
	/*font-weight: bold;*/
	/*float: left;*/
	width: auto;
}

.canshudiv{
	padding:0;
}

.canshudiv h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #323232;
}

.canshudiv h4{
	font-weight: normal;
}

/*.kefu {
	right: 20px;
}*/

/*图片放大镜样式*/

/* 放大镜外部盒子 */
.fdj{
	float: left;
	margin-top: 20px;
}

/*@media (max-width: 992px){
	.fdj{
		display: none;
	}
}*/

/* 中图盒子 */
#preview{
	width:500px;
	height:500px;
	border:1px solid #f0f0f0;
}
/*中图样式*/
.jqzoom{
	position:relative;
	padding:0px;
	cursor: move;
	margin:0px;
	display:block;
}
/*大图样式*/
.zoomdiv{
	z-index:100; 
	position:absolute ;
	top:0px ;
	left:0px ;
	background:#ffffff;
	border:1px solid #f0f0f0;
	display:none ;
	text-align:center;
	overflow:hidden;
}
/*滑块样式*/
.jqzoompup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px !important;
	height:200px !important;
	background: url(/uploads/image/siximages/bot.png);
}
/*图片小图预览列表*/
.spec-scroll{
	clear:both;
	margin-top:10px;
	width: 500px;
}
/*左按钮*/
.spec-scroll .prev{
	float:left;
	margin-right: 20px;
	background: center center;
}
/*右按钮*/
.spec-scroll .next{
	float:right;
	background: center center;
}
/*左右按钮*/
.spec-scroll .prev,.spec-scroll .next{
	display:block;
	width: 20px;
	height: 50px;
	cursor:pointer;
	text-decoration:none;
	margin-top: 5px;
}
/*小图外部盒子*/
.spec-scroll .items{
	float:left;
	position:relative;
	width: 420px;
	height: 70px;
	overflow:hidden;
}
/*小图滚动盒子*/
.spec-scroll .items ul{
	position:absolute;
	width:999999px;
	height: 100%;
}
/*小图列表*/
.spec-scroll .items ul li{
	float:left;
	width: 70px;
	height: 100%;
	text-align:center;
	cursor: pointer;
}
/*小图图片*/
.spec-scroll .items ul li img{
	/*border:2px solid #ccc;*/
	border:1px solid #f0f0f0;
	width: 60px;
	height: 60px;
}
/*小图边框样式*/
.spec-scroll-active{
	border: 2px solid #e1090c !important;
}





















