/* 头部区域样式 */
*{
    padding: 0;
    margin: 0;
}
a{
    color: black;
}
a:hover{
    text-decoration: none;
}
#gz-header{
    width: 100%;
    height:150px;
    background-color: #623590;
    /* background-image: url('../image/swiperbackground.png');*/
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.8; */
    

}
.header-box{
    /* background: url('../image/dhlbg1.jpg') no-repeat; */
    background-size:  100% 100%; 
    z-index: 9999;
}
body{
    /*background-image: url('../image/bg.png');*/
}
.title-Box{
    width: 1200px;
    height:150px;
    margin: 0 auto;
    /* background-color: #623590;
    opacity: 0.8; */
}
.title-Box{
    display: flex;
    justify-content: space-between;
   align-items: center;
}
.logo-text{
    width: 200px;
    padding: 12px;
    padding-left: 20px;
    border-left: 2px solid white;
    font-size: 38px;
    color: white;
    letter-spacing: 4px;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
.gz-input{
    text-align: right;
    margin-right: 0;
}
.gz-logo img{
    /* width: 00px; */
    width: 750px;
}
.gz-input .xiaoxun span{
    color: #fff;
    font-size: 18px;
    /* font-family: ; */
}
.gz-input .input-group{
    width: 200px;
    margin-right: 0px;
}


/* 导航条区域 */
#nav{
    width: 100%;
    height: 52px;
    z-index: 9999;
    /* background-color: #623590 ; */
    /* background-color: #623590; */
}
.navbar{
    background-color: #f7f7f7;
    opacity: 0.8;
    border-radius: 0px ;
}
.navbar:hover{
    opacity: 1;
}
#nav .nav-box{
    width: 1200px;
    height: 59px;
    margin: 0 auto;
    line-height: 59px;
    /* opacity: 0.9; */
    /* opacity: 1 !important; */
    
    /* background-color: #623590 !important; */
}
.navbar-box{
    width: 1200px;
    z-index: 100000;
}
.navbar-header{
    /* background-color: #623590 !important; */
}
.navbar-box .navbar-tabs {
    
    /* opacity: 1 !important; */
}
.navbar-box .navbar-tabs li {
    width: 140px;
    text-align: center;
    font-size: 16px;
    z-index: 10000;
    /* background-color: #623590; */
 
    /* border-right: 1px solid #623590; */
    /* height: 30px; */
}

.navbar-box .navbar-tabs li a{
    color: #581f93 !important;
    font-size: 18px;
    font-weight: 600;
}
.navbar-box .navbar-tabs li a:hover{
    color: #6841ea !important;
    background-color: #fff;
}
.two-menu .two-menus{
    padding:0px;
  
}
.two-menu .two-menus li{
    width: 100%;
    height: 50px;
    
}
.two-menu .two-menus li a{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.two-menu .two-menus li a:hover{
    background-color: #fff;
    opacity: 0.8;
    color: #623590;
  
    
}
.imgtoptext{
    text-align: left;
    margin-left: 80px;
    font-size: 18px;
    color: #623590;
}
/* 轮播图样式 */
#gz-banner{
    width: 100%;
    height: 487px;
    z-index: -1;
}
#gz-banner .banner-box{
    margin: 0 auto;
    width: 1200px;
    height: 300px;
}
.carousel-imgs div img{
    height: 317px; 
}
/* 主页主体部分 */
#gz-main{
    /* background-color: white; */
    width: 100%;
}
.title{
    max-height: 315.7px;
    overflow:hidden;
}
.title h1{
    font-size: 18px;
    position: relative;
    border-bottom: 2px solid #a291da;
    font-weight: 600;
    padding-bottom: 3px;
}
.title h1 img {
width: 30px;
padding: 5px;
padding-top: 0;
}

.title h4{
    color: #623590;
}
.title span{
    position: absolute;
    right: 0;
    bottom: 11px;
}
.title h1 span{
    bottom: 5px;
    font-weight: 500;
}
.title span a{
    font-size: 12px;
    color: #fff;
    background-color: #c4bbe1;

    padding: 4px 11px;
    border-radius: 15px;
}
.title span a:hover{
    text-decoration: none;
}
.gz-lunbo{
    height: 200px;
    /* background-color: #623590; */
}
.liebiao{
    height: 200px;
    overflow: hidden;
}
.liebiao2{
    height: 240px;

}
.liebiao3{
    height: 360px !important;
}
.liebiao li{
    padding: 4px;
    position: relative;
    border-bottom: 1px solid #d8d3ea;
    list-style: none;
}
.liebiao li a{
    font-size: 14px;
    font-weight: 500;
    color: #484848;
    padding-left: 15px;
    padding-top: 5px;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../image/li.png) no-repeat left;
}
.liebiao li a:hover{
    color: #623590;
    text-decoration: none;
}
.liebiao li a span{
    font-size: 12px;
    color: #c3c3c3;
}
/* .gz-liuyan>div{
    background-image: url('../image/write.jpeg');
    height: 240px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gz-liuyan>div>.jianbian{
    background-image: linear-gradient(white,transparent,#623590);
    height: 240px;
    position: absolute;
    bottom: 0;
    width: 160px;
} */
.publish{
    text-align: center;
    margin-top: 120%;
    color: white;
}
.publish a{
    color: white;
    font-size: 17px;
}
.publish a:hover{
    text-decoration: none;
}
.contact{
    padding: 0;
}
.contact li{
    padding: 10px;
    margin: 10px 0;
    list-style: none;
    border-radius: 4px;
    background-color: #623590;
    font-size: 14px;
    font-weight: 550;
}

