/* 设置公共基础样式，清除默认样式+设置通用样式 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {

    font: 14px/1.5 "Microsoft Yahei","Hiragino Sans GB","Heiti ","WenQuanYi Micro Hei",sans-serif ;
    color: #f9f9f9;
    
}

a {
    color: #333;
    text-decoration: none;
}

/* ----------------------------------- */

/* ---------------------------------- 网站头部 --------------------------- */


/* 顶部导航 */
.header .gps-top {
    height: 40px;
    background-color: #181818;
}


.header .gps-top ul {
    display: flex;

}

.header .gps-top li {
    border-left: 1px solid #8b8b8b;

}

.header .gps-top li:last-child {
    border-right: 1px solid #8a8a8a;
}


.header .gps-top li a {
    margin-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

/* 顶部背景区域 */
.header .sign {
    background-color: #444444;
}


.header .sign .sign-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;

}

.header .sign .sign-left {
    width: 450px;
    height: 90px;

    background-image: url(../images/sign-left.png);
    background-size: contain;

}

.header .sign .sign-right {
    width: 728px;
    height: 90px;
    background-image: url(../images/sign-s.jpg);
}



/* 固定悬浮导航 */
.header .gps-float {
    height: 45px;
    background-color: #cecece;
    box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.4);
}

/* 公告区 */

.gps-float p {
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    color: #0c0c0c;
}
.gps-float p span {
    color: #e00101;
}



/* 大图区 */




/* ---------------------------------- 网站主体内容  --------------------------- */


/* ------------------分标题---公共样式 ---------------*/
.bd {
    /* background-color: gold; */
}
.bd  .title h4 {
    margin: 10px 0px;
    font-weight: 400;
    /* background-color: #ff2c2c; */
    /* 开发初期测试颜色 */
}


.bd  .title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    padding-top: 8px;
    background-size: contain;
}

.bd  .title span {
    font-size: 22px;
    line-height: 24px;
    color: #262626;

}



/* ------------------分内容---公共样式 ---------------*/
.bd .content ul {
  display: flex;
  flex-wrap: wrap;  
}

.bd .content ul li {
    margin: 0px 15px 24px 15px;
    padding: 8px 16px;
    width: 282px;
    height: 108px;
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.1s ease;
}

.bd .content ul li:hover {
    box-shadow: 2px 5px 10px 1px rgba(255, 0, 0, 0.5);
    transform: translateY(-8px); /* 鼠标悬停时向上移动10px */  
}


/* ---信息部分--- */

.bd .content ul li .info {
    display: flex;
    margin-bottom: 6px;
    width: 250px;
    height: 60px;
    
}


.bd .content ul li .info .logo {
    margin-right: 6px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    
    background-color: rgba(128,128,128,0.1);
}
.bd .content ul li .info .logo img {
    width: 60px;
    height: 60px;
    background-size: 100%;
    border-radius: 15px;
}

.bd .content ul li .info .size {
    padding-top: 10px;
}

.bd .content ul li .info .size:hover {
    color: #F1404B;
}


.bd .content ul li .info .size h5 {
    font-size: 14px;
}
.bd .content ul li .info .size p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    height: 18px;
    width: 184px;
    color: #6C757D;

}

/* 分割线 */
.bd .content ul li hr {
    height: 1px;
    color: rgba(231, 231, 231 0.1);

}

/* ---下载按钮--- */

.bd .content ul li .download {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 6px;
    width: 250px;
    height: 22px;
    font-size: 10px;
    
    /* background-color: #9a9a9a; */

}

.bd .content ul li .download a {
    color: #6C757D;
}


.bd .content ul li .download .button2{
    margin: 0px 12px;
    padding: 0px 4px;
    border-radius: 11px;
    /* width: 54px; */
    height: 22px;
    line-height: 22px;
    background-color: #f2f2f2;
    
}



.bd .content ul li .download .button1{
    margin: 0px 12px;
    padding: 0px 4px;
    border-radius: 11px;    
    /* width: 54px; */
    height: 22px;
    line-height: 22px;
    background-color: #f2f2f2;

}

.bd .content ul li .download .button1:hover {
    background-color: #F1404B;
    
}
.bd .content ul li .download .button1:hover a {
    color: #fff;
}

.bd .content ul li .download .button2:hover {
    background-color: #F1404B;
    
}
.bd .content ul li .download .button2:hover a {
    color: #fff;
}



/* --------------------个体样式------------------------ */
.bd .hotspot {
    width: 1560px;
    height: 435px;
    background-color: #fdd9c2;
    /* 开发初期测试颜色 */
}

.bd .Windows {
    background-color: #eeeded;
}


.bd .work {
    background-color: #eeeded;
}

.bd .adobe {
    background-color: #eeeded;
}

.bd .cad {
    background-color: #eeeded;
}

.bd .photoshop {
    background-color: #eeeded;
}

.bd .stereoscopic {
    background-color: #eeeded;
}

.bd .dvd {
    background-color: #eeeded;
}

.bd .house {
    background-color: #eeeded;
}

.bd .cnc {
    background-color: #eeeded;
}

.bd .Electronics {
    background-color: #eeeded;
}

.bd .simulation {
    background-color: #eeeded;
}

.bd .gps {
    background-color: #eeeded;
}
.bd .Music {
    background-color: #eeeded;
}

.bd .clothing {
    background-color: #eeeded;
}