/* CSS Document */
* {
    margin: 0 0;
    font: normal normal 12px/25px "微软雅黑";
}
img {
    border: none;
}
a {
    text-decoration: none;
    font-family: "微软雅黑";
    color: #000;
}
a:hover {
    color: #000;
}
td {
    font-family: "微软雅黑";
}
img.news {
    padding: 10px;
}
li {
    list-style: none;
}
a.gd {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a.nav {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
a.nav:hover {
    background: url(images/di.png) center bottom no-repeat;
    color: #2659a1;
    width: 100%;
    height: 35px;
}
ul li {
    float: left;
}
a.d {
    width: 66px;
    height: 35px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.main {
    width: 1003px;
    margin: 0px auto;
    margin-top: 426px;
}
#full-screen-slider {
    width: 100%;
    height: 500px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#slides {
    display: block;
    width: 100%;
    height: 500px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}
#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
#pagination {
    display: block;
    list-style: none;
    position: relative;
    left: 0;
    top: 20px;
    z-index: 9900;
    margin: 0;
    text-align: center;
}
#pagination li {
    display: block;
    list-style: none;
    width: 17px;
    height: 17px;
    float: left;
    margin-left: 20px;
    background: url(images/qh.png) center center no-repeat;
    text-align: center;
}
#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
#pagination li.current {
    background: url(images/qh1.png) center center no-repeat;
}
.hedabg {
    width: 100%;
    height: 93px;
    background: url(images/top.png) center top repeat-x;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9998;
}
p.bot {
    text-align: center;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
}
.list {
    margin: 0;
    padding: 0;
    height: 185px;
}
.list li {
    margin-left: 10px;
    font-size: 12px;
    width: 440px;
    line-height: 27px;
    list-style: none;
    border-bottom: 1px #000 dotted;
}
.list li a {
    color: #000000;
    text-decoration: none;
}
.list li span {
    float: right;
    color: #000000;
}
.list1 {
    margin: 0;
    padding: 0;
    height: 185px;
}
.list1 li {
    font-size: 12px;
    width: 270px;
    line-height: 28px;
    list-style: none;
}
.list1 li a {
    color: #000000;
    text-decoration: none;
}
.list1 li span {
    float: right;
    color: #000000;
}
.list2 {
    margin: 0;
    padding: 0;
    height: 185px;
}
.list2 li {
    font-size: 12px;
    width: 329px;
    line-height: 28px;
    list-style: none;
}
.list2 li a {
    color: #000000;
    text-decoration: none;
}
.list3 {
    margin: 0;
    padding: 0;
    height: 185px;
}
.list3 li {
    font-size: 12px;
    width: 329px;
    line-height: 28px;
    list-style: none;
}
.list3 li a {
    color: #000000;
    text-decoration: none;
}
.bt a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    color: #000000;
}
.mbt a {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #000000;
}
.di {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tabon {
    width: 66px;
    height: 35px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000000;
}

.taboff {
    width: 66px;
    height: 35px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* ... existing code ... */

#pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#pagination li {
    list-style: none;
    margin: 0 5px;
}

#slides li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#pagination .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#pagination .dot.current {
    background: #333;
}
.company-intro-title {
    background: linear-gradient(to bottom, #f0f8ff, white); /* 从上到下的垂直渐变 */
    color: #004080;
    font-size: 24px;
    padding: 15px 20px;
    font-weight: bold;
    text-align: left;
    border-left: 4px solid #0066cc; /* 添加左侧蓝色边框 */
    margin: 15px 0; /* 增加上下边距 */
}
