﻿/*end top-slider*/
.main-slider
{	
	margin: 0 auto;
	position: relative;
	height: 260px;
	margin-top: 10px;
}
.main-slider-product
{	
	overflow: hidden;
	margin: 0 auto;
}

.main-slider-s
{
	width: 99.8%;
	position: relative;
	background: #FFF;
}
.main-slider-s h2
{
	font-size: 17px;
	text-transform: uppercase;
	background: #f0f0f0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-radius: 5px 5px 0 0;
	width: 255px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
}
.main-slider-content
{
	margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 21px;
    padding-top: 10px;
    width: 98.2% !important;
}
.previous-web
{
	background: url(../../public/images/back.png) left top no-repeat;
    right: 45px;
    position: absolute;
    bottom: 8px;
    width: 26px;
    z-index: 10;
    height: 26px;
}
.previous-web:hover
{
	cursor: pointer;
}
.next_web
{
	background: url(../../public/images/next.png) left top no-repeat;
    right: 8px;
    position: absolute;
    bottom: 8px;
    width: 27px;
    z-index: 10;
    height: 26px;
}
.next_web:hover
{
	cursor: pointer;
}
.main-slider-content ul li
{
	float: left;
	width: 292px !important;
	min-height: 240px;
	text-align: left;
	position: relative;
}
.img-main-slider
{	
	width: 100%;
	padding: 10px 10px 0 10px;
	overflow: hidden;	
	position: relative;
	z-index: 100;
	text-align: center;
    max-height:154px;
}
.img-main-slider img{
	width: 100%;
}
.news4title{
	font-weight: normal;
	font-size: 13px;
	padding: 10px;
}


.img-main-slider:hover .hover
{
	display: block;
}
.img-main-slider .hover
{
	display: none;
	background: url(hover.png) left top repeat; 
	height: 275px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.main-slider-content h3 
{
	margin-top: 5px;
	width:99%;
}
.main-slider-content h3 a
{
	font-size: 13px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.main-slider-content h3 a:hover
{
	color: #de0a0a;
}
.price-product
{
	font-size: 15px;
	color: #e60000;
	font-weight: normal;
}
/* end slider-product*/
.bottom-main-box
{
	width: 1000px;
	border: 1px solid #ccc;
	background: white;
	margin-top: 25px;
}
.bottom-main-product
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	position: relative;
	z-index: 0;
}

.img-bottom-main
{
	border: 1px solid #CCCCCC;
    float: left;
    height: 87px;
    margin-right: 10px;
    overflow: hidden;
    width: 94px;
}
.bottom-main-content ul li
{
	width: 195px;
	float: left;
}
.name-product
{
	line-height: 20px;
}
.name-product a
{
	font-size: 12px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.name-product a:hover
{
	color: #DE0A0A;
}
.previous-bottom
{
	background: url(../../public/images/icon_back.png) left top no-repeat;
    left: -22px;
    position: absolute;
    top: 63px;
    width: 26px;
    z-index: 10;
    height: 26px;
}
.previous-bottom:hover
{
	cursor: pointer;
}
.next_bottom
{
	background: url(../../public/images/next.png) left top no-repeat;
    left: 1003px;
    position: absolute;
    top: 63px;
    width: 27px;
    z-index: 10;
    height: 26px;
}
.next_bottom:hover
{
	cursor: pointer;
}


.main-slider-s .slick-prev{
	left: -2px;
    margin-top: -30px;
    background-color: #12566e;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    z-index: 10;
}

.main-slider-s .slick-next{
	right: -2px;
    margin-top: -30px;
    background-color: #12566e;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.main-slider-s .slick-prev:before, .main-slider-s .slick-next:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-slider-s .slick-prev:hover, .main-slider-s .slick-prev:focus, 
.main-slider-s .slick-next:hover, .main-slider-s .slick-next:focus {
    color: #FFF;
    outline: none;
    background: #117497;
}