﻿.head-top{
    height: 38px;
    line-height: 38px;
    background: #3a3a3a;
    border-bottom: 1px solid #ececec;
}
.hdtopl>span{
    font-size: 12px;
    color:#fff;
    margin-right: 10px;
}

.hdtopl>a{
    font-size: 12px;
    margin: 0 5px;
}
.hdtopl>i{
    font-size: 12px;
    color:#fff;
    margin: 0 15px;
}
.hdtopr>span{
    float: left;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.hdtopr>i{
    float: left;
    font-size: 12px;
    color:#fff;
    margin: 0 10px;
}
.head-cobox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-cont{
    padding: 20px 0;
    background: #fff;
}
.logo{
    width: 176px;
    height: 108px;
    overflow: hidden;
}
.logo img{
    width: 100%;
}

.seachbox{
    width: 69%;
	
}
.seachbox>input{
    padding: 0 10px;
    width: 75%;
    height: 42px;
    line-height: 42px;
    border:1px solid #e6e6e6;
    font-size: 14px;
    color:#999;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    outline: none;
}
.seachbox>a{
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    border-radius: 3px;
}
.seachbox>a.bdnone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.seachbox>a.w90{
    width: 90px;
}
.seachbox>a.w100{
    width: 100px;
}

.cartindex{
    position: relative;
    width: 140px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color:#999;
    text-align: center;
    border:1px solid #dedede;
    background: #f8f8f8;
    /*display: flex;*/
    /*align-items: center;*/
}
.cartindex>img{
    display: inline-block;
    margin: 0 14px -5px -21px;
}
.cartindex>span{
    position: absolute;
    top:10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
    background: #c31c16;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
/*导航*/
.head-down{
    height: 40px;
}

.fixnav{
    position: relative;
    float: left;
    width: 220px;
    height: 40px;
}
.fixnav>a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: url(../images/navicon.png) no-repeat 14px center,url("../images/arr1.png") no-repeat 170px center;;

}
.fixulpa{
    position: absolute;
    width: 100%;
    background: #f5f5f5;
    display: none;
}
.fixulpa>li{
    position: relative;

}
.navul{
    float: right;
}
.navul>li{
    float: left;
    line-height: 39px;
    margin: 0 10px;
}
.navul>li>a{
    font-size: 14px;
    color:#fff;
    padding: 0 27px;
}
.navul>li>a>em{
    margin:0 0 2px 10px;
}
.mobile-header{
    display: none;
}

/*底部 开始*/
.mobfooter{
    display: none;
}
.pc-footer{
    width: 100%;
}
.footop{
    height: auto;
    border-bottom: 1px solid #424242;
}
.footul{
    padding-top: 34px;
    width: 100%;
}

.footul li{
    float: left;
    width: 16.6%;
}
.footul li b{
    padding-bottom: 15px;
    font-size: 14px;
    color:#cdcdcd;
}
.foota>a{
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color:#808080;
}
.foota>a:hover{
    color:#cdcdcd;
}
.footul li:last-child{
    float: right;
    text-align: left;
}
.share{
    padding-top: 10px;
    font-size: 14px;
    color:#cdcdcd;
}

.footdown{
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    color:#808080;
}




.xgtext p{
    text-align: center;
    padding: 5px;
}

.cpsxtab table{
    width: 100%;
    border-collapse: collapse;
}



/*新增模块*/
.gsx-msds{
    padding-top: 20px;
}
.msds-title,.msds-item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.msds-title {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    background-color: #f7f7f7;
}
.msds-name {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.msds-name::after {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background-color: #0b9efb;
    position: absolute;
    top: 0;
    left: 0;
}
.msds-info {
    font-size: 12px;
    color: #0b9efb;
}
.msds-info span{
    color: ##c31c16;
}
.msds-main{
    width: 100%;
    padding: 20px;
}
.msds-list{
    border: 1px solid #f7f7f7;
    margin-bottom: 15px;
}
.msds-item{
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    color: #0b9efb;
}
.msds-right{
    font-size: 12px;
}
.msds-item-main{
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 0;
}