#myzhaobiao li a{
    font-size: 14px;
    /*width: 132px;*/
    text-align: center;

}
.gz-gz{
    display: block;
    border: none;
    width: 73%;
    margin: 10px auto;
    height: 70px;
    background-color: #623590;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    opacity: 1;
    /*background-image: url('../image/swiperbackground.png');*/
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.gz-gz i{
    font-size: 22px;
    top: 5px;
}
/* 联系我们 */
/* .contactUs{
    height: 200px;
} */
.contactUs .contactUsBox div{
    width: 30%;
    height:100px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom:10px;
    line-height: 20px;
    text-align: center;
    float: left;
    display: inline-block;
    /* background: url(../image/lxwm_bg.png) no-repeat; */
    background-color: #d8d3ea;
    border-radius: 10px;
}
.contactUsBox{
    display: flex;
    justify-content: space-between;
}


/* 底部样式 */
#gz-footer{
    width: 100%;
    height: 150px;
    background: #623590;
    /*background-image: url('../image/swiperbackground.png');*/
    position: relative;
    border: 1px solid transparent;
    margin-top: 10px;
}
.footer-box{
    width: 1200px;
    height: 128px;
    margin: 0 auto;
}
footer{
    margin-top: 35px !important;
}
footer p{
    color: white;
    text-align: center;
    margin-top: 20px;
}
.footer-box p a{
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
 .footer-box p a:hover{
    color: #623590;
    text-decoration-color: white;
}
.footer-box img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10%;
    left: 7%;
}
.footer-box .first a{
    font-size: 15px;
    font-weight: 500;
} 
.left-dhl{
    margin-top: 10px;
    
    /* background-color: #623590; */
}
/* 部门介绍 */

.right-mian{
    /* background-color: #623590; */
   min-height: 550px;
    margin-top: 10px;
  
}
.jieshaoText{
    margin-bottom: 50px;
}
.rightTitle{
    width: 100%;
    /* text-align: center; */
    /* display: flex;
    justify-content: space-between; */
    text-align: center;
    border-bottom: 1px solid #623590;
    position: relative;
    margin-bottom: 25px;
}
.titleValue{
    color: #623590;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.nowTitle{
    position: absolute;
    right: 10px;
    bottom: 0px;
    /* width: 100px; */
}
.dht-css{
    display: flex;
/* justify-content: space-around; */
align-items: center;
flex-direction: column;
padding: 10px;
border: #623590 1px solid;
border-radius: 10px;

/* min-height: 800px; */

}
.dht-css :last-child{
    border:  none;
}
.frist-child{
 background-color:#623590;
 width: 80%;
 height: 80%;
 border-radius: 10px;
color: white;
padding: 15px;
margin-bottom: 10px !important;
font-weight: 700;
}
.dht-css li{
    margin-top: 5px;
    width: 100%;
    /* text-align: center; */
    height: 50px;
    /* line-height: 60px; */
    /* background-color: red; */
    border-bottom:  1px solid #623590;
    font-size: 16px;
}
/* 招标采购 */
.lbstyle{
    width: 100%;

}
.lbstyle .liebiao{
    height: 200px;
    overflow: hidden;
}
.lbstyle .liebiao li{
    padding: 4px;
    position: relative;
    border-bottom: 1px dashed black;
    list-style: none;
}
.lbstyle .liebiao li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #484848;
    padding-left: 15px;
    padding-top: 5px;
    display: inline-block;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../image/li.png) no-repeat left;
}
.lbstyle .liebiao li a span{
    position: absolute;
    right: 0px;
}
.lbstyle .liebiao li a:hover{
    color: #623590;
    text-decoration: none;
}
.lbstyle .liebiao li a span{
    font-size: 12px;
    color: #c3c3c3;
}
.fenye{
    width: 100%;
    display: flex !important;
    justify-content: space-around !important;
 
}
.fenyeul{
   display: flex !important;
   justify-content: center 
};
/* 详情界面 */
.leftMain{
    height: 800px !important;
}
.nownews{
    width: 100%;
    margin-top: 50px;
    min-height: 280px;
    border-radius: 10px;
    border: 1px solid #623590;
    padding: 10px;
}
.nownewsTitle{
    padding: 10px;
    border-bottom: #623590 1px solid;
    font-weight: 700;
    color: #623590;
    font-size: 20px;
}
.search{
    width: 100%;
    padding: 15px;
    border: 1px solid #cdc9c9;
    border-radius: 5px;
    margin: 40px 0;
}
.search strong{
    display: block;
    font-size: 18px;
    width: 234px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}
.search p{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}
@media (max-width: 768px){
    .contactUsBox{
    flex-direction: column;
    }
.contactUs .contactUsBox div{
    width: 100%;
}
    .gz-logo{
        width: 100%;
    }
    .navbar-box .navbar-tabs li {
        width: 100%;
        text-align: center;
        /* background-color: #fff; */
    }
    .navbar-box{
        width: 100%;
    }
    .two-menu .two-menus li a:hover{
        background-color: #623590;
        opacity: 0.8;
        color: #fff;
    }
    .footer-box{
        width: 100%;
    }
    .footer-box img{
        display: none !important;
    }
    .logo-text{
        font-size: 26px;
        font-family: "行楷";
    }
    .gz-logo img{
        width: 200px;
        height: 50px;
    }
    
    
}
@media (max-width: 1508px){
    .footer-box img{
        display: none;
    }
}
.pic-view .carousel-inner .active img{
    height: 480px !important;
}

.getnew span{
    margin: 0 20px;
}
.getnew i::before{
    position: absolute;
    top: 2px;
    left: -16px;
}
.gongzi_see{
    display: flex;
}
.gongzi_see p{
    width: 35%;
}
.gongzi_see .getnew{
    width: 65% !important;
    text-align: right;
}
.getnew span span{
    margin: 0 !important;
}
