@charset "UTF-8";

/*css-reset*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
em,
img,
q,
strong,
b,
i,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
input,
button,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
td,
th,
canvas,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0 none;
    box-sizing: border-box;
}

body,
html,
#wrapper {
    height: 100%;
    min-width: 960px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif, serif;
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover {
    color: #f00;
}

input,
button {
    border: none;
}

button {
    cursor: pointer;
}

.clearfix {
    content: "";
    clear: both;
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fa {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*顶部导航*/

.topper {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.top-left {
    float: left;
    cursor: default;
}

.top-right {
    float: right;
}

.top-right li {
    padding-left: 15px;
    float: left;
}

.top-right li span {
    color: #f00;
}

.fa-caret-down {
    margin-left: 5px;
}

.fa-shopping-cart {
    font-size: 16px;
    color: #f00;
    margin-right: 5px;
}


/*头部导航*/

.header,
.head {
    width: 100%;
    float: left;
    background-color: #fff;
}

.header-bottom {
    width: 100%;
    float: left;
}

.header-top {
    padding-top: 5px;
    position: relative;
}

.head-logo {
    width: 25%;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
}

.head-logo img {
    width: 100%;
    float: left;
}

.address {
    position: absolute;
    left: 32%;
    bottom: 15px;
    z-index: 99;
    top: 40px;
}

.address-fl {
    width: 100%;
    float: left;
}

.address-all {
    font-size: 16px;
    font-weight: bold;
    color: #f00;
    display: inline-block;
    margin-right: 3px;
}

.address-area {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.fa-unsorted {
    font-size: 16px;
    color: #999;
    line-height: 21px;
}

.address-click {
    width: 400px;
    border: 3px solid #ebebeb;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 999;
    display: none;
}

.address-click li {
    padding: 0 20px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #666;
}

.address-click li a {
    color: #666;
}

.address-click li a:hover {
    text-decoration: underline;
    color: #a00;
}

.header-phone {
    width: 23%;
    float: right;
}

.header-phone img {
    width: 275px;
    margin-top: 8px;
    height: 57px;
}

.header-phone p {
    color: #666;
}

.head-bold {
    font-size: 32px;
    font-weight: bold;
    color: #f00;
}


/*网站导航部分*/

.header-bottom {
    background-color: #f00;
    border-bottom: 1px solid #a00;
}

.head-all {
    position: relative;
}

.head-all-title {
    width: 19%;
    height: 40px;
    /*	margin-right: 1%;*/
    background-color: #e00;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: left;
}

.head-border {
    width: 100%;
    height: 40px;
    overflow: hidden;
    float: left;
    background: url(../img/nav.jpg) no-repeat right;
}

.fa-list,
.head-all-title p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    float: left;
}

.head-all-title:hover .fa-list,
.head-all-title:hover p {
    color: #fff;
}

.fa-list {
    padding-left: 25%;
    margin-top: 2px;
    float: left;
}

.head-all-title p {
    margin-left: 20px;
    float: left;
    font-weight: bold;
}

.head-all-classify {
    width: 25%;
    height: 450px;
    z-index: 999;
    position: absolute;
    top: 40px;
    display: none;
}

.cloth,
.cloth-tit {
    width: 100%;
    height: 100px;
    display: inline-block;
    float: left;
}

.cloth-tit p {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 100px;
    padding: 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #999;
    line-height: 100px;
    cursor: pointer;
}

.cloth-tit a {
    color: #999;
}

.cloth-tit a:hover {
    color: #a00;
}

.cloth-tit .last {
    border-bottom: none;
}

.cloth:hover {
    background-color: #fff;
    border-left: 2px solid #a00;
}

.cloth:hover dl {
    cursor: pointer;
}

.cloth:hover .cloth-tit p {
    border-bottom: none;
    color: #000;
}

.classify-more {
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: #d00;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    float: left;
}

.classify-dl {
    width: 100%;
    position: relative;
}

.cloth-con {
    width: 900px;
    height: 452px;
    background-color: #fff;
    display: inline-block;
    border-top: 2px solid #f25501;
    border-right: 2px solid #f25501;
    border-bottom: 2px solid #f25501;
    position: absolute;
    top: -2px;
    left: 100%;
    display: none;
}

.cloth-con ul {
    width: 858px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    color: #666;
    margin: 10px 0 0 20px;
    padding-bottom: 10px;
    float: left;
}

.cloth-con li {
    margin: 0px 10px 0px 0;
    padding-right: 10px;
    float: left;
}

.cloth-con b {
    color: #000;
}

.cloth-con a {
    color: #666;
}

.cloth-con a:hover {
    color: #f00;
}

.cloth-con dd:last-child {
    border-right: none;
}


/*导航条*/

.head-nav {
    width: 75%;
    float: left;
}

.head-nav ul {
    width: 113%;
    float: left;
}

.head-nav li {
    width: 14.2%;
    float: left;
    font-size: 14px;
    background: url(../img/nav.jpg) no-repeat right;
}

.head-nav li:last-child {
    background-image: none;
}

.head-nav,
.head-nav li a {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #fff;
}

.head-nav li a {
    width: 80%;
    padding: 0 10%;
    margin: 5px 0;
    text-align: center;
}

.head-nav {
    padding: 0;
}

.head-nav li a:hover {
    background-color: #620000;
    color: white;
    font-weight: bold;
    height: 42px;
    margin: 0px 0;
    line-height: 37px;
}

.head-nav .active {
    color: #fff;
    font-weight: bold;
}


/*.web{
	position: relative;
}
.web-nav{
	width: 500px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	top: 35px;
	right: -200px;
	display: inline-block;
	border: 1px solid #ebebeb;
	display: none;
}
.web-nav dl{
	padding: 0 30px;
	margin: 15px 0;
	border-right: 1px dashed #ccc;
	float: left;
}
.web-nav dl:last-child{
	border-right: none;
}

.web-nav dt{
	line-height: 30px;
	font-size: 14px;
	color: #000;
	cursor: default;
}
.web-nav dd{
	line-height: 30px;
	color: #999;
	cursor: pointer;
}
.web-nav a{
	color: #999;
}
.web-nav a:hover{
	color: #f00;
}*/


/*尾部文件*/

.footer {
    width: 100%;
    float: left;
}

.foot {
    width: 100%;
    float: left;
    background-color: #666;
    padding: 30px 0;
    color: #fff;
}

.foot-con {
    width: 65%;
    float: left;
}

.foot-con dl {
    width: 20%;
    float: left;
}

.foot-con dt {
    font-size: 16px;
    padding-bottom: 10px;
    cursor: default;
}

.foot-con dd {
    line-height: 30px;
}

.foot-con dd a {
    color: #ebebeb;
}

.foot-right {
    width: 35%;
    float: left;
}

.foot-saoma {
    width: 40%;
    float: left;
}

.foot-saoma p {
    font-size: 16px;
    padding-bottom: 10px;
}

.foot-con-right {
    width: 60%;
    float: left;
    font-size: 16px;
    cursor: default;
}

.foot-icon {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.faicon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
}

.foot-icon p {
    font-size: 16px;
    /*line-height: 16px;*/
}

.foot-icon em {
    font-size: 12px;
    line-height: 12px;
    color: #ccc;
    font-style: normal;
    display: inline-block;
}

.foot-bottom {
    width: 100%;
    float: left;
    height: 50px;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    cursor: default;
}

.foot-bottom p {
    color: #fff;
}

.foot-saoma img {
    width: 50%;
    margin-right: 50%;
}


/*#shc{
width:300px;
float: left;
padding:0 0 0 20px;
color: #f00;
}*/