/*css重置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:normal; font-weight:400; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
input, button, textarea, select, optgroup, option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
body { line-height:1.5; font-family:arial, tahoma; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
a{ transition:all .5s; text-decoration: none; color: #666;}
/*框架*/

body{
	font-family: "Microsoft Yahei";
	color: #333;
}

.f_14{
	font-size: 14px;
}

.f_24{
	font-size: 24px;
}
.f_blue{
	color: #00509E;
}
.f_gray{
	color: #666;
}

.align_center{
	text-align: center;
}

.indent_text{
	text-indent: 2em;
	padding-bottom: 20px;
	line-height: 24px;
	color: #666;
}

.mt20{
	margin-top: 20px;
}


/*===========================================首页=============================================*/

.top{
	width: 100%;
	height: 70px;
	background: #FFF;
}

.topIn{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.logo{
	width:140px;
	height: 47px;
	background: url(../images/logo1.png) no-repeat left center;
	float: left;
	margin-top:  11px;
	margin-left:25px;
}
.swiper-wrapper{text-align: center;}

.swiper-slide img{
	/*width: 100%;*/
	width:1200px;
	height:600px;
	padding-right: 25px;
}

.footer{
	width: 100%;
	height: 154px;
	background: #1F2025;
	border-bottom:1px solid #424c55;
}

.footerIn{
	width: 1000px;
	padding-top:30px;
	margin:0 auto; 
}

.footerIn ul{
	width: 100%;
	overflow: hidden;
}

.footerIn ul li{
	width: 33%;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.footerIn ul li img{
	height: 36px;
	margin-bottom: 2px;
}


.copyright{
	width: 100%;
	height: 66px;
	background: #1F2025;
	text-align: center;
	line-height: 66px;
	font-size: 12px;
	color: #9C9C9E;
}


.nav{
	float: left;
	margin-left:5%;
}

.nav li{
	float: left;
	line-height: 70px;
}

.nav li a{
	height: 68px;
	font-size: 20px;
	padding:0 19px;
	margin:0 1px;
	display: block;
	border-bottom: 2px solid #FFF;
}

.nav li a:hover{
	color: #005BAC;
	border-bottom: 2px solid #00509E;
	height: 68px;
	line-height: 70px;

}
.nav li a:active{
	color: #cccccc;
	border-bottom: 2px solid #cccccc;
	height: 68px;
	line-height: 70px;

}

.quick_table a{
	background: url(../images/hot.png) no-repeat 80px 15px
}

.contact_us{
	width: 1000px;
	height: 310px;
	margin: 60px auto 0 auto;
}

.contact_us h2{
	font-size: 30px;
	text-align: center;
}
h2{font-size: 18px;}
.contact_us ul{
	margin-top: 50px;
}

.contact_us ul li{
	width: 318px;
	height: 130px;
	background: #f5f5f5;
	margin-right: 22px;
	float: left;
}

.contact_us ul .last{
	margin-right: 0;
}

.contact_us ul li div{
	width: 70px;
	height: 100%;
	background-color: #475C73;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.contact_tel{background-image: url(../images/icon_tel.png);}

.contact_address{background-image: url(../images/icon_address.png);}

.contact_wechat{background-image: url(../images/icon_wechat.png);}

.contact_us ul li dl{
	float: left;
	width: 232px;
	margin-left: 16px;
	margin-top: 26px;
}

.contact_us ul li dl dd{
	font-size: 14px;
	line-height: 30px;
}
.qcoder{
	font-family: 微软雅黑;
	color:#fff;
}

.warp{
	width: 100%;
	background:#F6F6F8;
	border-top: 1px solid #DDD;
	overflow: hidden;
}

.warpIn{
	width: 1000px;
	margin:10px auto 100px auto;
	overflow: hidden;
	position: relative;
}

.sidebar{
	width: 142px;
	float: left;
	border-right: 1px solid #DDD;
	clear: both;
	position: absolute;
	left:0;
}

.sidebar li{
	height: 40px;
	background: #FFF;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}

.sidebar li>a{
	font-size:18px;
	width: 138px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-left: 4px solid #FFF;
	display: block;
}

.sidebar li a{
	transition:all .5s;
}

.sidebar li a:hover{
	color: #004E9D;
}

.sidebar li div a:hover{
	color: #333333;
	background: #efefef;
}

.sidebar li .active{
	width: 138px;
	border-left: 4px solid #004E9D;
	background: #EBF0F9;
	color: #004E9D;
}

.sidebar li div{
	width: 120px;
	position: absolute;
	padding:10px 20px;
	border:1px solid #5E8FBF;
	background: #EBF0F9;
	left:142px;
	top: 0;
	z-index: 1000;
	display: none;
}

.sidebar li div a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
}

.sidebar li div a:hover{
	color: #5E8FBF;
}

.sidebar li div .cur{
	color: #5E8FBF
}

.sidebar li div span{
	width: 11px;
	height: 19px;
	background: url(../images/arrow_left.png) no-repeat;
	position: absolute;
	top: 10px;
	left:-11px;
}

.content_box{
	width: 856px;
	float: left;
	margin-left: 144px;
	background: #FFF;
	min-height: 700px;
	margin-bottom: 80px;
}

.content{
	padding:10px 30px;
}

.pro_list{

}

.pro_list li{
	margin-bottom: 20px;
}

.pro_list .title_tips{
	width: 90%;
	margin: 20px auto;
	font-size: 14px;
	color: #666;

}

.pro_list li h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #DDD;
}

.pro_list dl{
	padding:16px;
	font-size: 14px;
	
	color: #666;
	clear: both;
	overflow: hidden;
}

.pro_list dl dt{
	float: left;
	clear: both;
}

.pro_list dl dd{
	width: 710px;
	float: left;
	margin: 0 0 10px 10px;
}

.pro_list dl dd p{
	position: relative;
	padding-left: 14px;
	line-height: 26px;
	margin-bottom: 10px;

}

.pro_list dl dd p:after{
	content: '';
	width: 7px;
	height: 7px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:9px;
	display: block;

}

.pro_list dl dd div{
	width: 200px;
	height: 126px;
	border: 1px solid #DDD;
	display: inline-block;
	margin:0 22px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #999;
}

.pro_list dl dd div img{
	width: 100%;
}

.pro_list table{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

.pro_list table td{
	padding:4px;
}


/*========================================产品列表=========================================*/

.products_list{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

.products_list li{
	width: 230px;
	height: 220px;
	cursor: pointer;
	float: left;
	margin: 0 22px 10px 0;
	
}

.products_list div{
	width: 232px;
	height: 174px;
	border:1px solid #DDD;
	-webkit-transition: all .5s;
}

.products_list .last{
	margin: 0;
}

.products_list li a{
	display: block;
	
}

.products_list li p{
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .5s;
}

.products_list li:hover div{
	box-shadow: 0 0 8px #00509D;
}

.products_list li:hover p{
	color: #00509D;
}





/*配件-导槽*/

.table_row2{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 20px;
}

.table_row2 td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}


/*=============================================速查表=====================================================*/

.quick_btns{
	width: 240px;
	height: 52px;
	margin:20px auto;
}

.quick_btns li{
	width: 120px;
	height: 52px;
	
	float: left;
}

.quick_btns li a{
	width: 118px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border:1px solid #DDD;
	background: #FFF;
	color: #666;
	display: block;
}

.quick_btns li .active,
.quick_btns li a:hover{
	width: 118px;
	height: 50px;
	border:1px solid #00509D;
	background: #00509D;
	color: #FFF;
}

.quick_content{
	width: 100%;
}

.quick_content dl{
	padding:16px;
	font-size: 14px;
	
	color: #666;
	clear: both;
	overflow: hidden;
}

.quick_content dl dt{
	float: left;
}

.quick_content dl dd{
	width: 710px;
	float: left;
	margin: 0 0 10px 10px;
}

.quick_content dl dd p{
	position: relative;
	padding-left: 4px;
	line-height: 26px;
	margin-bottom: 10px;

}

/* .quick_content dl dd p:after{
	content: '';
	width: 7px;
	height: 7px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:9px;
	display: block;

} */

.quick_content dl dd div{
	width: 200px;
	height: 126px;
	border: 1px solid #DDD;
	display: inline-block;
	margin:0 22px;
}

.quick_content table{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}


.quick_content table td{
	padding:8px 4px;
}

.quick_table .even td{
	background: #efefef;
}

.quick_table .odd td{
	background: #F0F0F0;
}

.quick_table .active td{
	background: #fff;
}

.quick_table .tablehead{
	background: #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.tabletd1{
	cursor: pointer;
}

.blackbg{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	filter:alpha(opacity:50);
	opacity:.5;
	z-index: 100;
	display: none;

}

.popup{
	width: 816px;
	background: #FFF;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	margin: auto;
	z-index: 200;
	border:1px solid #DDD;
	display: none;
	padding-bottom:20px ;
}

.close_btn{
	width: 24px;
	height: 24px;
	background: url(../images/closed.png) no-repeat;
	display: block;
	position: absolute;
	top:15px;
	right:15px;
	cursor: pointer;
	transition:all .5s;
	-ms-transition:all .5s; 	/* IE 9 */
	-moz-transition:all .5s; 	/* Firefox */
	-webkit-transition:all .5s; /* Safari 和 Chrome */
	-o-transition:all .5s; 	/* Opera */
	filter:alpha(opacity:50);
	opacity:.5;
}

.close_btn:hover{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	filter:alpha(opacity:100);
	opacity:1;
}


.popup li{
	margin-bottom: 20px;
}

.popup .title_tips{
	width: 90%;
	margin: 20px auto;
	font-size: 14px;
	color: #666;

}

.popup li h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #DDD;
}

.popup dl{
	padding:16px;
	font-size: 14px;
	color: #666;
	clear: both;
	overflow: hidden;
}

.popup dl dt{
	float: left;
	clear: both;
}

.popup dl dd{
	width: 710px;
	float: left;
	margin: 0 0 20px 10px;
	line-height: 30px;
}

.popup dl dd p{
	position: relative;
	padding-left: 14px;
	line-height: 26px;
	margin-bottom: 10px;

}

.popup dl dd p:after{
	content: '';
	width: 7px;
	height: 7px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:9px;
	display: block;

}


#bb_table2{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}



/*=======================================关于我们=================================*/


.certificate_box{
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.certificate_box img{
	margin: 0 40px;
}




/*============================================合作伙伴=============================================*/
.partners_dl{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.partners_dl dt{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #DDD;
	text-align: center;
	color: #666;
	font-size: 18px;
}

.partners_dl ul{
	width: 100%;
	overflow: -hidden;
}

.partners_dl ul li{
	width: 180px;
	height: 120px;
	float: left;
	margin: 20px;
	margin-left: 0;
}

.partners_dl ul li div{
	width:178px;
	height: 76px;
	border:1px solid #DDD; 
	overflow: hidden;
}

.partners_dl ul li div img{
	transition:all .5s;
	-ms-transition:all .5s; 	/* IE 9 */
	-moz-transition:all .5s; 	/* Firefox */
	-webkit-transition:all .5s; /* Safari 和 Chrome */
	-o-transition:all .5s; 	/* Opera */
}

.partners_dl ul li div:hover img{
	-ms-transform:scale(1.1, 1.1);	/* IE 9 */
	-moz-transform:scale(1.1, 1.1);	/* Firefox */
	-webkit-transform:scale(1.1, 1.1);/* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1);	/* Opera */
}

.partners_dl ul .last{
	margin-right: 0;
}

.partners_dl ul li p{
	font-size: 14px;
	color: #999;
	line-height: 50px;
	text-align: center;
}


/*============================================定制服务=============================================*/

.custom_service_ul{
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
}

.custom_service_ul li{
	width: 192px;
	height: 82px;
	border: 1px solid #00509D;
	margin: 15px;
	float: left;
}

.custom_service_ul li p{
	width: 184px;
	height: 76px;
	background: #00509D;
	margin: 3px auto;
	text-align: center;
	line-height: 76px;
	color: #FFF;

}

.custom_service_dl{
	margin-top: 20px;
}

.custom_service_dl dt{
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 50px;
	background: #00509D;
	margin-bottom: 10px;
}

.custom_service_dl dd{
	margin-bottom: 30px;
}

.custom_service_dl dd p{
	color: #00509D;
	line-height: 30px;

}


/*============================================压接服务=============================================*/


.yajie_service_dl{
	width: 604px;
	float: left;
	margin-top:8%;
}
.yajie_service_dl_img{
	float: left;
	margin-top:8%;
}

.yajie_service_dl dt{
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 50px;
	background: #00509D;
	margin-bottom: 10px;
}

.yajie_service_dl dd{
	width: 490px;
	margin-bottom: 30px;
}

.yajie_service_dl dd p{
	color: #666;
	line-height: 30px;

}

.noContent{
	height: 191px;
}


/*电源表格*/
.addblack {
	font-weight: bold;
			}
	
.contenttable {
	text-align: center;
	padding: 1px;
	font-size:12px;
}
.contenttabledy {
	text-align: center;
	padding: 2px;
	font-size:14px;
}


/*弹出框表格*/

.pro_list .popup_table{
	width: 90%;
}

.pro_list .popup_table td{
	padding:4px;
	border:1px solid #CCC;
}


/*返回顶部*/

.back_top{
	width: 50px;
	height: 50px;
	position: fixed;
	background:url('../images/backtop.png') no-repeat;
	background-size: 100% 100%;
	display: block;
	right:0;
	top:300px;
	cursor: pointer;
	opacity: .5;
	display: none;
}

.back_top:hover{
	opacity: 1;
}
.bbtable {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体";
	margin: 5px;
	float: left;
	line-height: 19px;
}
.bxjtitle {
	font-family: "微软雅黑", "黑体";
	font-size: large;
	color: #333;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
.bxjp{
		font-family: "微软雅黑", "黑体";
	font-size: medium;
	color: #333;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	}.liimg {
}
.strong {
	font-weight: bold;
}
.font11 {
	font-family: "微软雅黑", "黑体";
	font-size: 11px;
	color: #666;
}
.quicktabletd{
	color:#339;
	text-decoration:underline;
	}