@charset "utf-8";
/* CSS Document */
.el-header, .el-footer {
    background-color: #B3C0D1;
    color: #333;
    text-align: center;
    line-height: 60px;
}
.el-aside {
    background-color: #D3DCE6;
    color: #333;
    text-align: center;
    line-height: 200px;
}
.el-main {
    background-color: #E9EEF3;
    color: #333;
    text-align: center;
    line-height: 160px;
}
body > .el-container {
    margin-bottom: 40px;
}
html{

}
.el-container:nth-child(5) .el-aside, .el-container:nth-child(6) .el-aside {
    line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}
*{
    margin: 0;
    padding: 0;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}

a,a:link, a:visited {
    color: #2c3e50;
    text-decoration: none;
    list-style: none;
}
.nowlink:link,.nowlink:visited{
    color: #990000;
}
a:hover {
    color: #e6a23c;
    list-style: none;
    text-decoration: none;
}
.TopHead{
    width: 100%;
    /*position:fixed;*/
    top:0;
    z-index:999;
    background-image: url("../images/qdx_top_bgimg.png");
    background-repeat:repeat-x;
}
.nav_search{
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/qdx_lxh_top.png");
    background-repeat: no-repeat;
    background-position-x:center;
    background-position-y: 5px;
    /*background-color:rgba(186, 70, 67, 1);*/
    flex-wrap: nowrap; /*项目元素  nowrap不换行，wrap换行  */
    align-items: center;
    justify-content: center;
}
.nav_left{
    width: 320px;
    display: flex;
    flex-wrap: nowrap;
}
.nav_middle{
    margin-right: auto;
}

.nav_left span ,.nav_middle span{
    color: #FFF;
}
.nav_left span a,.nav_middle span a{
    font-size: 87.5%;
    padding-left: 10px;
    line-height: 40px;
    flex-shrink: inherit;
}
.el-select .el-input {
    width: 260px;
}
.input-with-select .el-input-group__prepend {
    background-color: #fff;
    width: 80px;
}
.line_shadow{
    border-bottom-width: 2px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02), 0 0 0px rgba(0, 0, 0, .0)
}
.line_zt{
    background-image: url(/images/zt_line.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 4px;

}
.box_title{
    margin-left: auto;
    margin-right: auto;
}
.index_box{
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}
.nav_logo{
    margin-top: 10px;
    flex-shrink: 0;
    background-image: url("/images/logoleft1.png");
    background-size: contain;
}
.nav_list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.nav_list a:link, .nav_list a:visited {
    text-decoration: none;
    color: #222222;
}
.nav_zt{
    display: flex;
}
.zt_space{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-grow: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4E7ED;
/*    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E7ED;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E4E7ED;*/
    color: #e6a23c;
}
.zt_space:hover{
    background-color:#f5dab1;
}
.zt_space a,.zt_space a:link,.zt_space a:visited{
    text-align: center;
    line-height: 20px;
}
.zt_spacetop{
    flex-shrink: 0;
}
.zt_spacetop a{
    text-decoration:none;
    width: 90%;
}
.zt_spacetop a h1{
    line-height: 50px;
    text-align: center;
    color: #cd0a0a;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
.zt_spacetop a span{
    font-size: 87.5%;
    line-height: 40px;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_footer {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap; /*项目元素  nowrap不换行，wrap换行  */
    background-color:rgba(186, 70, 67, 1);
    justify-content: center;
    margin-top: 5px;
/*    position:fixed;
    bottom:0;
    z-index:999;*/
}
.footer_bottom{
    display: flex;
    justify-content: center;
}
.mid_inc{
    width: auto;
    line-height: 24px;
    color: white;
}
.inc_address, .inc_mail, .inc_ba{
    display: flex;
    justify-content: center;
}
.inc_ba a:link,.inc_ba a:visited{
    color: #fef0f0;
}
.ioc_ga{
    background-image: url(/images/00222133_03.png);
    background-repeat:no-repeat;
    background-position: left;
    padding-bottom: 2px;
    padding-left: 30px;
}
.SitMap{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 10px;
    height: 65px;
    background-image: url(../images/qdx_logo3.png);
    background-repeat:no-repeat;
    padding-left: 10px;
    background-position: right;
    border-bottom-width: 2px;
    border-bottom-color: #cd0a0a;
    border-bottom-style: solid;
}
.fix_bottom{
    position:fixed;
    right:3rem;
    bottom:100px;
}
.LeftTitleList{
    width: 80%;
    display: flex;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
}
.LeftTitleList img{
    margin-right: 10px;
}
.marginButton{
    margin-bottom: 20px;
}
.outline{
    border: 2px solid #cd0a0a;
    color: #000000;
}
.border_top{
    border-top: 2px solid #990000;
}
.project-dropdown{
    height:300px;
    overflow: auto;
}
.project-dropdown::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #99a9bf;
}
.project-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.project-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}