body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,p{
    margin:0;
    padding:0;
}
html{
    width: 100%;
}
body{
    /* font-family: PingFang-SC-Bold; */
    font-size: 14px;   
    color: #000000;
    width: 100%;
    background-color: #fff!important;
}
a{
	text-decoration: none;
    cursor: pointer;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #FF8C20;
}
input:focus{ 
    outline:none;
}
ul,ol{
	list-style: none;
}
img{
	vertical-align: top;
	border: 0;
}
input,select,textarea{
    color: inherit;
    font-size: inherit;
    font-family: "";
}
button,input[type="button"],input[type="file"],input[type="submit"]{
    cursor: pointer;
}
.cl:after{
    content:"";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.cl{
    zoom:1
}
.ellipsis6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.ellipsis2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.w-100{
    width:100%;
}
.lh38{
    line-height: 38px!important;
}
.inputColor{
    background: #F4F4F4!important;
}
.font14{
    font-size:14px
}
.font12{
    font-size:12px
}
.themeColor{
    color: #FF8C20!important;
}
.themeBgColor{
    background: #FF8C20!important;
    color: #fff!important;
}
.themeBtnColor{
    background: #fff;
    color: #FF8C20;
    border:1px solid #FF8C20
}
.font18{
    font-size:18px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.w1220{
    width: 1220px!important;
    margin:auto;
}
.font10{
    font-size: 12px;
}
.priceTxt{
    color: #FE0101;
}
.highlight {
    color:red;
}
@media screen and (min-width: 320px) and (max-width:767px){

}
@media screen and (min-width: 768px) and (max-width:1024px){

}
@media screen and (min-width: 1025px) and (max-width:1220px){
    .w1220{
        width: 1220px!important;
        margin:auto
    }
    .rightProfileGoods{
        max-height: 420px!important;
    }
}
@media screen and (min-width: 1221px) and (max-width:1440px) {
    .w1220{
        width: 1220px!important;
        margin:auto
    }
}
button:focus{outline:0;}




/* flex ���� */
.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

.flex-r {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.flex-r-c {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-r-s {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.flex-r-b {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-c {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.flex-c-sc {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.flex-c-s {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.flex-c-b {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex-c-c {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-r-w {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-r-c-w {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


.flex-r-w-jw {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.new-fc-one-icon {
    font-size: 0;
    line-height: 0;
    height: 8px;
}
.new-fc-one-icon:after {
    content: "";
    border: solid #999999;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}















.box {
    width: 100%;
}

.advertisement {
    width: 100%;
    height: 110px;
    position: relative;
}

.advertisement img {
    width: 100%;
    height: 100%;
}

.deleteIcon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 999;
    width: 20px;
    height: 20px;
}

.deleteIcon img {
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
    height: 35px;
    font-size: 12px;
    color: #000000!important;
    background: #F4F4F4;
    line-height: 35px;
}

.headerBox {
    display: flex;
    justify-content: space-between;
}

.header .headLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .headRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .headRight p {
    padding: 0 5px
}

.header div .headtel {
    color: #FF8C20;
    margin-left: 5px;
    font-size: 14px;
}

.header div p {
    margin-bottom: 0!important
}

.lineBorder {
    width: 1px;
    margin-left: 18px;
    margin-right: 18px
}

.headtelBox {
    display: flex;
}

#ad {
    width: 100%;
    z-index: 999;
}

.containerBox {
    width: 100%;
}

.searchBox {
    display: flex;
    padding-top: 30px;
    align-items: center;
}

.publishBtn {
    height: 40px;
    border: 1px solid #FF8C20;
    color: #FF8C20;
    margin-left: 11px;
}

.input-group-append {
    border-radius: 0px .25rem .25rem 0px;
}

.searchIcon {
    background: #FF8C20;
    border: 1px solid #FF8C20;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.searchIcon img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.logoImg {
    height: 72px;
    width: 195px;
}
/*
.logoImg img {
    height: 67px;
}*/

.searchInputGroup {
    flex: 1;
    margin: 0 14px 0 19px;
    height: auto !important;
    line-height: 40px;
    display: flex;
    flex-direction: column;
}

.searchInputGroup .commodityOrEnterprise {
    color: #666666;
}

.searchInputGroup .commodityOrEnterprise .commodityOrEnterpriseValue {
    padding: 9px 7px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    cursor: pointer;
    /*color: rgba(255, 140, 32, 1);*/
}

.searchInputGroup .commodityOrEnterprise .isSelect {
    color: rgba(255, 140, 32, 1);
}
.pushInquiry {
    width: 127px;
    height: 38px;
    border: 1px solid #FF8C20;
    border-radius: 3px;
}
.searchInput {
    height: 40px;
    border: 1px solid rgba(255, 140, 32, 1);
}

.hotSearch {
    display: flex;
    font-size: 14px;
}

.hotUl {
    display: flex;
    margin-left: 10px;
}

.hotUl li {
    margin-right: 5px;
}

.arrow_down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    margin-left: 7px;
    vertical-align: middle;
    line-height: 35px;
    display: inline-block
}

.searchSeclect {
    width: 126px;
    padding-left: 37px;
}

.lineInterval {
    height: 2px;
    width: 100%;
}

.myzch {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.myzchDrop {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 20px 8px 8px 8px;
    background: #fff;
    z-index: 177;
    width: 190px;
    line-height: 20px;
    display: none;
    border: 1px solid #DEDEDE;
    border-top: none;
}

.myzchDrop p {
    font-size: 12px;
    color: #000;
    padding: 0!important
}

.myzchDrop span {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-bottom: 12px
}
.myzch:hover {
    background-color: rgba(255,255,255,1);
}
.myzch:hover .myzchDrop {
    display: block;
    line-height: 20px;
}


.wise {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.wiseDrop {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 20px 8px 8px 8px;
    background: #fff;
    z-index: 177;
    width: 190px;
    line-height: 20px;
    display: none;
    border: 1px solid #F4F4F4;
    border-top: none;
}

.wiseDropCon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wiseDrop p {
    font-size: 12px;
    color: #000;
}

.wiseDrop span {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-bottom: 12px
}


.wise:hover {
    background-color: rgba(255, 255, 255, 1);
}

.wise:hover .wiseDrop {
    display: block;
}



.qrCodeImg {
    width: 100px;
    height: 100px
}

.qrCodeImg img {
    width: 100%;
    height: 100%;
}

.wechart img {
    width: 15px;
    height: 15px;
}

.searchInput {
    position: relative;
    cursor: pointer;
}

.searchSelectDrop {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    display: none;
    width: 126px;
    padding-left: 37px;
    border: 1px solid #DEDEDE;
    border-top: none;
}

.contentBox {
    width: 100%;
    margin-top: 38px;
    padding-bottom: 1px;
    /*background: #F4F4F4;*/
}

.navDivBox {
    position: relative;
}

.navBox {
    height: 45px;
    display: flex;
    line-height: 45px;
}

.navBox a {
    color: #000;
}

.navBox a:hover {
    color: #FF8C20;
}

.navBox li {
    margin-left: 5%;
}

.navBox li:first-child {
    margin-left: 0;
    width: 220px;
}

.classification {
    width: 100%;
    height: 45px;
    position: relative;
}

.classification img {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    margin-left: 28px;
    display: inline-block;
}

.classification span {
    margin-left: 15px;
    display: inline-block;
}

.classificationDropBox {
    position: absolute;
    height: 620px;
    z-index: 188;
    color: #fff;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45px;
    width: 220px;
}

.classificationOneTopLine {
    height: 2px;
    background: #FF8C20;
    width: 100%;
}

.slider .fadeUl li {
    top: -2px;
}.containerFooterBox {
    background: #F4F4F4;
    padding-bottom: 0px!important;
    width: 100%;
    min-width: 1220px;
}

.footCon {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
}

.footerLeft {
    width: 42.13%;
    position: relative;
}
.footerLeft .left-box {
    margin: auto;
}

.footerRight {
    flex: 1
}

.codeUl {
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 27px;
    justify-content: center;
}

.codeUl .douyin{
    width: 116px;
    margin-right: 30px;
}
.codeUl .douyin img {
    width: 116px;
    height: 116px;
}

.codeUl .phone{
    width: 116px;
    margin-right: 30px;
}
.codeUl .phone img {
    width: 116px;
    height: 116px;
}


.codeUl  p {
    font-size: 13px;
    color: #333333;
    line-height: 15px;
    margin-top: 8px;
}
.codeUl .gzh img {
    width: 116px;
    height: 116px;
}




.footerRightTop {
    color: #9A9A9A;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;

}

.footerRightOne {
    width: 25%;
}
.footerRightOne.end {
    width: 30%;
}

.footerRightOne a {
    color: #9A9A9A;
    font-size: 12px;
}
footerRightOne p {
    color: #9A9A9A;
    font-size: 12px;
}

.footerRightOne div {
    font-size: 14px;
    color: rgba(120, 120, 120, 1);
}

.footerRightOne>p {
    margin-bottom: 9px;
    color: #9A9A9A;
    font-size: 12px;
}

.footerRightLine {
    width: 42px;
    height: 1px;
    margin-bottom: 20px;
    background: #666666;
    margin-top: 15px
}

.footerRightMid {
    font-size: 12px;
    color: #787878;
    display: flex;
}

.footerRightbottom {
    display: flex;
    align-items: center;
}

.footerRightbottom .Electronic-business-license {
    width: 24px;
    height: 27px;
}
.footerRightbottom .Electronic-business-license img {
    width: 100%;
    height: 100%;
}



.huTxt {
    color: #142F7E;
    font-size: 14px;
}

.huNum {
    font-size: 10px;
    color: #AFAFAF;
}

.shangTxt {
    font-size: 12px;
    margin-left: 10px;
    height: 26px;
    line-height: 18px;
    color: #343434;
    border-left: 1px solid rgba(222, 222, 222, 1);
    padding-left: 7px;
}

.shangTxt .name {
    font-size: 10px;
    line-height: 13px;
    color: rgba(51, 51, 51, 1);
}
.shangTxt .value {
    font-size: 10px;
    line-height: 13px;
    color: rgba(175, 175, 175, 1);
}


.footImg {
    margin-left: 22px;
    width: 75px;
    height: 26px;
}

.footImg img {
    width: 75px;
    height: 26px;
}

.footerRightbottom img {
    vertical-align: middle;
}

.footerBottom {

}

.footerBottom ul {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #787878;
    margin-top: 5px
}

.footerBottom ul li {
    margin-right: 5px;
}

.contentBottom {
    background: #EAEAEA;
    width: 100%;
}

.contentLinkBox {
    background: #fff;
    padding-left: 24px;
    padding-right: 24px;
}

.contentLinkBox .linkTitle {
    display: flex;
    border-bottom: 1px solid #ddd;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    color: #343434;
}

.contentLinkBox .linkTitle li {
    margin-right: 32px;
}

.contentLinkBox .linkTitle .linkTab {
    border-bottom: 3px solid #FD8C22;
    cursor: pointer;
}

.linkContent li {
    display: none;
    max-height: 135px;
    padding: 10px 0;
    width: 100%;
}

.linkContent .linkShow {
    display: block;
}

.linkContent li span {
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    color: #9A9A9A;
}

.linkContent li span a {
    font-size: 12px;
    color: #9A9A9A;
}

.industryLetter {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #787878;
    /* margin-top:30px */
}

.footerLogo {
    height: 51px;
    width: 133px;
    margin: auto;
}

.footerLogo img {
   height: 51px;
    width: 133px;
}



.footer-line {
         display: inline-block;
         width: 1px;
         height: 12px;
         background-color: #999999;
         margin: 0 7px;
     }
.footerRightMid {
    margin-top: 6px;
}
.footerRightMid2 {
    font-size: 12px;
    color: #787878;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footerRightMid2 a {
    color: #787878;
}
.footerRightMid2 a:hover{

    color: #FF8C20;
}


.fir-con {
    margin-left: 20px;
}
.footerRightMid.ml-2,
.footerRightMid.mx-2 {
    margin-left: 0!important;
}