
/* 导航 */
.header{
	width: 100%;
	height: 80px;
	background: #1e1e1e;
	position: relative;
}
.header .header-center{
	width: 1500px;
	margin: 0 auto;
}
.header .header-center .logo{
	width: 275px;
	line-height: 80px;
	/* margin-left: 260px; */
}
.header .header-center .shop{
	/* margin-right: 135px; */
	width: 140px;
	height: 40px;
	margin-top: 20px;
	border-radius: 40px;
	border: 2px solid #fff;
	padding-left: 13px;
}
.header .header-center .shop>a{
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: url(../images/shop.png) no-repeat left center;
	background-size: 24px 22px;
	padding-left: 35px;
}
.header .header-center .menu{
	margin-right: 100px;
	height: 80px;
}
.header .header-center .menu .nav{
	height: 100%;
}
.header .header-center .menu .menu-li>a{
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	/* font-weight: bold; */
}
.header .header-center .menu .menu-li>a:hover{
	color: #00deff;
}
.header .header-center .menu .menu-li{
	margin: 0 15px;
	font-size: 16px;
}
.header .header-center .menu .menu-li .aside{
	transition: max-height .4s;
	z-index: 999;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	background-color: rgba(0,0,0,.6);
	height: 150px;
}
.header .header-center .menu .hover-menu:hover .aside{
	max-height: 150px;
}

.header .header-center .menu .menu-li .aside>ul{
	height: 150px;
	padding-top: 33px;
}
.header .header-center .menu .menu-li .aside>ul li{
	padding-top: 2px;
	display: inline-block;
	margin: 0 30px;
	width: 90px;
	height: 90px;
}
.header .header-center .menu .menu-li .aside>ul li:hover{
	background: #646464;
}
.header .header-center .menu .menu-li .aside>ul li img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.header .header-center .menu .menu-li .aside>ul li p{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}


.header .header-center .shop .aside{
	transition: max-height .4s;
	z-index: 999;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	background-color: rgba(0,0,0,.6);
	height: 150px;
}
.header .header-center .shop .aside ul{
	height: 100%;
	margin-right: 44px;
}
.header .header-center .shop .aside ul li{
	padding: 0 7px;
	line-height: 150px;
	position: relative;
}
.header .header-center .shop .aside ul li a img{
	height: 70px;
}
.header .header-center .shop .aside ul li::after{
	content: "";
	display: block;
	width: 1px;
	height: 58px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
}
.header .header-center .shop .aside ul li:last-child::after{
	display: none;
}
.header .header-center .shop:hover .aside{
	max-height: 150px;
}
/* 导航 end */



/* 公共底部 */
.footer{
	width: 100%;
	background: #29292c;
}
.footer .footer-center{
	width: 1255px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 10px;
}
.footer .footer-center .footerf1{
	width: 290px;
}
.footer .footer-center .footerf1 .footer-logo{
	width: 150px;
}
.footer .footer-center .footerf1>img{
	width: 150px;
}
.footer .footer-center .footerf1 div{
	margin-top: 15px;
}
.footer .footer-center .footerf1 div p{
	font-size: 21px;
	color: #fff;
}
.footer .footer-center .footerf1 div span
{
	font-size: 14px;
	line-height: 18px;
	color: #a4a4a5;
	display: block;
	width: 195px;
	margin-top: 23px;
	font-weight: lighter;
}
.footer .footer-center .footerf2{
	margin-left: 30px;
}

.footer .footer-center .footerf2 .nav{
	display: inline-block;
	margin: 0 25px;
}
.footer .footer-center .footerf2 .nav>p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}
.footer .footer-center .footerf2 .nav>p>a{
	font-size: 16px;
	color: #fff;
}

.footer .footer-center .footerf2 .nav ul li a{
	font-size: 13px;
	color: #a4a4a5;
	line-height: 24px;
}
.footer .footer-center .footerf2 .nav ul li:hover a{
	color: #fff;
}


.footer .footer-center .footerf3{
	width: 220px;
	margin-top: 45px;
}
.footer .footer-center .footerf3>div{
	width: 110px;
}
.footer .footer-center .footerf3>div img{
	display: block;
	width: 93px;
	margin: 0 auto 5px;
}
.footer .footer-center .footerf3>div p{
	font-size: 13px;
	color: #fff;
	text-align: center;
}


.footer .footer-center .footer-b{
	margin: 40px auto 0;
	width: 1180px;
	border-top: 1px solid #4b4b4d;
}
.footer .footer-center .footer-b p{
	line-height: 42px;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
	color: #d5d5d5;
}
/* 公共底部 end*/







/* 导航条 */
.small-nav{
	width: 100%;
	height: 73px;
	border-bottom: 1px solid #6a6a6a;
}
.small-nav .nav-center{
	width: 1200px;
	margin: 0 auto;
	line-height: 73px;
}
.small-nav .nav-center .smMap{
	margin-left: 20px;
}
.small-nav .nav-center .smMap p{
	font-size: 12px;
	color: #686868;
	background: url(../images/home.png) no-repeat left center;
	background-size: 13px 15px;
	padding-left: 20px;
}
.small-nav .nav-center .smMap p>a{
	color: #686868;
}
.small-nav .nav-center .smNav ul li{
	padding: 0 10px;
}
.small-nav .nav-center .smNav ul li>a{
	font-size: 14px;
	color: #686868;
	display: block;
	width: 100%;
	height: 100%;
}
/* 导航条 end*/


.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ellipsis-s{
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}









/* 分页 */
.pglist{
	text-align: center;
	margin-top: 45px;
}
.pglist>.tcdPageCode li{
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 0 8px;
}
.pglist>.tcdPageCode li a{
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 36px;
	color: #000;
}
.pglist>.tcdPageCode li .current{
	border-radius: 5px;
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #000;
	color: #fff;
}
.pglist>.tcdPageCode li:nth-last-child(2){
	width: 60px;
}
.pglist>.tcdPageCode li:nth-child(2){
	width: 60px;
}
.pglist>strong{
	display: inline-block;
	width: 36px;
	height: 36px;
}
/* 分页 end*/


.smNav ul li:hover{
	background-color: #00deff;
}