.header {
    height: 280px;
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_header_bg.jpg) center top no-repeat;
}

.headerr {
    height: 280px;
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/20224_header_bg.jpg) center top no-repeat;
}

.top {
    
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    height: 40px;
    line-height: 80px;
    /* overflow: hidden; */
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.topBox>span {
    display: inline-block;
    color: #fff;
}

.topBox .sdbz {
    width: 280px;
    height: 40px;
    
}

.icon_icons a {
    position: relative;
}

.sdbz img {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    border: 6px solid #50a2f6;
}

.icon_icons a:hover img {
    display: block;
}

.topBox .icon_icons {
    margin: 0 20px;
}

.topBox .sdbz a,
.topBox .sdbz span {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}

.topBox .sdbz span {
    padding: 0 8px;
}

.topBox .sdbz a.icon {
    width: 23px;
    height: 20px;
    display: inline-block;
    margin: 10px 5px 0;
}

.topBox .sdbz a.icon01 {
    
}

.topBox .sdbz a.icon02 {
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_icon2.png) no-repeat center center;
}

.topBox .sdbz a.icon03 {
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_icon3.png) no-repeat center center;
}

.header_center {
    margin: 40px auto 0;
}

.logo,
.logo img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.lmlogo,
.lmlogo img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
	margin-top:-90px;
	margin-left:100px;
}

.lylogo,
.lylogo img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}



/*????���*/

.search {
    position: relative;
    margin-top: 36px;
    width: 825px;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 45px;
    overflow: hidden;
}

.search form {
    display: inline-block;
}

.search input {
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border: none;
    outline: none;
}

.search .searchText {
    color: #333333;
    width: 374px;
    font-size: 16px;
    padding-left: 25px;
}

.search .searchBtn {
    position: absolute;
    right: 0;
    background: #1d5fa5 url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_search.png) no-repeat 22% center;
    cursor: pointer;
    border-radius: 5px;
    width: 128px;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
	background-image: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_search.png);
}

.search .searchText::placeholder {
    color: #c0c0c0;
}


/*nav*/

.menu_box {
    background-color: #005ca1;
    width: 100%;
    height: 65px;
}

.menu>li {
    float: left;
    width: 12%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    border-right: 1px solid #337db4;
	border-left: 1px solid #337db4;
}

.menu>li.on,
.menu>li:hover {
    background-color: #f39803;
}

.menu>li a {
    font-size: 22px;
    color: #fff;
}


/* footer */

.footer {
    background: #005ca1;
    margin-top: 20px;
}

.link {
    /* background: #e0e0e0; */
    position: relative;
    color: #fff;
}

.link_list {
    position: relative;
}

.link_list i,
.link_list li i {
    position: absolute;
    margin-left: 5px;
    text-align: center;
    top: 8px;
    right: 20px;
    color: #8b8b8b;
    width: 18px;
    height: 13px;
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_jt.png) no-repeat center;
}

.link_list>div .down_box {
    text-indent: 20px;
    z-index: 100;
    display: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #337db4;
    width: 100%;
    max-height: 300px;
    box-shadow: 1px -2px 6px 0px rgba(0, 0, 0, .175);
    line-height: 30px;
    overflow-y: auto;
}

.link_list>div .down_box li {
    width: 100%;
}

.link_list>div .down_box a {
    padding: 5px 0;
    color: #fff;
    display: block;
}

.link_list {
    margin: 0 -10px;
}

.link_list>div {
    position: relative;
    width: 23%;
    margin: 28px 1% 0;
    float: left;
    text-indent: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #337db4;
}

.link_list>div.on {
    background: #337db4;
}

.link_list>div.on i {
    transform: rotate(180deg);
}

.links>div {
    position: relative;
}

.about {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.about a,
.about span {
    font-size: 14px;
    color: #fff;
    word-break: keep-all;
}

.about span {
    margin: 0 .9%;
}

.foot_desc {
    padding: 20px 0;
}

.foot_desc a {
    color: #fff;
}

.foot_text {
    width: 52%;
    color: #fff;
}

.foot_img {
    margin-top: 1%;
}

.foot_img img {
    margin: 0 10px;
}

#_ideConac {
    vertical-align: -11px;
}


/* ��Ŀ���� */

.lm_title {
    width: 100%;
    height: 63px;
    line-height: 50px;
    text-align: center;
    background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/2022_lm_bg.png) no-repeat center;
    margin: 0px auto 0px;
}

.lm_title a {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}


/* ��ǰλ�� */

.location {
    background-color: #f5f8fc;
}

.location,
.location a,
.location span {
    padding: 14px 0;
    font-size: 16px;
}

.location img {
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width:1250px) {
    .main {
        width: 96%;
    }
}

@media screen and (max-width:1001px) {
    .search {
        width: 80%;
    }
    .mobile_hide {
        display: none;
    }
    .foot_text {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:767px) {
    .menu>li a {
        font-size: 18px;
    }
    .lm_title a {
        font-size: 18px;
    }
}

@media screen and (max-width:500px) {
    .header {
        height: initial;
        padding-bottom: 20px;
    }
    .logo {
        width: 80%;
    }
    .search {
        width: 96%;
    }
    .search .searchText,
    .search .searchBtn,
    .location,
    .location a,
    .location span {
        font-size: 14px;
    }
    .search .searchText {
        width: 75%;
        padding: 0 2.5%;
    }
    .search .searchBtn {
        width: 20%;
    }
    .menu_box {
        height: 80px;
    }
    .menu>li {
        width: 33.33%;
        height: 40px;
        line-height: 40px;
        border: 0;
    }
    .menu>li a {
        font-size: 18px;
    }
}