@charset "utf-8";

/* commmon */
.commmonTitle{
	margin-bottom: 30px;
}

.commmonTitle h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}

.commmonTitle p{
	font-size: 16px;
	color: #666;
	text-align: center;
}
/* commmon */

/* banner */
.banner{
	width: 100%;
	height: 600px;
	position: relative;
	margin-bottom: 60px;
}

.banner ul li{
	position: absolute;
	left: 0;
	top: 0;
	height: 600px;
	width: 100%;
	overflow: hidden;
	display: none;
	z-index: 9;
}

.banner ul li:first-child{
	display: block;
}

.banner ul li a,.banner ul li img{
	display: block;
	width: 100%;
	height: 600px;
}

.banner ul li a{
	background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px 600px;
}

.banner .bannerBtn{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 36px;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}

.banner .bannerBtn i{
	font-size: 36px;
	color: #fff;
}

.banner .bannerBtn.prev{
	left: 30px;
}

.banner .bannerBtn.next{
	right: 30px;
}
/* banner */

/* product */
.product{
	margin-bottom: 60px;
}
.products{
	width: 690px;
	height: 550px;
}

.productsBox{
	display: block;
	position: relative;
	height: 100%;
}

.productsList{
	width: 335px;
	height: 550px;
	overflow: hidden;
}

.productsImg{
	width: 100%;
	height: 100%;
}

.productsImg img{
	width: 100%;
}

.productsTxt{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #ecf7f7;
}

.productsTxt h4{
	font-size: 20px;
	font-weight: normal;
	color: #e12726;
	margin-bottom: 5px;
}

.productsTxt p{
	font-size: 14px;
	color: #d07373;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.productsListsMin{
	height: 265px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* product */

/* hotProduct */
.hot{
	margin-bottom: 60px;
}

.hotProduct .hotProducts{
	float: left;
	padding: 15px;
	width: 456px;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	position: relative;
}

.hotProduct .hotProducts .tag{
	position: absolute;
	width: 50px;
	height: 56px;
	background: url(../images/channel_tipbg.png);
	top: -7px;
	right: 13px;
}

.hotProduct .hotProducts.new .tag{
	background-position: 0;
}

.hotProduct .hotProducts.sales .tag{
	background-position: -250px 0;
}

.hotProduct .hotProducts.hotTag .tag{
	background-position: -100px 0;
}

.hotProduct .hotProducts:hover{
	box-shadow: 0 0 10px 5px #eee;
	transition: .4s;
}

.hotProduct .hotProducts:nth-child(3n+0){
	margin-right: 0;
}

.hotProduct .hotProducts .hotProductsImg{
	width: 100%;
	height: 284px;
	margin-bottom: 10px;
}

.hotProduct .hotProducts .hotProductsImg img{
	width: 100%;
	height: 100%;
}

.hotProduct .hotProducts .hotProductsTxt h4{
	color: #e12726;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hotProduct .hotProducts .hotProductsTxt p{
	font-size: 14px;
	color: #73B2D0;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	overflow: hidden;
}
/* hotProduct */


/**news style>>**/

.news {
	margin-bottom: 60px;
}

.news .news-con {
	padding-top: 20px;
}

.news .news-con .news-list {
	width: 456px;
	margin-left: 15px;
}

.news .news-con .news-list:first-child {
	margin-left: 0;
}

.news .news-con .news-list .news-title{
	height: 250px;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
}

.news .news-con .news-list .news-title h3{
	font-size: 16px;
	position: absolute;
	left: 15px;
	top: -8px;
	height: 34px;
	z-index: 999;
	padding-right: 6px;
	line-height: 34px;
	background: url(../img/news-t.png) no-repeat top right;
}

.news .news-con .news-list .news-title h3 a{
	display: block;
	background: #0080C9;
	height: 34px;
	padding: 0 10px;
	color: #fff;
	border-radius: 3px 0 0 0;
}

.news .news-con .news-list:nth-of-type(2) .news-title h3{
	background: url(../img/news-t2.png) no-repeat top right;
}

.news .news-con .news-list:nth-of-type(3) .news-title h3{
	background: url(../img/news-t3.png) no-repeat top right;
}

.news .news-con .news-list .news-title > a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news .news-con .news-list .news-title img{
	width: 456px;
	height: 250px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
}

.news .news-con .news-list .news-title:hover a img{
	transform: scale(1.2);
}

.news .news-con .news-list .news-title:hover{
	box-shadow: 0 0 12px 0 rgba(33,86,178,.28)
}

.news .news-con .news-list .news-title > div,.news .news-con .news-list .news-title > p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.news .news-con .news-list .news-title > div {
	background: #fff;
	background: rgba(255,255,255,.9);
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.news .news-con .news-list .news-title > p,.news .news-con .news-list ul li{
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
}

.news .news-con .news-list .news-title > p a,.news .news-con .news-list ul li a{
	display: block;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
}

.news .news-con .news-list .news-title > p a:hover,.news .news-con .news-list ul li a:hover{
	text-decoration: underline!important;
	color: #E22319;
}

.news .news-con .news-list .news-title > p span,.news .news-con .news-list ul li span{
    float: left;
	margin-top: 15px;
    padding: 0 5px;
    min-width: 40px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
    background: #fc7373;
    border-radius: 3px;
    vertical-align: middle;
}

.news .news-con .news-list ul li span{
	margin-top: 5px;
}

/*.news .news-con .news-list ul{
	border: 1px solid #ddd;
    border-top: 0;
}*/

.news .news-con .news-list ul li{
	line-height: 30px;    
}

.news .news-con .news-list ul li span{
	background: #eef0fa;
	color: #333;
}




/**<<news style**/