.common-title{
	width: 100%;
	height: 70px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}
.common-title img{
	position: absolute;
	top:50%;
	margin-top: -5px;
}
.common-title .title-cname{
    text-align: center;
}
.common-title .title-cname a{
	font-size: 28px;
    font-weight: bold;
    color: #000;
}
.common-title .title-ename{
	font-size: 16px;
    color: #666666;
    text-align: center;
}





.cart{
	min-width: 100%;
	height: 450px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.cart img{width:100%;height:450px;}


.cart .swiper-container{
	width: 100%;
	height: 450px;
}
.cart .swiper-container img{
	width: 100%;
	height: 450px;

}
.cart .swiper-container .swiper-slide{
	width: 100%;
	height: 450px;
}

.cart .swiper-container .swiper-slide img{
	width: 100%;
	height: 450px;

}




.i_pro{width:100%; }

.i_pro_l{ margin:10px auto 0; }
.i_pro_l ul{width:900px;}
.i_pro_l li{width:280px; margin-right:5px; margin-left:10px;margin-bottom:22px; display:inline-block;}
.i_pro_l li i{width:280px; height:218px; display:block; overflow:hidden; }
.i_pro_l li i img{width:280px; height:218px;}
.i_pro_l li  i img:hover{transform: scale(1.1, 1.1);}
.i_pro_l li span{ display:block; width:280px; height:30px; margin-top:7px; padding:15px 0; color:#255ba7; font-size:16px; font-weight:bold;overflow:hidden; text-align:center; }
.i_pro_l li a:hover span{ background:#255ba7; color:#FFF;}





.hf{
	width:100%;
	height:152px;
	background:url('../images/hf.jpg') center top no-repeat;
    background-size:cover;
    margin-bottom: 30px;
}

.main{
	width: 100%;
	height: 900px;
}
.main .main-ul{
	width: 100%;
	height: 900px;
}
.main .main-ul .main-list{
	width: 100%;
	height: 300px;
}
.main .main-ul .main-list .main-lf{
	float: left;
	width: 600px;
	height: 100%;
}
.main .main-ul .main-list .ltop{
	width: 100%;
	height: 70px;
	
	margin-top: 20px;
}
.main .main-ul .main-list .ltop .shuzi{
	float: left;
	width: 70px;
	height: 70px;
	background: #1e50ae;
	border-radius: 4em;

	text-align: center;
	font-size: 40px;
	color:#fff;
	font-weight: 700;
	line-height: 70px;
}


.main .main-ul .main-list .main-rf{
	float: right;
	width: 600px;
	height: 100%;
}
.main .main-ul .main-list .main-rf img{
	float: right;
	width: 446px;
	height: 271px;
}
.main .main-ul .main-list .main-lf img{
	float: left;
	width: 446px;
	height: 271px;
}




.product{
    width: 100%;
    height: 350px;
   
}
.product .product-content{
    width: 100%;
    height: 264px;
}
.product .product-content #div1{
    width: 100%;
    height: 264px;
    overflow:hidden;
    position:relative;
}
.product .product-content .product-ul{
    width: 2400px;
    height: 264px;
    position:absolute;
    top:0;
    left:0;
}
.product .product-content .product-ul .product-list{
    /*margin-top:23px;*/
    margin-right:20px;
    float:left;
    width: 280px;
    height: 264px;
    border:1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.product .product-content .product-ul .product-list img{
    width: 280px;
    height: 234px;
    transition-duration: 1s;
}
.product .product-content .product-ul .product-list img:hover{
    transform: scale(1.1, 1.1);
}
.product .product-content .product-ul .product-list .product-name{
    text-align: center;
    line-height:40px;
    display:block;
    width: 280px;
    height: 40px;
}
.product .product-content .product-ul .product-list .product-name a{
    font-size:14px;
    color:#333;
}

