﻿body{
    background-image: url('/8718/images/newsy/sybj.png');
    background-repeat: no-repeat; /* 不重复背景图片 */  
    background-size: 100%  300px; 
    background-position: center 100px;  
}

.top1000-1{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.top1000-1 img{
    width: 100%;
    max-height: 420px;
}
.dingtubox{
    text-align: center;
}
.top1000{

margin-top: 2%;
margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tu img{
    width: 75%;
    border: 8px solid #f5f5f5;
}
.jiantou img{
    width: 100%;
}
.b-sbox top10{
    position:absolute;
    top:-10%;
}
.title{
    font-size: 28px;
    background: linear-gradient(to bottom, #a41d22, #4a0608);  
    -webkit-background-clip: text;  
        -webkit-text-fill-color: transparent;  
        margin-left: 63px;
}
/* 样式化下拉框 */  
select {  
    width: 150px; /* 设置下拉框的宽度 */  
    padding: 5px; /* 设置内边距 */  
    border: 2px solid #a41d22; /* 设置边框 */  
    border-radius: 5px; /* 设置边框圆角 */  
    font-size: 15px; /* 设置字体大小 */  
    line-height: 1.5; /* 设置行高 */  
    color: #252525; /* 设置文本颜色 */  

    /* background: url('../宁波帮企一把企业服务平台有限公司_files/jiantou.png') no-repeat right 8px center/8px 10px;  */
    background-color: #fff; /* 设置背景颜色 */  
    margin-left: 25px;
    margin-top: 5px;
}  

/* 样式化下拉框的选项 */  
select option {  
    padding: 5px; /* 设置选项的内边距 */  
    background-color: #fff; /* 设置选项的背景颜色 */  
    color: #252525; /* 设置选项的文本颜色 */  
}  

/* 选中时的样式（某些浏览器可能不支持） */  
select:focus {  
    border-color: #4e5458; /* 聚焦时的边框颜色 */  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* 聚焦时的阴影 */  
}  

/* 伪元素来隐藏默认的下拉箭头（仅适用于部分浏览器） */  
select::-ms-expand {  
    display: none; /* 隐藏IE和Edge的下拉箭头 */  
}  