/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

textarea {
    resize: none;
}

body {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    min-width: 320px;
    color: #282828;
    -webkit-text-size-adjust: none;
    transition: all 1000ms;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    /*-webkit-transition: .4s; -o-transition: .4s; transition: .4s;*/
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #df1f26;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    border: 1px solid #ddd !important;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    border-left: 1px solid #ddd !important;
}

tr {
    border-top: 1px solid #ddd;
}

/* Lists */
ul, ol, li {
    list-style: none;
    margin-bottom: 0;
}

/* Tools */
.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.calendar {
    z-index: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.definewidth {
    width: 96%;
    margin: 0 20px;
}

.h50    {
    height: 50px; !important;
}

.ml5 {
    margin-left: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.pdt20 {
    padding-top: 20px;
}

.p22 {
    line-height: 22px;
    color: #777;
    overflow: hidden;
}

.p22 a {
    color: #a01515;
}

.w-600 {
    width: 600px;
}

.w-500 {
    width: 500px;
}

.w-400 {
    width: 400px;
}

.w-350 {
    width: 350px;
}

.w-300 {
    width: 300px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 200px;
}

.w-150 {
    width: 150px;
}

.w-140 {
    width: 140px;
}

.w-100 {
    width: 100px;
}

.w-50 {
    width: 50px;
}

.pd10 {
    padding: 10px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdl30 {
    padding-left: 30px;
}

.pdr30 {
    padding-right: 30px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mr10 {
    margin-right: 10px;
}

.mr3 {
    margin-right: 3px;
}

.clean:after, .clean:before {
    content: '';
    display: table;
}

.clean:after {
    clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.warp-container {
    width: 1500px;
    margin: 0 auto;
}

/*topbar-box*/
.topbar-box {
    height: 36px;
    border-bottom: 1px solid #ddd;
    color: #666;
    position: relative;
    z-index: 101;
    background: #fff;
}

.topbar-box .phone, .topbar-box .address {
    line-height: 35px;
    margin-right: 12px;
}

.topbar-box .phone i, .topbar-box .address i {
    color: #df1f26;
}

.topmenu-box a, .topmenu-box span, .topmenu-box .line {
    color: #666;
    line-height: 35px;
}

.topmenu-box .line {
    margin: 0 10px;
    color: #ddd;
}

.topmenu-box a:hover {
    color: #df1f26;
}

.topmenu-box .count i, .topmenu-box .usd i, .topmenu-box .lanbox i {
    font-size: 12px;
}

.topmenu-box .lanbox-top span img {
    margin-right: 5px;
}

.topmenu-box .count {
    /*position: relative;*/
}

.topmenu-box .count .count-top {
    cursor: pointer;
}

.topmenu-box .count .count-top span, .topmenu-box .count .count-top i {
    /*color: #df1f26;*/
}

.topmenu-box .count-body {
    position: absolute;
    top: 100%;
    /*width: 170px;*/
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    display: none;
    /*left: -10px;*/
    padding-top: 5px;

}

.topmenu-box .count-body a, .topmenu-box .count-body li strong a {
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    color: #666;
    padding-right: 15px;
}

.topmenu-box .count-body li strong a {
    font-size: 14px;
}

.topmenu-box .count-body ul {
    margin-bottom: 5px;
}

.topmenu-box .count-body a:hover {
    text-decoration: none;
    color: #fff;
    background: #df1f26;
}

.topmenu-box .lanbox {
    position: relative;
}

.topmenu-box .lan-body {
    position: absolute;
    top: 100%;
    width: 130px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    display: none;
    right: 0;
}

.topmenu-box .lan-body a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    color: #666;
}

.topmenu-box .lan-body a:hover {
    text-decoration: none;
    color: #fff;
    background: #df1f26;
}

.topmenu-box .lan-body a img {
    margin-right: 8px;
}

/*head-box*/
.head-box {
    background: #f6f6f6;
    position: relative;
    z-index: 100;
}

.head-box .top {
    height: 90px;
}

.head-box .top .logo {
    width: 270px;
}

.head-box .top .logo a {
    display: table-cell;
    vertical-align: middle;
    width: 270px;
    height: 90px;
}

.head-box .top .nav li {
    float: left;
    display: inline;
    margin-right: 10px;
}

.head-box .top .nav {
    padding: 30px 0;
    padding-left: 30px;
}

.head-box .top .nav li a {
    display: block;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 12px;
}

.head-box .top .nav li.active a, .head-box .top .nav li a:hover {
    text-decoration: none;
    background: #df1f26;
    color: #fff;
}

.head-box .top .cart-box {
    border: 1px solid #ddd;
    height: 40px;
    margin-top: 25px;
    padding: 3px;
    background: #fff;
    position: relative;
    z-index: 100;
}

.head-box .top .cart-box .cart-top {
    border: 1px solid #eee;
    height: 32px;
    padding-left: 12px;
    padding-right: 20px;
    line-height: 32px;
    cursor: pointer;
}

.cart-box .cart-empty {
    width: 320px;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #df1f26;
    line-height: 30px;
    text-align: center;
    display: none;
}

.head-box .top .cart-box .cart-top span {
    color: #444;
    font-size: 14px;
}

.head-box .top .cart-box .cart-top img {
    margin-right: 10px;
    float: left;
    margin-top: 7px;
}

.head-box .top .cart-box .cart-body {
    position: absolute;
    top: 100%;
    right: -2px;
    padding-top: 15px;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
}

.head-box .top .cart-box .cart-body .body-box {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    width: 320px;
}

.head-box .top .cart-box .cart-body .body-box .head {
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    background: #666;
}

.head-box .top .cart-box .cart-body .body-box .head span {
    padding-left: 25px;
    padding-right: 25px;
}

.head-box .top .cart-box .cart-body .body-box .start-order {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

.head-box .top .cart-box .cart-body .body-box .start-order a {
    display: inline-block;
    height: 34px;
    color: #fff;
    width: 210px;
    line-height: 34px;
    background: #df1f26;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.head-box .top .cart-box .cart-body .body-box .start-order a:hover {
    background: #b80c12;
    text-decoration: none;
}

.head-box .top .cart-box .cart-body .body-box .cart-list {
    margin: 10px 0;
    max-height: 276px;
    overflow-y: scroll;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item {
    padding: 10px 16px;
    padding-right: 0;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .pic {
    width: 72px;
    height: 72px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    position: relative;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .pic .del {
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -7px;
    margin-bottom: -8px;
    z-index: 10;
    cursor: pointer;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .pic .del:hover {
    color: #df1f26;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .pic img {
    width: 70px;
    height: 70px;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .mid {
    width: 95px;
    margin-right: 10px;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .mid .name {
    max-height: 40px;
    overflow: hidden;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .price {
    width: 100px;
}

.head-box .top .cart-box .cart-body .body-box .cart-list .item .price span {
    display: block;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    color: #df1f26;
    font-weight: bold;
    text-overflow: ellipsis;
}

.head-box .bot .catelog {
    position: relative;
}

.head-box .bot .catelog .catelog-head {
    height: 54px;
    width: 135px;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    padding: 0 5px;
    margin-right: 0px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.head-box .bot .catelog .catelog-head2 {
    height: 54px;
    width: 130px;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    padding: 0 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right:5px;
}
.k_bjt {
    background: #333;
}


.head-box .bot .catelog .catelog-head span {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0px;
    position: absolute;
    bottom: 0;
    left: 190px;
}

.head-box .bot .catelog .catelog-head2 span {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0px;
    position: absolute;
    bottom: 0;
    left: 60px;
}
.k_menu2 {
    /*line-height: 25px;*/
    height: 50px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #dddddd;
}


.head-box .bot .catelog .catelog-head i {
    font-weight: normal;
    margin-right: 10px;
}

.head-box .bot .search-box {
    background: #333;
    width: 1230px;
    height: 54px;
    padding: 6px 30px;
    padding-right: 20px;
    position: relative;
    z-index: 99;
}

.head-box .bot .search-box .content {
    background: #fff;
}

.head-box .bot .search-box .select-key {
    position: relative;
    height: 42px;
    border-right: 1px solid #ddd;
}

.head-box .bot .search-box .select-key .key-head {
    width: 145px;
    color: #444;
    line-height: 42px;
    font-size: 12px;
    cursor: pointer;
}

.head-box .bot .search-box .select-key .key-head span {
    padding: 0 10px;
    text-align: center;
    display: block;
    height: 42px;
    overflow: hidden;
}

.head-box .bot .search-box .select-key .key-content {
    position: absolute;
    background: #fff;
    top: 100%;
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
}

.select-key .key-content .title a, .select-key .key-content .kws a {
    display: block;
    line-height: 35px;
}

.select-key .key-content .title a:hover, .select-key .key-content .kws a:hover {
    background: #df1f26;
    color: #fff;
    text-decoration: none;
}

.head-box .bot .search-box .select-key .key-content ul li {
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.head-box .bot .search-box .select-key .key-content ul {
    padding-bottom: 20px;
}

.head-box .bot .search-box .select-key .key-btn {
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    color: #666;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    background: #fff;
}

.head-box .bot .search-box .word-txt input {
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 40px;
    font-size: 13px;
    outline: none;
    height: 22px;
    margin-top: 10px;
    width: 970px;
}

.head-box .bot .search-box .search-btn {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #df1f26;
    line-height: 42px;
    padding: 0 20px;
    cursor: pointer;
}

.layout-box {
    margin-bottom: 30px;
}

.layout-mid {
    width: 870px;
    margin-right: 30px;
}

.catelog-menu {
    width: 270px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

.catelog-menu2 {
    width: 270px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

.curindex .catelog-menu {
    display: block;
}

.catelog-menu .item {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.catelog-menu .item .catelog-title {
    padding: 12px 25px 12px 20px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    padding-left: 40px;
}

.catelog-menu .item .catelog-title i.fa-th-large {
    margin-right: 10px;
    position: absolute;
    left: 20px;
}

.catelog-menu .item .catelog-title a {
    color: #666;
    display: block;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catelog-menu .item .catelog-title a:hover {
    color: #fff;
    text-decoration: none;
}

.catelog-menu .item .catelog-title i.fa-caret-right {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 12px;
    right: 20px;
}

.catelog-menu .cur-item {
    background: #df1f26;
    color: #fff;
    box-shadow: 10px 0 0 0 #fff, 1px 1px 4px 0 rgba(0, 0, 0, .25);
}

.catelog-menu .cur-item .catelog-title i.fa-caret-right, .catelog-menu .cur-item .catelog-title a, .catelog-menu .cur-item .catelog-title i.fa-th-large {
    color: #fff;
}

.sub-ad {
    background: #fff;
}

.catelog-menu .sub-ad img {
    width: 630px;
}

.catelog-menu .catelog-sub {
    position: absolute;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    border: 1px solid #ddd;
    top: 0;
    left: 100%;
    display: none;
}

.catelog-menu .cur-item .catelog-sub {
    display: block;
}

.catelog-menu .catelog-sub .sub-content {
    background: #fff;
    padding: 20px 30px;
}

.catelog-menu .catelog-sub .sub-content .title a {
    font-size: 18px;
    color: #df1f26;
}

.catelog-menu .catelog-sub .sub-content .title {
    margin-bottom: 10px;
}

.catelog-menu .catelog-sub .sub-content .second-cates a {
    display: inline-block;
    border-right: 1px solid #ddd;
    margin: 4px 0;
    padding: 0 12px;
    line-height: 16px;
}

.catelog-menu .catelog-sub .sub-content .second-cates {
    margin-left: -12px;
}

.catelog-menu .catelog-sub .sub-content .second-item {
    margin-bottom: 20px;
}

.catelog-menu .catelog-sub .sub-content .second-item:last-child {
    margin-bottom: 0;
}

.catelog-menu .catelog-sub .sub-bot {
    background: #ddd;
    line-height: 40px;
    font-size: 14px;
    width: 630px;
}

.catelog-menu .catelog-sub .sub-bot .get {
    color: #df1f26;
}






/*供应链列表开始*/

.catelog-menu2 {
    width: 270px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

.curindex .catelog-menu2 {
    display: block;
}

.catelog-menu2 .item2 {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.catelog-menu2 .item2 .catelog-title {
    padding: 25px 25px 25px 20px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    padding-left: 40px;
}

.catelog-menu2 .item2 .catelog-title i.fa-th-large {
    margin-right: 10px;
    position: absolute;
    left: 20px;
}

.catelog-menu2 .item2 .catelog-title a {
    color: #666;
    display: block;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catelog-menu2 .item2 .catelog-title a:hover {
    color: #fff;
    text-decoration: none;
}

.catelog-menu2 .item2 .catelog-title i.fa-caret-right {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 25px;
    right: 20px;
}
.catelog-menu2 .cur-item {
    background: #df1f26;
    color: #fff;
    box-shadow: 10px 0 0 0 #fff, 1px 1px 4px 0 rgba(0, 0, 0, .25);
}

.catelog-menu2 .cur-item .catelog-title i.fa-caret-right, .catelog-menu2 .cur-item .catelog-title a, .catelog-menu2 .cur-item .catelog-title i.fa-th-large {
    color: #fff;
}

.sub-ad {
    background: #fff;
}

.catelog-menu2 .sub-ad img {
    width: 630px;
}

.catelog-menu2 .catelog-sub {
    position: absolute;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    border: 1px solid #ddd;
    top: 0;
    left: 100%;
    display: none;
}

.catelog-menu2 .cur-item .catelog-sub {
    display: block;
}

.catelog-menu2 .catelog-sub .sub-content {
    background: #fff;
    padding: 20px 30px;
}

.catelog-menu2 .catelog-sub .sub-content .title a {
    font-size: 18px;
    color: #df1f26;
}

.catelog-menu2 .catelog-sub .sub-content .title {
    margin-bottom: 10px;
}

.catelog-menu2 .catelog-sub .sub-content .second-cates a {
    display: inline-block;
    border-right: 1px solid #ddd;
    margin: 4px 0;
    padding: 0 12px;
    line-height: 16px;
}

.catelog-menu2 .catelog-sub .sub-content .second-cates {
    margin-left: -12px;
}

.catelog-menu2 .catelog-sub .sub-content .second-item {
    margin-bottom: 20px;
}

.catelog-menu2 .catelog-sub .sub-content .second-item:last-child {
    margin-bottom: 0;
}

.catelog-menu2 .catelog-sub .sub-bot {
    background: #ddd;
    line-height: 40px;
    font-size: 14px;
    width: 630px;
}

.catelog-menu2 .catelog-sub .sub-bot .get {
    color: #df1f26;
}

/*供应链列表结束*/

/*行业列表开始*/
.catelog-menu_hy {
    width: 270px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

.curindex .catelog-menu_hy {
    display: block;
}

.catelog-menu_hy .item2 {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.catelog-menu_hy .item .catelog-title {
    padding: 12px 25px 12px 20px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    padding-left: 40px;
}

.catelog-menu_hy .item .catelog-title i.fa-th-large {
    margin-right: 10px;
    position: absolute;
    left: 20px;
}

.catelog-menu_hy .item .catelog-title a {
    color: #666;
    display: block;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catelog-menu_hy .item .catelog-title a:hover {
    color: #fff;
    text-decoration: none;
}

.catelog-menu_hy .item .catelog-title i.fa-caret-right {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 12px;
    right: 20px;
}
.catelog-menu_hy .cur-item {
    background: #df1f26;
    color: #fff;
    box-shadow: 10px 0 0 0 #fff, 1px 1px 4px 0 rgba(0, 0, 0, .25);
}

.catelog-menu_hy .cur-item .catelog-title i.fa-caret-right, .catelog-menu_hy .cur-item .catelog-title a, .catelog-menu_hy .cur-item .catelog-title i.fa-th-large {
    color: #fff;
}

.sub-ad {
    background: #fff;
}

.catelog-menu_hy .sub-ad img {
    width: 630px;
}

.catelog-menu_hy .catelog-sub {
    position: absolute;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    border: 1px solid #ddd;
    top: 0;
    left: 100%;
    display: none;
}

.catelog-menu_hy .cur-item .catelog-sub {
    display: block;
}

.catelog-menu_hy .catelog-sub .sub-content {
    background: #fff;
    padding: 20px 30px;
}

.catelog-menu_hy .catelog-sub .sub-content .title a {
    font-size: 18px;
    color: #df1f26;
}

.catelog-menu_hy .catelog-sub .sub-content .title {
    margin-bottom: 10px;
}

.catelog-menu_hy .catelog-sub .sub-content .second-cates a {
    display: inline-block;
    border-right: 1px solid #ddd;
    margin: 4px 0;
    padding: 0 12px;
    line-height: 16px;
}

.catelog-menu_hy .catelog-sub .sub-content .second-cates {
    margin-left: -12px;
}

.catelog-menu_hy .catelog-sub .sub-content .second-item {
    margin-bottom: 20px;
}

.catelog-menu_hy .catelog-sub .sub-content .second-item:last-child {
    margin-bottom: 0;
}

.catelog-menu_hy .catelog-sub .sub-bot {
    background: #ddd;
    line-height: 40px;
    font-size: 14px;
    width: 630px;
}

.catelog-menu_hy .catelog-sub .sub-bot .get {
    color: #df1f26;
}
/*行业列表结束*/


.layout-left {
    width: 270px;
    margin-right: 30px;
}

.customer-service {
    background: #eee;
    padding-top: 35px;
    padding-bottom: 40px;
}

.customer-service .item {
    width: 280px;
    padding-right: 40px;
    padding-top: 5px;
}

.customer-service .item .title {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.customer-service .item ul li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customer-service .item ul li a, .customer-service .item ul li i {
    font-size: 12px;
    color: #666;
}

.customer-service .item ul li i {
    margin-right: 5px;
}

.customer-service .item ul li a:hover {
    color: #df1f26;
}

.footer-guide {
    background: #ddd;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-box {
    margin-right: -160px;
}

.footer-guide .item {
    float: left;
    margin-right: 160px;
    text-align: center;
    width: 172px;
    padding: 40px 0;
}

.footer-guide .item .pic {
    margin-bottom: 10px;
}

.footer-guide .item .name {
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.footer-guide .item .name a {
    color: #444;
}

.footer-guide .item .name a:hover {
    color: #df1f26;
}

.footer-guide .item .dec {
    line-height: 20px;
    color: #666;
}

.footer-wrap {
    background: #f3f3f3;
	display:none;
}

.footer-tag {
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-tag .title {
    color: #444;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-tag .dec {
    line-height: 20px;
    color: #666;
}

.power-by {
    color: #666;
    line-height: 70px;
    border-top: 1px solid #ddd;
}

.power-by a {
    color: #df1f26;
}

.back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    _position: absolute;
    bottom: 100px;
    right: 30px;
    display: none;
    z-index: 120;
}

.back-top a {
    display: block;
    width: 50px;
    height: 50px;
    background: #a1a1a1 url(../../../images/home/backtop.png) no-repeat center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.back-top a:hover {
    background: #df1f26 url(../../../images/home/backtop.png) no-repeat center center;;
}

.warp-ad img {
    max-width: 100%;
}

/*formValidator*/
.onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: url(../../../images/comm/msg_bg.png) no-repeat;
    color: #444;
    line-height: 18px;
    padding: 2px 10px 2px 23px;
    _margin-left: 5px;
    margin-bottom: 10px;
}

.onShow {
    background-position: 0px -196px;
    border-color: #40B3FF;
    color: #959595;
}

.onFocus {
    background-position: 0px -147px;
    border-color: #40B3FF;
}

.onError {
    background-position: 0px 3px;
    border-color: #40B3FF;
    color: red
}

.onCorrect {
    background-position: 0px -247px;
    border-color: #40B3FF;
}

.onLamp {
    background-position: 0px -200px
}

.onTime {
    background-position: 0px -1356px
}

.file-aboutus {
    margin-bottom: 20px;
}

.no-product {
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

.special-head {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/*newtop*/
.lanlist li {
    float: left;
}

.lanlist li a img {
    margin-right: 5px;
}

/*newfooter*/
.footer-wrap .quick-index a {
    margin: 0 10px;
    line-height: 22px;
}

.footer-wrap .quick-index {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 20px;
}

.footer-wrap .focus-link {
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
}

.footer-wrap .focus-link a {
    margin: 0 10px;
}

.footer-wrap .power-by {
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    padding-bottom: 20px;
}

/*********年限小图标*********/

.credit {
    width: 33px;
    height: 19px;
}

.credit i.years {
    background: url("/public/images/home/year_s.gif") no-repeat;
    width: 33px;
    height: 19px;
    display: block;
}

.credit i.year1 {
    background-position: 0px 0px;
}

.credit i.year2 {
    background-position: 0px -19px;
}

.credit i.year3 {
    background-position: 0 -38px;
}

.credit i.year4 {
    background-position: 0 -57px;
}

.credit i.year5 {
    background-position: 0 -76px;
}

.credit i.year6 {
    background-position: 0 -95px;
}

.credit i.year7 {
    background-position: 0 -114px;
}

.credit i.year8 {
    background-position: 0 -133px;
}

.credit i.year9 {
    background-position: 0 -152px;
}

.credit i.year10 {
    background-position: 0 -171px;
}

.credit i.year11 {
    background-position: 0 -190px;
}

.credit i.year12 {
    background-position: 0 -209px;
}

.credit i.year13 {
    background-position: 0 -228px;
}

.credit i.year14 {
    background-position: 0 -247px;
}

.credit i.year15 {
    background-position: 0 -266px;
}

.credit i.year16 {
    background-position: 0 -285px;
}

.credit i.year17 {
    background-position: 0 -304px;
}

.credit i.year18 {
    background-position: 0 -323px;
}

.credit i.year19 {
    background-position: 0 -342px;
}

.credit i.year20 {
    background-position: 0 -361px;
}

