@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
}

body {
    background: #fff;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
    line-height: 1;
    background-color: rgb(248, 248, 249);
}

a {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * 头部
 * author : sl
 */

.sl-header {
    width: 100%;
 }
.sl-welcome {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.welcome-border {
    width: 100%;
    height: 34px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    line-height: 34px;
}
.sl-welcome .loginout {
    display: inline-block;
}
.sl-welcome .login {
    display: none;
}
.sl-welcome span,a {
    padding: 0px 10px;
    cursor: pointer;
}
.sl-welcome .introduce {
    display: inline-block;
    text-align: right;
}
.sl-welcome .introduce a:first-child{
    border-right: 1px solid #ccc;
}
.search-bgcolor {
    width: 100%;
    height: 100px;
    background-color: white;
}
.search-bgcolor .search {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 100px;
    margin: auto;
}
.search .search-input {
    width: 506px;
}
.search-bgcolor .search img{
    height: 80px;
    width: auto;
    margin-top: 10px;
}
.search .searchbtn {
    background-color: #de373e;
    height: 40px;
    width: 100%;
}
.search-bgcolor .search .tap {
    margin-top: 19px;
}
.btnactive {
    background-color: #de373e!important;
    color: #fff!important;
    border-radius: 5px 5px 0 0;
}
.search-bgcolor .search .tap span {
    background-color: #fff;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    margin-right: 10px;
    padding: 2px 4px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}
.search-input .searchbtn input {
    margin-left: 2px;
    margin-top: 2px;
    height: 34px;
    border: none;
    width: 400px;
    background-color: #fff;
    text-indent: 0.5em;
}
.search-input .searchbtn button {
    height: 38px;
    border: none;
    width: 93px;
    color: #fff;
    background: none !important;
    text-align: center;
    cursor: pointer;
}
.sl-nav {
    width: 100%;
    height: 40px;
    background-color: #de373e;
}
.sl-nav .nav-list {
    width: 1260px;
    margin: 0 auto;
    height: 40px;
}
.nav-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.nav-list ul li {
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.nav-list ul li a {
    color: #fff!important;
}
.nav-list ul li:hover {
    background-color: #bd1a2d;
}


/**
* 主要内容
* author sl
*/
.sl-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: auto;
    padding-top: 20px;
    justify-content: space-between;
}
.sl-main .gzdt {
    width: 595px;
    height: 400px;
}
.sl-main .zcgg {
    width: 600px;
    height: 400px;
    background-color: #fff;
}
.sl-main .gzdt .gzdt-title ,.zcgg .zc-title{
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 20px;
    border-bottom: solid #ccc 1px;
}
.sl-main .gzdt .gzdt-title p ,.zcgg .zc-title p{
    line-height: 40px;
    padding: 0px 10px;
    cursor: pointer;
}
.sl-main .gzdt .gzdt-title p:first-child,.zcgg .zc-title p:first-child{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #bd1a2d !important;
    border-bottom: solid 2px #bd1a2d;
}
.lunbo{
    width: 100%;
    height: 360px;
}
.zc-container ul li{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #dedede;
    line-height: 40px;
}
.zc-container ul li p:first-child{
    width: 75%;
    line-height: 40px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.zc-container ul li p:nth-child(2){
    padding-right: 30px;
}
.sl-main .fuwudating{
    width: 320px;
    height: 280px;
}
.holl-toggle{
    height: 280px;
    width: 880px;
    background-color: #fff;
}
.toggle-list{
    width: 100%;
    line-height: 35px;

}
.toggle-list ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #f2f2f2;
    border-top: 1px solid #e8e8e8;
}
.toggle-list ul li{
    /* float: left; */
    width: 160px;
    height: 34px;
    text-align: center;
}
.toggle-item .item{
    display: none;
}
.toggle-item .item ul li{
    padding-top: 6px;
    font-size: 15px;
    width: 120px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    background: url(../img/test2-img.png) center top no-repeat;
    margin-top: 15px;
    text-align: center;
    float: left;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
}
.toggle-item .item ul li img{
    width: 62px;
    height: 60px;
    margin-bottom: 15px;
}
.toggle-item .item ul li p{
    color: #000;
}
.list-active {
    background-color: #fff;
}
.zczx-left {
    width: 900px;
    border: 1px solid #f8f8f8;
    background: #fff;
}
.zczx-right {
    width: 300px;
    border: 1px solid #f8f8f8;
    background: #fff;
}
.zczx-right img{
    width: 300px;
    height: 130px;
    margin-bottom: 15px;
}
.zczx-title{
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 50px;
    padding: 0px 15px;
}
.zczx-title .title{
    color: #000;
    width: 80px;
    font-size: 20px;
    height: 49px;
    display: inline-block;
    line-height: 50px;
    border-bottom: 2px solid #bd1a2d;
}
.zczx-title .describe{
    height: 20px;
    margin: 15px;
    font-size: 16px;
    border-left: 1px solid #f2f2f2;
    display: inline-block;
    line-height: 20px;
    color: #ff7519;
    padding-left: 20px;
}
.zczx-title .more{
    float: right;
    color: #999;
}
.zczx-container ul li{
    width: 100%;
    /* display: flex;
    justify-content: flex-start; */
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.policy-title{
    width: 840px;
    font-size: 20px;
    color: #333;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    cursor: pointer;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.policy-main{
    width: 840px;
    font-size: 15px;
    color: #888;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
}
.policy-info {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
.provide-left{
    width: 280px;
    height: 358px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
/* 供应大厅 */
.provide-left .top{
    width: 100%;
    height: 83px;
    background: url(../img/supplier_hall_bag.png);
    text-align: center;
}
.provide-left .top p:nth-child(1){
    width: 100%;
    color: #fff;
    font-size: 24px;
    height: 30px;
    padding: 10px 0px 5px 10px;
}
.provide-left .top p:nth-child(2){
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 30px;
    padding: 0px 0px 0px 10px;
    margin-top: 10px;
}
/* 需求大厅 */
.provide-left .xqtop{
    width: 100%;
    height: 83px;
    background: url(../img/demand_hall_bag.png);
    text-align: center;
}
.provide-left .xqtop p:nth-child(1){
    width: 100%;
    color: #fff;
    font-size: 24px;
    height: 30px;
    padding: 10px 0px 5px 10px;
}

.provide-left .xqtop p:nth-child(2){
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 30px;
    padding: 0px 0px 0px 10px;
    margin-top: 10px;
}
.provide-left .main{
    height: 265px;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
}
.provide-left .main p:nth-child(1){
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 0px 0px 20px 0px;
    position: relative;
    left: -4px;
}
.provide-left .main p:nth-child(1)::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 17px;
    background-color: #de373e;
    position: relative;
    left: -86px;
    top: 3px;
}
.hotrequest::before{
    background-color: #1b73ba!important;
}
.provide-left .main p:nth-child(2){
    text-align: center;
    height: 20px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: bold;
}
.provide-left .main ul{
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.provide-left .main ul li{
    margin: 10px 0px;
}
.fabubutton{
    position: absolute;
    bottom: 10px;
    left: 50%;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #de373e;
    color: #de373e;
    padding: 8px 30px;
    background: none;
    border-radius: 3px;
    cursor: pointer;
}
.fabubutton:hover {
    background-color: #de373e;
}
.fabubutton:hover a{
    /* background-color: #de373e; */
    color: #fff!important;
}
.fabuxqbutton{
    position: absolute;
    bottom: 10px;
    left: 50%;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #1b73ba;
    color: #1b73ba;
    padding: 8px 30px;
    background: none;
    border-radius: 3px;
    cursor: pointer;
}
.fabuxqbutton:hover {
    background-color: #1b73ba;
}
.fabuxqbutton:hover a{
    /* background-color: #de373e; */
    color: #fff!important;
}
.provide-right title{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.provide-right{
    background-color: #fff;
    width: 920px;
    height: 358px;
    border: 1px solid #f2f2f2;
    border-right: none;
}
.provide-right .main-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}
.provide-right .main-title .provide-title{
    color: #000;
    width: 80px;
    font-size: 20px;
    height: 49px;
    display: inline-block;
    line-height: 50px;
}
.provide-right .main-title .provide-more{
    color: #999;
    line-height: 49px;
    float: right;
}
.new-provide li{
    display: flex;
    height: 90px;
    padding: 6px 15px;
    border-bottom: 1px solid #e8e8e8;
    justify-content: space-around;
}
.new-provide .left{
    width: 800px;
}
.new-provide .right{
    width: 100px;
}
.new-provide .left .chil-title{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 38px;
}
.new-provide .left .chil-container{
    font-size: 13px;
    color: #888;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.new-provide .right span{
    display: block;
    color: #ef6512;
    margin-top: 10px;
    text-align: center;
}
.new-provide .right button{
    padding: 10px 5px;
    background-color: #ef6512;
    color: #fff !important;
    border: none;
    margin: auto;
    width: 90px;
    position: relative;
    right: -7px;
    top: 13px;
    cursor: pointer;
}
.new-provide .chil-info span{
    display: inline-block;
    text-indent: 25px;
    margin-top: 15px;
    color: #888;
    margin-right: 10px;
}
.new-provide .left .chil-info span:nth-child(1){
    background: url(../img/demander.png) no-repeat center left;
}
.new-provide .left .chil-info span:nth-child(2){
    background: url(../img/categroybj.png) no-repeat center left;
}
.new-provide .left .chil-info span:nth-child(3){
    background: url(../img/timecicon.png) no-repeat center left;
}
.new-need .li-parent ul{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 5px;
    margin: 6px 0px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
}
.new-need .li {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 0 50px;
}
.new-need .li:nth-child(1){
    border-right: #ccc solid 1px;
}
.new-need .li .left{
    text-align: center;
    padding-left: 30px;
}
.new-need .li .left p:nth-child(1){
    font-size: 16px;
    line-height: 24px;
}
.new-need .li .left p:nth-child(2),.new-need .li .left p:nth-child(3){
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.new-need .li .right p{
    color: orangered;
    text-align: center;
    padding-bottom: 3px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.new-need .li .right button{
    padding: 5px 12px;
    border: 1px solid #1b73ba;
    background-color: white;
    cursor: pointer;
    color: #777;
}
.new-need .li .right button:hover{
    color: #1b73ba;
}
#toggle-item i{
    font-size: 35px;
    margin: 14px;
}


/* footer */
.sl-footer {
    width: 100%;
    height: 120px;
    padding: 15px 0px;
    margin-top: 20px;
    border-top: 2px solid #3293fc;
}
.sl-footer .footer-main{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.sl-footer .footer-main p{
    line-height: 35px;
}
.sl-footer .footer-main .list a{
    border-right:  solid 1px #e0e0e0;
}
.sl-footer .footer-main .list a:nth-last-child(1){
    border: none;
}
/* 二维码 */
.sl-code-ygcr,.sl-code,.sl-code-zct{
    width: 80px;
    /* height: 174px; */
    padding: 10px;
    position: fixed;
    top: 20%;
    right: 0px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e2e2e2;
    z-index: 999;
}
.sl-code img{
    width: 80px;
    /*height: 158px;*/
}

.sl-code-zct{
    width: 100px;
    top: 55%;
    padding: 0;
}

.sl-code-zct img{
    width: 130px;
    /*height: 158px;*/
}

.sl-code-ygcr{
    width: 100px;

    padding: 0;
    /*left: 0;*/

    top: 75%;
}

.sl-code-ygcr img{
    width: 80px;
    /*height: 158px;*/
}