* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
.text:hover, .more1:hover {
    text-decoration: underline;
}
.box {
    width: 100%;
    min-width: 1522px;
    background-size: 100% 369px;
    background-repeat: no-repeat;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
.top {
    position: relative;
    height: 108px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/img-dbtp.png) 0 0 no-repeat;
    background-size: cover;
}

.box nav {
    width: 100%;
    line-height: 56px;
    background: #fef3dc;
}
nav .nav_main {
    width: 1440px;
    margin: 0 auto;
}
nav ul {
    display: flex;
    width: 100%;
}
nav .nav_item {
    display: inline-block;
    color: #4F3E0C;
    font-size: 18px;
    padding: 0 40px;
    cursor: pointer;
    position: relative;
    height: 58px;
    width: 202px;
}
.nav_main ul li{
    list-style-type: none;
    flex: 1;
    text-align: center;
}
nav .nav_item a {
    color: #4F3E0C;
    display: block;
    width: 100%;
}
nav .nav_item a:link{
    text-decoration: none;
}

nav .nav_item:hover {
    background-color:#e0cda8;
}

nav .nav_item .nav-item-dp {
    display: none;
    padding: 0 8px;
    position: absolute;
    z-index: 99;
    top: 57px;
    left: -10%;
    line-height: 43px;
    background: #fef3dc;
    text-align: center;
    padding: 8px 0;
    opacity: 0.82;
    width: 120%;
}

nav .nav_item .nav-item-dp > a {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;

}
nav .nav_item .nav-item-dp > a:hover {
    text-decoration: underline;
}
nav .nav_item .nav-item-dp .nav-dp:hover {
    background: #e0cda8;
    opacity: 0.9;
}
nav .nav_item .nav-item-dp .nav-dp {
    font-size: 16px;
}
nav .nav_item:hover .nav-item-dp {
    display: block;
}

nav .seach_box {
    width: 200px;
    position: relative;
    margin-bottom: 23px;
    float: right;
    margin-top: 8px;
}

.symbol {
    height: 76px;
    margin-left: 34px;
    top: 10px;
    position: relative;
    left: 10px;
}
.logo-text {
    position: relative;
    font-size: 38px;
    color: #931215;
    margin-left: 421px;
    margin-top: -101px;
    letter-spacing: 2px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
}
.logo-down {
    position: relative;
    font-size: 28px;
    color: #353535;
    font-weight: 500;
    margin-left: 424px;
    margin-top: -3px;
    letter-spacing: 2px;
}
.logo-line{
    height: 39px;
    width: 2px;
    background: radial-gradient(#222222, rgba(255, 255, 255, 0.00));
    float: left;
    position: relative;
    left: 386px;
    top: -71px;
}
.row {
    font-size: 16px;
}
.top-img {
    position: absolute;
    right: 0px;
    top: -1px;
    opacity: 0.6;
}
ul{
    list-style: none;
}
.nav-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 50px;
}

.nav-btn {
    color: #7D96BC !important;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
}

.nav-btn:hover {
    color: #fff !important;
}

.separator {
    color: #7D96BC !important;
    margin: 0 5px;
}

.search-box {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
}

