/*首页产品*/
.i_shop {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-top:15px;
}
.i_shop .row {
	padding: 15px;
	overflow: hidden;
}
.i_shop .row figure {
	width: 24%;
	float: left;
	border:1px solid #f5f5f5;
}
@media screen and (min-width:1100px){
.i_shop .row figure {
margin-right:1.3%;
margin-bottom:15px;
}
.i_shop .row figure:nth-child(4n){
margin-right:0;
}
}
@media screen and (max-width:479px){
.i_shop .row figure{
width:48%;
margin-right:4%;
margin-bottom:15px;
}
.i_shop .row figure:nth-child(2n){
margin-right:0;
}
}
.i_shop .row figure a {
	display: block;
}
.i_shop .row figure img {
	width: 100%;
	height: 100%;
}
.i_shop .row figcaption {
	color:#fff;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background: #5f94ca;
}
@media screen and (max-width:479px){
.i_shop .row figcaption {
height:30px;
line-height:30px;
font-size:12px;
overflow: hidden;
}
}
/*品牌介绍*/
.i_about {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}
.i_about .left_info {
	width: 45%;
	float: left;
	background: #fff;
	padding: 15px;
}
.i_about .left_info .tit {
	width: 100%;
	float: left;
}
.i_about .left_info .tit em {
	width: 100%;
	color: #555;
	font-weight: normal;
	float: left;
	display: block;
	font-size: 25px;
	margin-top: 2px;
}
.i_about .left_info .tit span {
	color: #cbcbcb;
	float: left;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.i_about .left_info p {
    width:100%;
    float:left;
	margin-top: 12px;
	line-height: 2.1;
	color: #888;
	text-align: justify;
	font-size: 14px;
}
.i_about .left_info a {
	display: block;
	margin: 30px auto 0;
	text-align: center;
	width: 150px;
	height: 32px;
	line-height: 32px;
	color: #666;
	border: 1px dashed #cccccc;
	font-size: 14px;
	transition: all 0.2s;
}
.i_about .left_info a:hover{
	color:#fff;
	background:#0092dd;
	border:none;
}
.i_about .r_img {
	width: 55%;
	float: right;
}
.i_about .r_img img {
	width: 100%;
	height: 100%;
}
/*首页新闻*/
.i_news {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}
.i_news .tit {
	width: 100%;
	height: 30px;
}
.i_news .tit em {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #0092dd;
}
.i_news .tit a {
	float: right;
	font-size: 12px;
	color: #777;
}
.i_news .news_l {
	width: 58%;
	float: left;
	background: #fff;
	padding: 15px;
}
.i_news ul {
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	margin-top: 5px;
}
.i_news .news_l ul li {
	width: 100%;
	border-bottom: 1px dashed #E6E6E6;
padding: 10px 0;
margin-bottom: 10px;
cursor: pointer;
}
.i_news .news_l ul li:hover {
	box-shadow: 0 0 6px 3px #f5f5f5;
}
.i_news .news_l ul li:last-child{
border:none;
}
.i_news .news_l ul li a {
	display: block;
	font-size: 16px;
}
.i_news .news_l span {
	font-size: 13px;
	margin-top: 10px;
display: block;
line-height: 26px;
}
.i_news .news_r {
	width: 40%;
	float: right;
	background: #fff;
	padding: 15px;
}
.i_news .news_r ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #D0D0D0;
	cursor: pointer;
}
.i_news .news_r ul li:last-child{
border:none;
}
.i_news .news_r ul li a {
width: 70%;
height: 35px;
overflow: hidden;
display: inline-block;
}
.i_news .news_r ul li small {
float: right;
font-size: 0.9rem;
}
/*友情链接*/
.link {
	width: 100%;
	background: #fff;
	margin-top: 15px;
	padding: 15px;
}
.link span {
	font-size: 13px;
}
.link i {
	padding-right: 5px;
}
.link a{color: #ccc;font-size:13px;padding-right: 5px;}
/*banner*/
.lubo {
	width: 100%;
	min-width: 1000px;
	clear: both;
	position: relative;
	height: 500px;
}
@media screen and (max-width:479px){
.lubo{
min-width:auto;
height: 200px;
}
}
.lubo_box {
	position: relative;
	width: 100%;
	height: 500px;
}
@media screen and (max-width:479px){
.lubo_box {height:200px;}
}
.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	opacity: 0;
	filter: alpha(opacity=0);
}
@media screen and (max-width:479px){
.lubo_box li {
height:200px;
}
}
.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:991px){
.lubo_box li a {
	background-size:cover !important;}
}
.lubo_box li img {
	width: 100%;
	height: 500px;
}
@media screen and (max-width:479px){
.lubo_box li img {
	height: 200px;
}
}
/*圆点*/
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.cir_box li {
	float: left;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cir_on {
	background: #000 !important;
}
.lubo_btn {
	display: none;
}
@media screen and (max-width:1199px) {

}
@media screen and (max-width:991px) {
.link{
display:none;
}
.i_about .left_info .tit span{
font-size:26px;
}
.i_about .left_info a{margin-top:0;}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:479px) {
.i_about{height:auto;}
.i_about .left_info{width:100%;}
.i_about .r_img{width:100%;}
.i_news .news_l{width:100%;}
.i_news .news_r{width:100%;margin-top:10px;}
.lubo{height:200px;}
.lubo_box{height:200px;}
.lubo_box li{height:200px;}
}
