﻿@charset "utf-8";
/*=====================header===================================*/
body{background: #a45421;}
.header{width: 100%;height: auto;margin-bottom: 15px; overflow: hidden;}
/*店名*/
.header-top{width: 100%; height: 140px; text-align: center; background: url("../images/header-bg.jpg") center center; overflow: hidden;}
.header-top>img{width: 290px; height: 92px;padding-top:31px; }
/*导航*/
.header-nav{width: 100%; height: 47px; background: url("../images/nav-bg.jpg") center center; overflow: hidden;}
.nav{width: 1000px; height: 47px; line-height: 47px; margin: 0 auto; overflow: hidden;}
.nav>li{float: left; margin: 0 28px;}
.cnav>li{float: left; margin: 0 35px;}
.nav>li>a{ display: inline-block; font-size: 14px; color: #fff;}
.nav>li.last-nav>a{color: #e28244; font-family: "宋体";}
.nav li:hover a{color: #CB5E1A;}
/*搜索栏*/
.header-search{width: 100%; height: 52px; background: url("../images/search-bg.jpg"); overflow: hidden;}
.search{width: 1000px; height: 31px; margin: 11px auto 0 auto; overflow: hidden;}
.search_fl{ height: 31px; overflow: hidden;}
.search_fl span{display: inline-block; float: left; line-height: 31px; margin-left: 25px; color: #838383;}
.search_fl input{ border:none; outline: none;}
.search_fl input[type="text"]{float: left;width: 198px; margin:0 10px; height: 29px;line-height: 29px;  text-indent: 10px; border:1px #d9d9d9 solid;}
.search_fl input[type="submit"]{ width: 89px; height: 30px; color: #fff; background: url("../images/search.jpg") no-repeat;cursor: pointer;}
.search_fr{ margin-right: 20px; height: 31px; line-height: 31px;}
.search_fr a{font-size: 14px; color: #000; margin:0 10px;}
.search_fr .fc_black{color: #858585;}
/*=====================header   END===================================*/
/*======================底部 footer==============================================*/
.footer{width: 100%; height: 108px; margin-top: 15px; background: #000; overflow: hidden;}
.footer-main{width: 1000px; height: 100%; margin: 0 auto; overflow: hidden;}
.footer_fr{ margin-top: 25px; overflow: hidden;}
.footer_fr ul{height: 24px; line-height: 24px; overflow: hidden;}
.footer_fr ul li{display: inline-block; color: #737373; margin: 0 0px 0 10px;}
.footer_fr li.last-a a{color: #e47731;font-family: "宋体";}
.footer_fr ul li:hover a{color: #fff;}
.footer_fr p{line-height: 18px; font-size: 14px; color: #eaeaea; text-align: right; margin-right: 0px; margin-top: 5px;}
.footer_fr p span{margin-left: 20px;}
.footer_fr p a{color: #fff; margin-left: 10px;}
/*======================底部 footer END==============================================*/
/*===============主体 左侧栏目公共区======================*/
.wrap{width: 1000px;height: auto; margin: 0 auto; overflow: hidden;}
/*左侧*/
.wrap_fl{width: 243px; min-height: 633px; background: #141414; overflow: hidden;}
.wrap_fl>i{display: block; width: 100%; height: 90px; background: url("../images/product.jpg") center center;}
.product{width: 217px; height: auto; margin: 0 auto;overflow: hidden;}
.pro_cen{text-align: center;}
.product li{margin-top: 10px; padding: 14px 15px 18px 21px; border-bottom: 1px #525252 dashed;}
.product li.no-border{border-bottom: 0;}
.product li a{display: block; font-size: 14px; line-height: 18px; color: #fff; }
.product li:hover a,.product li.curr a{color: #CB5E1A;}
/*右侧*/
.wrap_fr{width: 747px; height: auto; overflow: hidden;}
/*分页*/
nav{ display: block; height: auto; overflow: hidden; box-sizing:border-box; margin-top: 40px;}
.page{ padding-left: 0;margin: 15px auto 0px auto;text-align: center;list-style: none;}
.page>ul>li{ display: inline-block;}
.page>ul>li>a,.page .pgEmpty,.page .pgCurrent {display: inline-block;padding: 4px 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 3px;}
.page .pgCurrent{background-color: #337ab7;border: 1px solid #337ab7;cursor: default;z-index: 2;color: #fff;}
.page>ul>li>a:hover {z-index: 2;color: #fff;background-color: #337ab7;border-color: #337ab7;}