* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

ul,
ol {
    list-style: none;
}

input,
button {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: #777;
    cursor: pointer;
}
body{
    background-color: #fff;
    min-width:1366px;
}
.sver-top{
    height: 103px;
}
.header-box{
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
}
.header{
    height:103px;
    width:1366px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-tab>a{
    padding: 6px 10px;
    margin:0 10px;
    cursor: pointer;
}
.current{
    border-bottom:5px solid #e8b543;
}
.container{
    width:1366px;
    margin: auto;
}
.title{
    text-align: center;
    margin-top: 70px;
}
.profile-container{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.profile-image{
    border-radius: 6px;
}
.profile-tit-text>p:nth-child(1){
    font-size: 30px;
    color:#333;
}
.profile-tit-text>p:nth-child(2){
    font-size: 16px;
    color:#bcbcbc;
    padding-bottom: 20px;
}
.profile-tit-text {
    padding-top: 30px;
}
.profile-tit-text p:nth-child(4) {
    padding-bottom: 16px;
    color: #656565;
}
.profile-tit-text p:nth-child(3) {
    padding-bottom: 6px;
    color: #656565;
}

.profile-tit-text p:nth-child(5) {
    padding-bottom: 6px;
    color: #656565;
}

.profile-tit-text p:nth-child(6) {
    padding-bottom: 6px;
    color: #656565;
}
.profile-tit-text p:nth-child(7) {
    padding-bottom: 6px;
    color: #656565;
}
.profile-tit-text p:nth-child(8) {
    color: #656565;

}

.profile-more {
    width: 100px;
    height: 30px;
    margin-top: 50px;
    background: #E0AA00;
    color: #F9F2E8;
    line-height: 30px;
    display: block;
    text-align: center;
    cursor:pointer;
}
.chemical-industry {
    display: flex;
    margin-top: 50px;
    height: 423px;
    justify-content: space-between;
    
}
.industry-items{
    width: 400px;
    padding-bottom:20px;
    border-radius: 6px 6px 0 0;
    cursor:pointer;
    box-shadow: 0px 6px 24px rgba(78, 78, 78, 0.1);
}
.industry-items-tit{
    color:#181b90;
    margin:  20px 20px 10px 20px;
}
.industry-items-titbottom{
    color:#acacac;
    padding-bottom:20px;
    margin:0 20px;
    font-size: 14px;
    border-bottom:1px solid #e8e8e8;
    text-transform:uppercase;
}
.industry-items img {
    width: 100%;
    height: 234px;
    border-radius: 6px;
    
}
.industry-items-content{
    color:#666;
    margin-top:20px;
    height: 45px;
    margin:20px 20px 0px 20px;
    -webkit-line-clamp: 2;/*限制最多显示2行*/
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.industry-items:hover {
    /* transform: translate(-1%, -1%); */
    border-bottom: 3px  solid darkorange;
    box-shadow: 0px 10px 10px rgba(78, 78, 78, 0.2);
}
.brand-picture{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.brand-picture img {
    margin: 30px 70px;
    width:200px;
}
.brand_more {
    width: 100px;
    height: 30px;
    background: #cdcdcd;
    color: #FFFFFF;
    margin: auto;
    display: block;  
    text-align: center;;
    line-height: 30px;
    cursor:pointer;
    border-radius: 2px;
}
.brand_more:hover{
    background: #181b90;
}
.bottom {
    width: 100%;
    height: 295px;
    /* line-height: 300px; */
    margin-top: 100px;
    background-color: #1A1A1A;
    text-align: center;
}

.bottom-tag>a{
    margin: 0 20px;
}

.bottom-tag a {
    color: #FFFFFF;
    font-size: 20px;
    padding: 0 20px;
}
.bottom-tag .telephone{
    color: #E6B441;
    font-size: 30px;
}

.twocontent {
    padding-top: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
}
.twocontent>a{
    color:#fff;
    cursor: pointer;
}
.wechat-img >img{
    width: 120px;
    position: absolute;
    top: -46px;
    border:10px solid #fff;
}
.bottom-tag {
    line-height: 230px;
    width: 1366px;
    margin: auto;
    height: 230px;  
    
}

.bottom-tag span {
    color: #FFFFFF;
    font-size: 20px;
    /* padding: 0 30px; */
}

.bottom-tag span:nth-child(5) {
    color: #E6B441;
    font-size: 36px;
    text-align: left;
    padding-right: 40px;
    position: relative;
}
.brand-picture>a:hover{
    box-shadow: 0px 6px 10px 10px #e7e7e7;
    border-radius: 6px;
}
.profile-text-box{
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 162px;
    width: 650px;
    line-height: 26px;
}
.profile-text{
    text-indent: 40px;
}
.error{
    margin:auto;
    text-align: center;
}
.error-img{
    margin: 0 auto;
    display: block;
    margin-top: 4%;
}
.error-button{
    line-height: 50px;
    padding: 10px 20px;
    background-color: #1891f6;
    color: #fff;
    border-radius: 10px;
}
.error-prompt{
    margin-bottom: 40px;
    color: #333;
}
