@media(min-width:1000px) {
    .kdfl_text {
        width: calc(100% - 475px);
    }
    .jssh_tit .fr {
        padding-top: 10px;
    }
    /**/
    .content_con {
        padding: 80px;
        max-width: 1440
    }
    /**/
    .header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        transition: all .5s ease-out;
    }
    .header2 {
        background: #596868;
    }
    .headerbox {
        width: 1440px;
        margin: 0 auto;
    }
    .topbox {
        color: #fff;
        height: 100px;
        transition: all .8s ease 0s;
    }
    .top {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .top span {
        line-height: 58px;
    }
    .top .flnr {
        /*transition: all .8s ease 0s;*/
        color: #fff;
        font-size: 16px;
        color: #fff;
        padding: 0 13px;
        font-family: font1;
    }
    .top .flnr:hover {
        color: #c3181f;
    }
    .top .yzfy {
        /*transition: all .8s ease 0s;*/
        float: right;
        width: 55px;
        height: 25px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 23px;
        font-size: 14px;
        border-radius: 3px;
        text-align: center;
        margin-top: 32px;
        display: block;
        text-align: center;
    }
    .top .yzfy:hover {
        color: #fff;
        border: 1px solid #F1BB35;
        background: #F1BB35;
    }
    .logo {
        margin-top: 14px;
        left: 0;
        position: absolute;
        width: 169px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .logo img {
        width: 100%;
    }
    .on {
        background: #c3181f;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .on1 .logo {
        top: -0px;
        width: 180px;
    }
    .on3 ul li h3 a {
        color: #FFF;
    }
    .on3 ul li h3 a:hover {
        color: #FFF;
    }
    .ssnr {
        transition: all .8s ease 0s;
        float: right;
        padding: 23px;
        overflow: hidden;
        position: relative;
        width: 13px;
        margin-top: 15px;
    }
    .btn2 {
        cursor: pointer;
        background: url(/static/images/a_04.png);
        width: 13px;
        height: 13px;
        border: none;
        position: absolute;
        right: 0;
        top: 22px;
    }
    .ssk1 {
        /*transition: all .8s ease 0s;*/
        border: none;
        border-bottom: 1px solid #fff;
        display: none;
        position: absolute;
        left: -160px;
        bottom: -8px;
        width: 180px;
        line-height: 30px;
        color: #fff;
    }
    .ssk1::-webkit-input-placeholder {
        color: #fff;
    }
    .ssnr:hover {
        width: 180px;
        margin-left: 30px;
    }
    .ssnr:hover .ssk1 {
        display: block;
    }
    .navbox {
        transition: all .8s ease 0s;
        float: right;
        top: 28px;
        margin: 25px auto 0 auto;
    }
    .nav {
        clear: both;
        margin: 0 auto;
        text-align: right;
    }
    .nav li {
        display: inline-block;
        *display: inline;
        color: #fff;
        position: relative;
        height: 45px;
        line-height: 40px;
    }
    .nav h3 span {
        display: none;
    }
    .nav h3 a {
        font-size: 17px;
        color: #fff;
        font-family: font1;
        padding: 0 15px;
        letter-spacing: 1px;
    }
    .sub {
        border: 1px solid #ccc;
        background: #fff;
        white-space: nowrap;
        padding: 10px 30px;
        position: absolute;
        border-radius: 6px;
        left: 0;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        text-align: left;
    }
    .sub: hover {
        transform: all .5s;
    }
    .sub dt {
        line-height: 35px;
        color: #4f4f4f;
        font-size: 16px;
    }
    .sub dt a {
        color: #4f4f4f;
        font-family: font1;
        letter-spacing: 1px;
    }
    .sub dt a:hover {
        color: #c3181f;
    }
    .sub span {
        background: url(/static/images/d5.png);
        width: 14px;
        height: 9px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -9px;
    }
    .nav li:hover h3 a {
        color: #fff;
    }
    .nav li:hover .sub {
        display: block;
    }
    .banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .bannerbox .swiper-slide {
        overflow: hidden;
    }
    .bannerbox .swiper-slide img {}
    .bannerbox .swiper-pagination {
        bottom: 50px;
    }
}

.nav li:active h3 a {
    color: #fff;
}

@media(max-width:1440px) and (min-width: 1000px) {
    .header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    .headerbox {
        width: 100%;
        margin: 0 auto;
        padding: 0 1%;
    }
    .topbox {
        color: #fff;
        height: 65px;
        position: relative;
        transition: all .8s ease 0s;
    }
    .top {
        width: 100%;
        margin: 0 auto;
        padding: 0 1%;
    }
    .top span {
        line-height: 58px;
    }
    .top .flnr {
        transition: all .8s ease 0s;
        color: #fff;
        font-size: 14px;
        color: #fff;
        padding: 0 13px;
    }
    .top .flnr:hover {
        color: #c3181f;
    }
    .top .yzfy {
        transition: all .8s ease 0s;
        float: right;
        width: 55px;
        height: 25px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 23px;
        font-size: 14px;
        border-radius: 3px;
        text-align: center;
        margin-top: 32px;
        display: block;
        text-align: center;
    }
    .top .yzfy:hover {
        background: #F1BB35;
        border: 1px solid #F1BB35;
    }
    .logo {
        margin-top: 14px;
        left: 0;
        position: absolute;
        width: 140px;
    }
    .logo img {
        width: 100%;
    }
    .on {
        background: #c3181f;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .on1 .logo {
        top: -4px;
        width: 180px;
    }
    .on3 ul li h3 a {
        color: #FFF;
    }
    .ssnr {
        transition: all .8s ease 0s;
        float: right;
        padding: 23px;
        overflow: hidden;
        position: relative;
        width: 13px;
        height: 100px;
    }
    .btn2 {
        cursor: pointer;
        background: url(/static/images/a_04.png);
        width: 13px;
        height: 13px;
        border: none;
        position: absolute;
        right: 0;
        top: 42px;
    }
    .ssk1 {
        transition: all .8s ease 0s;
        border: none;
        border-bottom: 1px solid #fff;
        display: none;
        position: absolute;
        left: -160px;
        bottom: -8px;
        width: 180px;
        line-height: 30px;
        color: #fff;
    }
    .ssk1::-webkit-input-placeholder {
        color: #fff;
    }
    .ssnr:hover {
        width: 180px;
        margin-left: 30px;
    }
    .ssnr:hover .ssk1 {
        display: block;
    }
    .navbox {
        transition: all .8s ease 0s;
    }
    .nav {
        clear: both;
        width: 100%;
        margin: 0 auto;
        text-align: right;
        transition: all .5s;
        height: 0px;
    }
    .on3 {
        height: 45px;
    }
    .nav li {
        display: inline-block;
        *display: inline;
        color: #fff;
        position: relative;
        height: 45px;
        line-height: 40px;
    }
    .nav h3 a {
        font-size: 17px;
        color: #fff;
        font-family: font1;
        padding: 0 15px;
        letter-spacing: 1px;
    }
    .sub {
        max-width: 240px;
        background: #fff;
        padding: 10px 30px;
        position: absolute;
        left: 0;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        text-align: left;
        border: 1px solid #ccc;
    }
    .sub dt {
        line-height: 32px;
        color: #4f4f4f;
        font-size: 18px;
    }
    .sub dt a {
        color: #4f4f4f;
        font-family: font1;
        letter-spacing: 1px;
    }
    .sub dt a:hover {
        color: #c3181f;
    }
    .sub span {
        background: url(/static/images/d5.png);
        width: 14px;
        height: 9px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -9px;
    }
    .nav li:hover h3 a {
        color: #fff;
    }
    .nav li:hover .sub {
        display: block;
    }
    .banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    /*.bannerbox{ width: 100%; position: fixed; left:0; top:0;z-index: 10;}*/
    /*.bannerbox img{height: 843px; position: relative; margin: 0 auto;left:50%; transform:translateX(-50%);}*/
    .bannerbox .swiper-slide {
        overflow: hidden;
    }
    .bannerbox .swiper-pagination {
        bottom: 50px;
    }
}

@media(max-width:1170px) {
    .nav h3 a {
        font-size: 17px;
        color: #fff;
        font-family: font1;
        padding: 0 5px;
        letter-spacing: 1px;
    }
    .logo {
        width: 120px;
    }
}

@media(max-width:999px) {
    .banner {
        /* display: none; */
       
    }
    .bannerMobile {
        /*  display: none; */
    }
    .header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        
    }
    .headerbox {
        width: 1440px;
        margin: 0 auto;
    }
    .topbox {
        color: #fff;
        height: 1.2rem;
        /* height: 100px; */
        position: relative;
        transition: all .8s ease 0s;
    }
    .top {
        width: 100%;
        margin: 0 auto;
        
        padding: 0 1%;
    }
    .top span {
        line-height: 58px;
    }
    .top b {
        display: none;
    }
    .top .flnr {
        display: none;
        color: #fff;
        font-size: 14px;
        color: #fff;
        padding: 0 13px;
    }
    .top .yzfy {
        float: right;
        width: 55px;
        height: 25px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 23px;
        font-size: 14px;
        border-radius: 3px;
        text-align: center;
        margin-top: 21px;
        display: block;
        text-align: center;
    }
    .logo {
        width: 2.1rem;
        margin: 0 auto;
        padding: 11px 0;
    }
    .logo img {
        width: 100%;
    }
    .on {
        background: #c3181f;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .on1 .logo {
        width: 2.1rem;
        margin: 0 auto;
    }
    .on3 ul li h3 a {
        color: #333;
    }
    .ssnr {
        transition: all .8s ease 0s;
        float: right;
        display: none;
        padding: 23px;
        overflow: hidden;
        position: relative;
        width: 13px;
        height: 100px;
    }
    .btn2 {
        cursor: pointer;
        background: url(/static/images/a_04.png);
        width: 13px;
        height: 13px;
        border: none;
        position: absolute;
        right: 0;
        top: 42px;
    }
    .ssk1 {
        transition: all .8s ease 0s;
        border: none;
        border-bottom: 1px solid #fff;
        display: none;
        position: absolute;
        left: -160px;
        bottom: -8px;
        width: 180px;
        line-height: 30px;
        color: #fff;
    }
    .ssk1::-webkit-input-placeholder {
        color: #fff;
    }
    .ssnr:hover {
        width: 180px;
        margin-left: 30px;
    }
    .ssnr:hover .ssk1 {
        display: block;
    }
    .dhbtn {
        background: url(/static/images/d1.png);
        width: 30px;
        height: 30px;
        position: absolute;
        left: 3%;
        top: 20px;
    }
    .dhbtn.on {
        background: url(/static/images/d2.png);
    }
    .navbox {
        transition: all .8s ease 0s;
    }
    .nav {
        clear: both;
        width: 100%;
        position: fixed;
        top: 60px;
        left: 0;
        background: #fff;
        height: calc(100vh - 60px);
        display: none;
    }
    .nav li {
        position: relative;
        line-height: 3.2;
        border-bottom: 1px solid #eee;
    }
    .nav h3 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .nav h3 span {
        padding: 0 20px;
        display: inline-block;
        color: #333;
    }
    .nav h3 a {
        font-size: .32rem;
        color: #333;
        font-family: font1;
        letter-spacing: 1px;
        padding: 0 3%;
        display: block;
        flex: 1;
    }
    .nav b {
        display: none;
    }
    .sub {
        width: 100%;
        background: #fff;
        padding: .3rem;
        text-align: left;
        display: none;
        border-top: 1px solid #eee;
        /* border: 1px solid #ccc; */
    }
    .sub dt {
        line-height: 2.8;
        color: #4f4f4f;
        font-size: .28rem;
    }
    .sub dt a {
        color: #4f4f4f;
        font-family: font1;
        letter-spacing: 1px;
    }
    .sub dt a:hover {
        color: #c3181f;
    }
    .sub span {
        display: none;
    }
    .nav li:hover h3 a {
        color: #c3181f;
    }
    .nav li:hover h3 a: {
        color: #c3181f;
    }
    .nav li:hover .sub {
        display: block;
    }
    .banner {
        width: 100%;
        /* height: 163px; */
        overflow: hidden;
    }
    .bannerbox .swiper-container {
        height: 0;
        padding-top: 55%;
    }
    .bannerbox .swiper-wrapper {
        top: 0;
        position: absolute;
    }
    .bannerbox .swiper-slide img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}


@media(max-width:780px) {
    .content_con .container {
        padding: 0 10px;
    }
    .content_con .container img {
        max-width: 100%;
    }
    .content_con .news_con_h h3 {
        font-size: 0.32rem;
        line-height: 3.6;
        line-height: 1.8;
        padding: 20px 0;
    }
    /* .ggdt_right img{     
        left: 78%;
      }*/
    .ggdt_right img {
        left: 70%;
        height: 100%;
    }
  
/* }
@media(max-width:600px) {
    .top{
        background-color: #c3181f;
    }
    .banner{
        margin-top: 105px;
    }
}
@media(max-width:400px) {
  
    .banner{
        margin-top: 1.7rem;
    }

}
@media(max-width:400px) {
  
    .banner{
        margin-top: 1.05rem;
    }

} */