
.container {
    width: 1200px;
    min-width: 1200px;
}

.container a {
    cursor: pointer;
	float: right;
}

.container a img{
  width:345px;
  height:222px
}

.category-nav {
    float: left;
    margin-left: 90px;
}

.category-nav, .category-nav > ul, .category-nav > ul > li {
    height: 100%;
}

.category-nav > ul > li {
    float: left;
    width: 100px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.category-nav > ul > li > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.category-nav > ul > li > a:hover {
    color: #d7b786;
}

.category-nav .active {
    color: #d7b786;
}

.category-nav .drop-holder {
    display: none;
    position: absolute;
    width: 100%;
    /*margin-left: -25%;*/
    padding-top: 0;
    z-index: 10;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.category-nav .drop-holder a {
    cursor: pointer;
}

.category-nav .drop-holder:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fdb713;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -9px;
}

.video-btn {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #fff;
    text-align: center;
}

.video-btn h1 {
    font-size: 60px;
    font-weight: 300;
}

.video-btn p {
    font-size: 19px;
}

.video-btn .button a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px 10px 60px;
    margin: 30px 25px 0 25px;
    display: inline-block;
    text-decoration: none;
    background: url('../img/search1.png');
    background-repeat: no-repeat;
    background-position: 30px;
}

.video-btn .button a.active {
    background-color: #d7b786;
    border-color: #d7b786;
}

.video-btn .button a:hover {
    background-color: #d7b786;
    border-color: #d7b786;
}

.category-nav .drop-holder ul {
    overflow: hidden;
    background: #fdb713;
    border-radius: 5px;
    position: relative;
}

.category-nav .drop-holder ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.category-nav .drop-holder ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    font-size: 12px;
}

.action {
    float: right;
    height: 100%;
}

.action a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.action .cart {
    background: url('../img/cart.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    padding-left: 25px;
    line-height: 50px;
    margin-right: 2em;
}

.action .login {
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 9px;
}

.action .login:hover, .action .cart:hover {
    color: #d7b786;
}

.index-new-list {
    width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:20px;
    padding: 15px 10px;
    float: left;
}

h1.category-title {
    color: #000;
    font-size: 21px;
    margin: 0;
}

h1.category-title h1 small {
    color: #555555;
}

.index-new-list > div {
    height: auto;
    overflow: hidden;
}

.index-new-list .item {
    float: left;
    margin: 25px 0 29px 20px;
    width: 31%;
	
}
.index-new-list .item a {
    float:left
}
.index-new-list .item .date {
    background: #000;
    color: #f8e3bc;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;float:left
}

.index-new-list .item .title {
    color: #000;
    display: inline-block;
      margin-left: 20px;
	  line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
}

.index-new-list .item .title:hover {
    color: #d7b786;
}
.index-new-more-btn {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 100;
    text-decoration: none !important;
}

	.sg{
font-size:18px;
text-align: center;
margin:0px auto;
width:100%;
margin-top:10px;
}

.flks-bar{
	padding: 20px 0;
	background-color: #f0f0f0;	
}
.flks-ul li{
	margin-left: 15px;
	display: inline-block;
	float: left;
	width: 390px;
	text-align: center;
}
.flks-ul li:first-child{
	margin-left: 0px;
}
.flks-ul li .txt{
	padding: 20px 0;
	text-align: center;
}
.flks-ul li .txt h3{
	padding-bottom: 5px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.flks-ul li .txt p{
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

.flks-ul li a{
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.flks-ul li a:hover{
	top: -5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
}
@media screen and (max-width:750px) {
	
	.index-new-list .item .title {
   width: 70%; 
   line-height:26px;
   height: 50px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
	.index-new-list .item {
    float: none;
    margin:0;
    width: 100%;
padding-bottom: 50px;
    margin-top: 25px;
}
.container {
    width: 100%; 
    min-width: 100%;
}
.container a {
    cursor: pointer;
 /*float: none;*/ 
}
h1.category-title {
    color: #000;
    font-size: 15px;
    margin: 0;
}
.container a img{
  width:100%;
  height:auto
}
.flks-ul li {
    margin-left: 0;
    display: inline-block;
    float: left;
    width: 100%; 
    text-align: center;
}



}