.search-box input {
    width: 200px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-box input:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.search-box img {
    width: 18px;
    height: 18px;
    margin-left: -29px;
    cursor: pointer;
    opacity: 0.8;
}

.search-box img:hover {
    opacity: 1;
}



.serach {
    float: right;
    margin-top: -90px;
    margin-right: 2px;
    position: relative;
}

.serach input {
    color: #aaaaaa;
    width: 258px;
    height: 38px;
    line-height: 30px;
    background-color: #ffffffa6;
    border: 1px solid #770303;
    border-radius: 21px;
    padding-left: 19px;
}

.serach img {
    position: absolute;
    right: 14px;
    top: 8px;
}


.content {
    width: 1441px;
    margin: 20px auto 0 auto;
}
.content-left{
    width: 1100px;
}
.content::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.content>div {
    float: left;
}
.left-top-box>div {
    float: left;
}
.swiper {
    width: 310px;
    height: 210px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width:8px;
    height:8px;
    background:rgba(255,255,255,1);
    border-radius:50%;
    opacity: 0.32;
}
.swiper-pagination-bullet-active {
    background:rgba(237,167,0,1);
    opacity: 1;
}

.swiper-pagination {
    margin-left: 115px;
    /* margin-top: 10px; */
    bottom: 11px;

}
.middle-img {
    margin-top: 24px;
}
.left-top-box::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.text-top {
    width: 528px;
    height: 373px;
    margin: 16px;
}
.top-title-box {
    /* margin: 0 17px;
    width: 97%; */
    height: 40px;
    border-bottom: 1px solid #DDDDDD;
}
.top-title-box:first-child {
    border-bottom: 1px solid #BFBCBC;
}

.top-title {
    display: inline-block;
    color: #888888;
    font-family: Microsoft YaHei;
    width: 88px;
    text-align: center;
    height: 100%;
    font-size: 18px;
    cursor: pointer;
}
.top-title-box .top-title:not(:first-child) {
    margin-left: 27px;
}
/* .top-title-box .top-title:not(:first-child)::before {
    content: "|";
    color: #ccc;
    margin-left: -15px;
    margin-right: 15px;
} */

.left-top-box {
    border: 1px solid #e7e7e7;
    width: 1100px;
    height: 408px;
}
.active{
    border-bottom: 2px solid #014CBF;
    font-weight: bold;
    color: #014CBF;
}
.more1 {
    color: #014CBF !important;
    font-size: 16px;
    float: right;
    margin-right: 5px;
}
.list {
    list-style: none;
    line-height: 40px;
    position: relative;
}
.list2 {
    line-height: 38px;
}
.square {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #BBBBBB;
    margin-bottom: 1px;
    margin-right: 12px;
}
.square1 {
    display: inline-block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #014CBF;
    margin-right: 15px;
    margin-bottom: 0;
}

.frame-box1{
    width: 162px;
    height: auto;
    background: #0b53a596;
    left: 2px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    top: 34%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px 4px 5px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box1 span{
    display: inline-flex;
    padding: 0px 0px;
    font-size: 14px;
}
.frame-box{
    width: 75px;
    height: auto;
    background: #fff;
    right: 2px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    top: 50%;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box span{
    display: inline-flex;
    padding: 10px 30px;
    font-size: 16px;
}
.frame-box:before{
    content: url(../images/icon-ywz.png);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 40px;
    height: 40px;
}
.frame-box:hover{
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .20), 0 8px 20px 0 rgba(0, 0, 0, .40);
}

.text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    display: inline-block;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    top: 15px;
    position: relative;
}
.time {
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #aaaaaa;
    position: absolute;
    top: 15px;
    right: 0px;
}
.main-content {
    /*  margin-top: 24px; */
}
.main-content-bottom {
    /* margin-top: 34px; */
}
.main-content::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.content-table {
    float: left;
    margin-left: 0px;
    width: 541px;
    height: 408px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}
.content-table .square {
    background-color: #014CBF;
    margin-bottom: 3px;
}
.content-table .text {
    color: #232323;
    font-size: 16px;
    display: inline-block;
    width: 350px;
}
.content-table-right {
    margin-left: 31px;
}
.content-table li {
    margin: 0 23px;
}
.kind {
    width: auto;
}
.top-title:last-child {
}
.result {
    color: #888888;
    display: inline-block;
    margin-left: 38px;
    cursor: pointer;
}
.content-right {
    width: 320px;
    margin-left: 19px;
}
.direct > a,
.direct .supplier {
    width: 100%;
    display: inline-block;
    height: 129px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;      /* 垂直居中 */
    justify-content: space-between; /* 箭头靠右 */
}
.direct .supplier .login,
.direct .supplier .regist {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    height: 12px;
    line-height: 12px;
    margin: 6px;
}
.direct .supplier .direct-text >a:hover {
    text-decoration: underline;
}
.direct .supplier .regist{
    border-left: 1px solid #fff;
    padding-left: 6px;
}
/* 使用 Grid 实现三列等宽横向布局 */
.direct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 三等分 */
    gap: 10px;  /* 按钮之间的间距，可根据需要调整 */
}

/* 覆盖原有 .direct > a 的宽度和底部外边距 */
.direct > a {
    width: auto;        /* 取消 100% 宽度 */
    margin-bottom: 0;   /* 取消纵向时的底部外边距 */
}
.market, .expert, .supplier, .jingjia {
    position: relative;
}
.direct-text {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    margin-top: 61px;
    color: #fff;
    width: 183px;
    left: 66px;
    position: absolute;
}
/* ... existing code ... */

