/***********全局重置CSS*****************/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {margin: 0;}
p {margin: 0;}
ul, ol, li {padding-left: 0;list-style-type: none;}
/***消除img默认边框*****/
img {border: 0;display: block;}
a {text-decoration: none;color: inherit;}
/*细线表格*/
table {border-collapse: collapse;}
em {font-style: normal;}
/***默认让所有浏览器出现右边滚动条****/
html {overflow-y: scroll;font-size: 16px;}
/***默认清除浮动****/
body {font-family: "微软雅黑", "sans-serif", "Arial";}
.conter{max-width: 1520px;margin: 0 auto;padding: 0 20px;box-sizing: border-box;}
.header{height: 31.75rem;background: url(yjzj_20240827_pic1.png) top center no-repeat;background-size: cover;}
.header .top{display: flex;justify-content: space-between;align-items: center; padding-top: 1rem;}
.header .top .slh a{padding: 0.5rem 0.7rem; font-size: 1.25rem;background: #fff;color: #1b80a8;}
.header .top .slh a:not(:first-child){margin-left: 1.4rem;}
.header .top img{width: 70%;}
.header .title {margin-top: 2rem;}
.header .title img:first-child{height: 6.64rem;width: auto;}
.header .title img:last-child{height: 4.5rem;width: auto;}
.center{width: 80%;height: 1800px; margin: 0 auto;}
.center iframe{width: 100%;height: 100%;}

.footer{background: #333;}
.footer a{color: inherit;}
.footer span{color: #fff;}
.footer .con_right{padding-top: 40px;}
.footer_con .con_right span{height: 55px;}
.footer_con .con_right img{display: inline-block;} 
.footer_con .con_con .baxh{float: left;}
.footer_con .con_con .ygwspan{float: left;}
.footer_con .con_con .ygwspan a{float: right;}
.footer_con .con_con .ygwspan img{float: left;}
.footer_con .con_left img{display:unset;}

@media (min-width:1024px) {
    .center iframe{width: 100%;height: 100% !important;}
}
@media (max-width:1460px) {
    .header {height: 24.75rem;}
    .center{width: 80%;height: 1900px; margin: 0 auto;}
}
@media (max-width:1200px){
    .center{width: 100%;}

    .footer_con{ background:#272c32 !important; color:#fff!important; overflow:hidden!important; padding:10px 0!important; width:100%!important;}
    .footer_con .con_left{ float:none!important; padding:0!important; width:100%!important; text-align:center!important;}
    .footer_con .con_con{ float:none!important; width:100%!important; text-align:center!important;}
    /*.footer_con .con_right{ display:none!important;}*/
    .footer_con .con_right{width:auto!important;display: block;position: absolute;left: 65%;margin-left:0px;top: 10px; padding:0px}
    /* .footer_con .con_right img{width:75%} */
    .footer{ position:relative!important; margin:0!important;}
    .footer_con{min-width:auto!important;}
    .footer_bg{ min-width:auto!important;}
    .footer_con .con_left{width:auto!important;}
    .footer_con .con_con{width:auto!important;}

} 
@media (max-width:1024px){
    .center{height: 2000px;}
}
@media (max-width:860px){
    .header .top img{width: 60%;}
    .header .title img:first-child{height:auto;width: 60%;}
    .header .title img:last-child{height: auto;width: 100%;}
}
@media (max-width:780px){
    .center{height: auto;}
    /* .center{height: 4000px;} */
    .footer{margin: 0;height: unset;}
    .footer_con{width: 100%;}
    .footer .con_left{width: unset !important;position: unset;bottom: 0;left: 0;}
    .footer .con_con{width: 100% !important;}
}
@media (max-width:680px){
    .header {height: 19rem;}
    .header .title {margin-top: 1rem;}
    .header .top .slh {display: none;}
    .footer_con{        display: flex;justify-content: center;flex-wrap: wrap;}
    .footer_con .con_con span{float: none;word-break: break-all; word-wrap: break-word;display: inline-table;}/*20180820addbylfw*/
    .footer_con .con_con .baxh{float: none;}
    .footer_con .con_con .ygwspan{float: none;}
    .footer_con .con_right{position: relative; left: 0;}
}