﻿.w-container {
    margin: 0 auto;
    width: 1200px;
}

.w {
    width: 1360px;
    margin: 0 auto;
}

/* .w-header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
} */
.w-header {
    width: 100%;
    /* height: 50px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-sizing: border-box;
    /* padding: 0 20px; */
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  }
  .header_text {
    padding: 5px 100px;
    display: flex;
    justify-content:center;
    background-color: #f29512;
    font-size: 16px;
    color: #fff;
  }
  .header_text div {
      margin-right: 20px;
  }
  .header_text span{
      cursor: pointer;
  }

.w-header .w {
    width: min-1200px;
}

.w-header .logo {
    display: block;
    float: left;
}

.w-header .logo img {
    height: 50px;
}

.w-header .header-fl {
    float: left;
    height: 30px;
    margin-top: 10px;
}

.w-header .header-fl li {
    float: left;
    color: #333;
    font-size: 14px;
    margin-left: 40px;
    cursor: pointer;
    line-height: 30px;
}

.w-header .header-fl li .item {
    color: #333;
    display: inline-block;
    height: 27px;
}

.w-header .header-fl .line {
    display: none;
    width: 15px;
    height: 2px;
    background: #BB2828;
    position: relative;
    /* left: 50%;
    top: 8px; */
    left: 24%;
    top: 28px;
}

.w-header .header-fl .active .item {
    border-bottom: 2px solid #BB2828;
}

.w-header .header-fl li:hover .list {
    display: block;
}

.w-header .header-fl li .list {
    display: none;
    width: 120px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.w-header .header-fl li .list .listItem {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 10px;
}

.w-header .header-fl li .list .listItem:hover {
    background-color: #BB2828;
    color: #fff !important;
}

.w-header .header-fr {
    float: right;
    height: 20px;
    margin-top: 15px;
    display: flex;
}

.w-header #header_notLogin,
.w-header #header_login {
    display: none;
}

.w-header #header_notLogin .btnBox a {
    float: left;
    display: inline-block;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

.w-header #header_notLogin .btnBox a:nth-child(1) {
    color: #fff;
    background-color: #BB2828;
    border: 1px solid #BB2828;
}

.w-header #header_notLogin .btnBox a:nth-child(2) {
    color: #BB2828;
    background-color: #fff;
    border: 1px solid #BB2828;
}

.w-header .linkBox {
    border-left: 1px solid #CBCBCB;
    margin-left: 20px;
    box-sizing: border-box;
    padding-top: 1px;
}

.w-header .linkBox a {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    float: left;
    margin-left: 15px;
}

.w-header #header_login {
    font-size: 14px;
    height: 26px;
    margin-top: 12px;
}

.w-header #header_login .leftImg {
    display: block;
    height: 26px;
    cursor: pointer;
}

.w-header #header_login .linkBox a {
    line-height: 26px;
}

.w-header #header_login .linkBox a span {
    color: #BB2828;
    margin-left: 3px;
}

/*尾部*/
.footer-pz {
    width: 100%;
    display: block;
}

.footer-logo {
    width: 206px;
    height: 39px;
    background: url(/images/foot-logo.png) no-repeat;
}