/*
 * iweb23-style011
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 01
 */


/* + productWrap
*----------------------------------------------------------------------------*/
#productWrap ,
#hotProduct {
	overflow: hidden;
	padding: 50px 0;
	background: #111;
}

#productWrap .bd ul li {
	overflow: hidden;
	padding: 0 60px;
}

#productWrap .bd ul li .productImg {
	float: left;
	width: 20%;
}

#productWrap .bd ul li .productImg a {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

#productWrap .bd ul li .info {
	float: right;
	width: 75%;
}

#productWrap .bd ul li .info h3 a {
	overflow: hidden;
	height: 29px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: block;
	color: #e71a1f;
    font-size: 24px;
}

#productWrap .bd ul li .info p {
	margin-top: 15px;
    color: #808080;
	line-height: 24px;
	font-size: 13px;
}


/* + hotProduct
*----------------------------------------------------------------------------*/
#hotProduct {
	padding: 70px 0 0;
	background: url(../../images/11/index/img-productBg.jpg) no-repeat 0 0;
	background-size: cover;
}

#hotProduct h3 ,
#hotProduct p ,
#newsWrap h3 {
    color: #e71a1f;
    font-size: 26px;
	text-align: center;
}

#hotProduct p {
	margin: 10px 0 100px;
    color: #FFF7F7;
    font-size: 13px;
}

#hotProduct ul {
	overflow: hidden;
}

#hotProduct ul li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 25%;
}

#hotProduct ul li .productImg a.photo {
	height: 304.5px;
	background-size: 100% auto;
}

#hotProduct ul li:first-child .productImg a ,
#hotProduct ul li:nth-child(2) .productImg a {
	height: auto;
	background-size: auto 100%;
}

#hotProduct ul li a.photo:hover {
	background-size: 120% auto;
}

#hotProduct ul li:first-child .productImg a:hover ,
#hotProduct ul li:nth-child(2) .productImg a:hover {
	background-size: auto 120%;
}

#hotProduct ul li .info {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: -1000px;
	z-index: 10;
	transition: all 0.4s ease-in-out 0s;
}

#hotProduct ul li:hover .info {
	top: 0;
}

#hotProduct ul li:hover .info a {
	position: absolute;
	width: 100%;
	display: block;
	top: 45%;
}

#hotProduct ul li:hover .info a h4 ,
#hotProduct ul li:hover .info a p {
	text-align: center;
	color: #e71a1f;
}

#hotProduct ul li:hover .info a p {
	color: #b7b7b7;
}

#hotProduct .more {
	color: #585858;
	background:#141414;
}

#hotProduct .more p {
	margin: 0;
	padding: 60px 0;
	font-size: 20px;
}

#hotProduct .more:hover ,
#hotProduct .more:hover a {
	background: #e71a1f;
	color: #fff;
}


/* + newsWrap
*----------------------------------------------------------------------------*/
#newsWrap {
	overflow: hidden;
	padding: 80px 0;
	background: url(../../images/11/index/img-newBg.jpg) no-repeat 0 0;
	background-size: cover;
}

#newsWrap h3 {
	margin-bottom: 30px;
}

#newsWrap ul li {
	overflow: hidden;
}

#newsWrap ul li .time ,
#newsWrap ul li .info {
	margin: 30px 0;
	width: 39%;
	float: left;
	margin-right: 1%;
}

#newsWrap ul li .time p ,
#newsWrap ul li .time b {
	color: #dcdcdc;
    font-size: 60px;
    line-height: 50px;
    text-align: right;
}

#newsWrap ul li .time b {
	display: block;	
    font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

#newsWrap ul li .info {
	margin-left: 1%;
	margin-right: 0;
	width: 59%;
}

#newsWrap ul li .info h4 a {
	font-size: 18px;
}

#newsWrap ul li .info p {
	color: #666;
	font-size: 16px;
}

#newsWrap .more {
	margin-top: 30px;
	text-align: center;
}

#newsWrap .more a {
	padding: 10px 100px;
	display: inline-block;
	border: 1px #EB171B solid;
	border-radius: 50px;
	font-size: 18px;
}

#newsWrap .more a:hover {
	background: #EB171B;
	color: #fff;
}

#newsWrap .more a i {
	margin-left: 20px;
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#hotProduct ul li {
		width: 33.33%;
	}
	#hotProduct ul li .productImg a.photo {
		height: auto;
		background-size: auto 100%;
	}
	#hotProduct ul li .productImg a.photo:hover {
		background-size: auto 120%;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#productWrap .bd ul li .productImg {
		width: 30%;
	}
	#productWrap .bd ul li .info {
		width: 60%;
	}
	#productWrap .bd ul li .info p {
		overflow: hidden;
		height: 95px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
   	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#productWrap .bd ul li .productImg {
		width: 40%;
	}
	#productWrap .bd ul li .info {
		width: 55%;
	}
	#newsWrap ul li .time {
		width: 29%;
	}
	#newsWrap ul li .info {
		width: 69%;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#productWrap .bd ul li .productImg {
		display: none;
	}
	#productWrap .bd ul li .info {
		width: 100%;
	}
	#hotProduct ul li {
		width: 50%;
	}
	#newsWrap ul li .time ,
	#newsWrap ul li .info {
		margin: 15px 0;
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
	}
	#newsWrap ul li .time p ,
	#newsWrap ul li .time b {
		text-align: left;
		display: inline-block;
		font-size: 30px;
		line-height: 30px;
	}
	#newsWrap ul li .time b {
		vertical-align: middle;
	}
	#newsWrap ul li .time b:before {
		content: "-"
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#hotProduct ul li {
		width: 100%;
	}
}