@charset "utf-8";
/* CSS Document */



/*************************************/
/*            product list           */
/*************************************/
.container2 {
    width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.container2{
	display: table;
	content: " ";
}

.proAsideBar{
	width:293px;
	float: left;
}

.bannerBox2 {
    overflow: hidden;
	min-width:1200px;
}

footer.proMainFooter{
	min-width: 1200px;
}

footer .container2{
	position: relative;
}

footer .container2 .col-pro-2{
	width: 195px;
	height: 120px;
	float: left;
	padding: 0 15px;
}

footer .container2 .col-pro-4{
	width: 390px;
	height: 120px;
	float: left;
	padding: 0 15px;
}

footer .container2 .col-pro-6{
	width: 585px;
	height: 120px;
	float: left;
	padding: 0 15px;
}

.proFooter .footerUl2 {
    list-style-type: none;
    color: #dadada;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    width: 1200px;
    margin: 0 auto;
}

footer.proMainFooter .ftLogo2 {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

header.proHeader{
	min-width: 1200px;
}

.proBox{
	width:845px;
	margin-left: 32px;
	float:left;
}

.proSubContent{
	background: #fff;
	overflow: hidden;
	min-height: 500px;
}

.proSubContent h3{
	background: url(../images/title_bg.jpg) top center no-repeat;
    background-size: auto;
	background-size: cover;
}

.proSubContent h3 span{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	background: url(../images/title_dot.png) center left 15px no-repeat;
	display: block;
	padding: 12px 15px 12px 40px;
}

.proContent{
	padding: 0 15px;
	margin: 25px 0;
}

@media (max-width:991px){
	.proAsideBar #sub{
		display: block;
	}
	
	.proFooter .footerUl2 li {
		display: inline-block;
	}
}

@media (max-width:767px){
	footer .container2 ul.ftInfo li {
		text-align: left;
		line-height: 30px;
	}
	
	footer .container2 ul.webMap {
		text-align: left;
	}
}




/*************************************/
/*              product              */
/*************************************/

.pro_box2 {
    width: 22.5%;
    margin: 0 1% 25px; 
    display: inline-table;
}

figure{
	position:relative;
}

.pro_box2 p{
	font-size:15.5px;
	line-height:18px;
	padding:10px 5px;
	font-weight:bold;
	color:#9ac4e1;
}

.pro_box2:hover p{
	color:#2479cd;
}

.pro_box2 figure img.img-responsive{
	width:100%;
}

/*@media (max-width:991px){
	.pro_content{
		margin-top: 0;
	}	
}

@media (max-width:680px){
	.pro_box2 {
		width: 47.2%;
		margin: 0 1% 25px;
	}
}

@media (max-width:400px){
	.pro_box2 {
		width: 98%;
		margin: 0 1% 15px;
	}
}
*/


/*------------hover zoom-----------*/

.img-content{
	overflow: hidden;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.pro_box2:hover .img-content{
	border:3px solid #0054a6;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.tab-content { margin-top:20px;}