/* 使用 Grid 实现三列等宽横向布局 */
.direct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 三等分 */
    gap: 0;  /* 按钮之间的间距设为 0，使用边框分隔 */
}

/* 覆盖原有 .direct > a 的宽度和底部外边距 */
.direct > a {
    width: auto;        /* 取消 100% 宽度 */
    margin-bottom: 0;   /* 取消纵向时的底部外边距 */
    position: relative;
    transition: background-color 0.3s ease;
}

/* 在每个 a 元素之间添加白色竖线分隔符 */
.direct > a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background-color: #fff;
    opacity: 0.5;
}

/* hover 时背景变白，文字变色 */
.direct > a:hover {
    background-color: #033F7D;
}


/* ... existing code ... */

/* .direct a:hover .login {
    text-decoration: underline;
} */
.jiantou {
    position: absolute;
    top: 54px;
    right: 30px;
}
.supplier-direct-text {
    margin-right: 0px;
}
.supplier-login {
    margin-right: 16px;
}
.notice {
    width: 100%;
    height: 408px;
    box-sizing: border-box;
    padding: 12px 14px 0px 12px;
    margin-bottom: 10px;
    margin-top: 23px;
    border: 1px solid #e7e7e7;
}
.notice-box {
    width: 290px;
    border-bottom: 1px solid #DDDDDD;
    /* padding-bottom: 8px; */
}
.notice .square {
    vertical-align: top;
    background-color: #014CBF;
    margin-left: 5px;
    margin-right: 7px;
}
.notice li {
    height: 28px;
}
.notice-title {
    font-size: 15px;
    color: #232323;
}
.notice-text {
    font-size: 12px;
    display: inline-block;
    width: 225px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #232323;
}
.download {
    height: 189px;
    padding-bottom: 0px;
    margin-bottom: 16px;
}
.download-box {
    margin-top: 8px;
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    line-height: 46px;
}
.download-box:last-child {
    border: 0px;
}
.download-box img {
    vertical-align: top;
    margin-top: 14px;
}
.download-text {
    color: #232323;
    font-size: 16px;
    display: inline-block;
    margin-left: 8px;
    display: inline-block;
    width: 214px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bottom {
    width: 100%;
    height: 200px;
    background-color: #033E76;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 54px;
}
.company {
    height: 85px;
    line-height: 85px;
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    text-align: center;
    background: #09539b;
    font-size: 15px;
    color: #fff;
}
.company span a{
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #fff;
}
.company span:after{ content:""; display:inline-block; width:1px; height:12px; border-left:1px solid #fff;    left: -20px; margin-left:20px; position:relative; top:1px;font-size:16px;}
.company span:last-child:after{ display:none;}
.technology {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #fff;
}
.address{
    width:1000px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    height: 0px;
    position: relative;
}
.address span {
    margin-right: 20px;
}
.frame-box{
    width: 55px;
    height: auto;
    background: #014CBF;
    right: 2px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    top: 50%;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box span{
    display: inline-flex;
    padding: 10px 17px;
    font-size: 16px;
}
.frame-box:before{
    content: url(../images/icon-ywz.png);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 40px;
    height: 40px;
}
.frame-box:hover{
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .20), 0 8px 20px 0 rgba(0, 0, 0, .40);
}
/*===========浮动层===========*/
.fixed-msg{ width:500px; background:#fff; border:7px solid rgba(0,0,0,0.2); padding:30px 20px; box-shadow:0 4px 8px rgba(0,0,0,0.2); position:fixed; top:50px; left:50px; z-index:99;}
.fixed-msg .tips{ font-size:14px; color:#333; display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.fixed-msg .tips:hover{ color:#cba635;}
.fixed-msg .tips i{ font-size:40px; display:inline-block; margin-right:10px; position:relative; top:2px;}
.fixed-msg .more3{ color:#2196f3; display:block; float:right; margin-bottom:-10px;}
.fixed-msg .close{ display:block; width:24px; height:24px; text-align:center; position:absolute; top:0; right:0;}
.fixed-msg .close i{  line-height:24px; font-size:18px;}
.fixed-msg .close:hover{ color:#fff; background:#e45454;}
.masklayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 998;
}

.layerdt {
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    width: 790px;
    margin: -225px 0 0 -395px;
    z-index: 9996;
}

.layerdt .lydt {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #000;
}

.layerdt video,
.layerdt img,
.layerdt object,
.layerdt embed,
.lydt div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layerdt object,
.layerdt img {
    vertical-align: top;
}

.exitlayer {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 40px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    background: #234572;
    text-indent: -9999px;
    text-indent: 0\0;
    *text-indent: 0;
}

.exitlayer:hover {
    opacity: 0.75;
}

.exitlayer:before,
.exitlayer:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -40%;
    content: "";
    line-height: 0;
    font-size: 0;
    width: 80%;
    height: 1px;
    background: #fff;
    overflow: hidden;
    display: none\0;
}

.exitlayer:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.exitlayer:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

#calendar{
    background: #fff;
    width: 320px;
    height: 408px;
    border: 1px solid #ddd;
    position: relative;
}

#calendar:after {
    content: "采购日历";
    display: block;
    width: 36px;
    font-size: 19px;
    color: #fff;
    height: 137px;
    background: url(../images/rili.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    right: -31px;
    background-size: cover;
    text-align: center;
}
/*.t1:before {
    content: "政府采购";
    display: block;
    width: 36px;
    font-size: 19px;
    color: #fff;
    height: 137px;
    background: url(../images/rili1.png) 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    text-align: center;
    margin: 0px 0px 0px -25px;
}
.t2:before {
    content: "学校统一采购";
    display: block;
    width: 36px;
    font-size: 19px;
    color: #fff;
    height: 194px;
    background: url(../images/rili2.png) 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    text-align: center;
    margin: 0px 0px 0px -25px;
}*/
.direct {
    margin-top: 15px;
    background: url(../images/img-rkbj.png);
    background-size: cover;
}
/*===========网站尾部===========*/
#footer {
    position: relative;
    height: 190px;
    line-height: 2em;
    min-height: 190px;
    text-align: center;
    background: url(../images/foot-bg.png) #1d436f center 0 no-repeat;
    background-size: 100% 190px;
}

.footer-w {
    width: 1340px;
    margin: 0 auto;
    position: relative;
}


#footer ul {
    line-height: 50px;
    overflow: hidden;
    zoom: 1;
    /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
    padding: 10px 0;
    margin-bottom: 15px;
}

#footer li {
    display: inline-block;
    margin: 0 10px;
}

#footer li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    border-left: 1px solid #fff;
    margin-left: 20px;
    position: relative;
    top: 1px;
}

#footer li:last-child:after {
    display: none;
}

#footer li a {
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    text-decoration: none;
}

#footer li a:hover {
    color: #fff;
}

#footer p {
    margin-bottom: 5px;
}

#footer p span {
    color: rgba(255,255,255,0.88);
    margin: 0 10px;
    font-size: 15px;
}

.address span{
    position: relative;
    top: -135px;
    left: 543px;
    margin: 0 auto;
    width: 253px;
    display: flex;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 300;
    text-align: left;
    color: #fff;
    line-height: 30px;}

.three-column-layout {
    width: 100%;
    height: 40px;
    background: #10307d;
    position: relative;
}

.nav-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 50px;
}

.nav-btn {
    color: #7D96BC !important;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
}

.nav-btn:hover {
    color: #fff !important;
}

.separator {
    color: #7D96BC !important;
    margin: 0 5px;
}

.tab-ti{
    font-size:18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: Bold;
    text-align: left;
}
/* 联系我们 */
.contact-us {
    width: 100%;
    height: 228px;
}

.contact-us .column-title {
    height: 232px;
    background: url(../images/lxwm-img.png);
}

.contact-us .column-content {
    height: 154px;
    width: 100%;
    padding: 10px 12px 10px 12px;
    margin-top: -155px;
}
.column-content .line {
    margin-top: 31px;
    height: 22px;
    line-height: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.line .text-left {
    float: left;
    width: 145px;
    text-align: justify;
}
.line .text-left span {
    display: inline-block;
    padding-left: 100%;
}
.line .text-right {
    float: right;
    width: 137px;
    text-align: left;
}
.column-content .line:nth-child(7) .text-left,
.column-content .line:nth-child(7) .text-right{
    height: 60px;
}
/*.column-content .line:last-child .text-left{*/
/*    width: 95px;*/
/*}*/
/*.column-content .line:last-child .text-left:after{*/
/*    content: "：";*/
/*    position: relative;*/
/*    left: 100px;*/
/*    top: -30px;*/
/*}*/
.top-title-box {
    height: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.title-logo {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}