@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1200px) {
    .top {
        width: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        background-color: #f16624;
        color:#fff;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .top_nav{
        width:100%;
        float:left;
        margin-top:55px;
        padding:15px 3%;
        margin-left: -15px;
    }
    .top_nav a{
        margin: 0 10px;
    }

    .logo {
        width:225px;
        height:55px;
        position: absolute;
        left:15px;
        top:0px;
        z-index: 31;
        background: url("../images/logo_new.png") left center no-repeat;
        background-size: auto 30px;
    }


    .top_ss{
        width:94%;
        margin-left: 3%;
        height:36px;
        line-height: 34px;
        float:left;
        position:relative;
    }
    .top_ss .form-control{
        height:36px;
    }
    .top_ss .txtk{
        width:100%;
    }
    .top_ss .ss_an{
        position:absolute;
        right:0px;
        top:0px;
        height:36px;
        line-height: 36px;
        border-radius: 0px;
        width:36px;
        background: url("../images/t_ss.png") #f16624 center no-repeat;
        background-size: auto 50%;
    }
    .menu {
        margin: 15px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        COLOR: #f16624;
    }

    .menu .d_menu {
        width: 100%;
        float: left;
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
        font-size: 12px;
    }

    .menu h3, .menu .d_menu_r {
        display: none;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


    #navk {
        width: 100%;
        /*height: 100%;*/
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 10px 0px;
        overflow-y: auto;
        left: 100%;
        top: 0px;
        z-index: 29;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    }


}

@media only screen and (min-width: 1200px) {
    .top_jg{
        display: none;
    }


    .menu2 {
        display: none;
    }


    .top {
        width: 100%;
        background: #f16624 url("../images/bj1.jpg") center no-repeat;
        color:#fff;
    }
    .top .main{
        height:140px;
        position:relative;
    }
    .top .d1{
        width:100%;
        float:left;
    }

    .logo {
        position:absolute;
        left:0px;
        top:0px;
        background: url("../images/logo_new.png") left center no-repeat;
        width:520px;
        height:100%;
    }

    #navk {
        width:100%;
        background-color: #fff;
        box-shadow:0 1px 6px rgba(0,0,0,.15);
        position: relative;
        z-index: 15;
        border-top: solid 5px #f9b729;
    }
    #navk .main{
        position:relative;
        height:60px;
    }

    .menu {
        height: 60px;
        position: relative;
        width:100%;
    }

    .menu li {
        float:left;
        height:60px;
        line-height: 60px;
        margin-right: 1px;
        width:172px;
        position:relative;
        text-align: center;
    }
     .menu li:first-child{
         width:160px;
     }
    .menu li:last-child{
        margin-right: 0;
    }
    .menu a.dbt {
        font-size:17px;
        display: block;

    }

    .menu li a.dbt.on, .menu li a.dbt:hover,.menu li:hover a.dbt {
        color:#fff;
        background-color: #f16624;
    }



    .menu dl {
        width:100%;
        font-size: 16px;
        display: none;
        text-align: center;
        padding: 0px 0px 0px 0px;
        background:rgba(241,102,36,.8);
        position: absolute;
        left: 0px;
        top: 60px;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width: 100%;
        float: left;
        border-bottom: solid 1px #f16624;
    }

    .menu dd a {
        display: block;
        width: 100%;
        padding:15px;
        line-height: 24px;
        color:#fff;
    }

    .menu dd a:hover {
        background: #f16624;

    }

    .top_nav{
        position:absolute;
        right:-15px;
        top:-85px;
        height:45px;
        line-height: 45px;
        font-size:16px;
        color:#fff;
    }
    .top_nav a{
        color:#fff;
        margin: 0 15px;
    }
    .top_nav a:hover{
        text-decoration: underline;
    }

    .top_ss{
        position:absolute;
        right:0px;
        top:-95px;
        height:40px;
        width:240px;
    }
    /*.top_ss .txtk {*/
        /*position: absolute;*/
        /*overflow: hidden;*/
        /*height:45px;*/
        /*right: 0px;*/
        /*top: 0px;*/
        /*width:0%;*/
        /*-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;*/
        /*transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;*/
    /*}*/
    /*.top_ss:hover .txtk{*/
        /*width:330px;*/

    /*}*/
    .top_ss .form-control{
        height:40px;
        background-color: rgba(234,213,203,0.7);
        font-size: 14px;
        color:#fff;
        border: 0;

    }
    .top_ss .ss_an{
        position:absolute;
        right:0px;
        top:0px;
        height:40px;
        width:40PX;
        line-height:40px;
        border-radius: 0px;
        background: url("../images/t_ss.png") rgba(236,236,236,.5) center no-repeat;
    }
    .top_ss .ss_an:hover{
        background: url("../images/t_ss.png") #f9b729 center no-repeat;
    }
    .top_ss .form-control::placeholder {
        color: #fff;
    }
}
.a_upper{
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .foot{
        width:100%;
        color:#d9d9d9;
        background:#263038;
        padding:20px 15px;
        text-align: center;
    }
    .foot .d1{
        width:100%;
        margin-bottom: 15px;

    }
    .foot .d2{
        width:100%;
        text-align: center;
    }
    .foot .d2 img{
        max-width: 110px;
    }
    .logo_foot{
        display: none;
    }
    .fx{
        width:100%;
        float:left;
        margin-bottom:15px;
    }
    .fx a{
        display: inline-block;
        width:32px;
        height:32px;
        margin: 0 8px;
    }



}

@media only screen and (min-width: 1200px) {
    .foot{
        width:100%;
        color:#d9d9d9;
        background:#263038;
        padding:50px 0;
    }
    .foot .d1{
        width:850px;

    }
    .foot .d2{
        width:147px;
    }
    .foot .d2 img{
        width:100%;
    }
    .logo_foot{
        width:100%;
        float:left;
        background: url("../images/logo_foot_new.png") no-repeat;
        height:61px;
        margin-bottom: 20px;
    }
    .fx{
        width:100%;
        float:left;
        margin-bottom: 20px;
    }
    .fx a{
        float:left;
        width:32px;
        height:32px;
        margin-right:10px;
    }


}
.fx a.a1{
    background:url("../images/fx1.png") center no-repeat;
}
.fx a.a2{
    background:url("../images/fx2.png") center no-repeat;
}
.fx a.a3{
    background:url("../images/fx3.png") center no-repeat;
}
.foot a{
    color:#d9d9d9;
}
.foot a:hover{
    color:#fff;
}


@media only screen and (max-width: 1200px) {
    .ny {
        width: 100%;
        padding:15px;
        background-color: #f5f5f5;
        min-height: 300px;
    }

    .ny .d1 {
        width: 100%;
        float: left;
    }

    .ny .d2 {
        width: 100%;
        float: left;
        /*border: solid 1px #e5e5e5;*/
        min-height: 200px;
        padding: 15px;
    }

    .lm1 {
        width: 100%;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #e6e6e6;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 15px;
        background: #ffffff;
    }

    .lm1 li a:hover {
        background: #f16624;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        /*float: left;*/
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 15px;
        border-bottom: solid 1px #e6e6e6;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        /*color: #333 !important;*/
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23133170c'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }


    .dqwz{
        display: none;
    }


}
.ny_bt1{
    width:100%;
}
@media only screen and (min-width: 1200px) {
    .ban{
        overflow: hidden;
    }
    .ban img{
        width:100%;
        display: block;
    }
    .lm1_bt {
        display: none;
    }

    .ny {
        width: 100%;
        padding:40px 0 70px 0;
        min-height: 400px;
    }


    /*.ny .d1 {*/
    /*width: 310px;*/
    /*float: left;*/
    /*}*/

    /*.ny .d2 {*/
    /*width: 860px;*/
    /*min-height: 500px;*/
    /*float: right;*/
    /*}*/


    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width: 1200px;
        position: relative;
        line-height: 60px;
        margin: 0px auto;

    }
    .lm1 li {
        float: left;
        height: 60px;
        margin-right: 50px;
    }
    .lm1 li:last-child{
        margin-right: 0;
    }
    .lm1 li a {
        display: block;
        height: 60px;
        font-size: 16px;
    }

    .lm1 li a.on,.lm1 li a:hover {
        color: #f16624;
        border-bottom: solid 3px #f16624;
    }

    .dqwz{
        width:100%;
        float:left;
        margin: 15px 0;
    }
    .dqwz a:first-child,.dqwz a:hover{
        color:#65beba;
    }
    .dqwz a:first-child:before{
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.5 10.995V14.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .146-.354l6-6a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 .146.354v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5V11c0-.25-.25-.5-.5-.5H7c-.25 0-.5.25-.5.495z" fill="%2365beba"/><path fill-rule="evenodd" d="M13 2.5V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" fill="%2365beba"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width:15px;
        height:15px;
        display: inline-block;
        vertical-align:middle;
        margin-right:5px;
        position:relative;
        top:-2px;
    }

}



@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }
    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-slide .txtk {
        position: absolute;
        left: 0%;
        bottom: 30px;
        color: #fff;
        padding:10px 15px;
        width: 100%;
        text-align: center;
    }


    .sy_ban .swiper-pagination-bullet {
        background-color: #fff;
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #f16624;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom:15px;
        height:8px;
        position: absolute;
        right: 0%;
        text-align: center;
        font-size: 0;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
@media only screen and (max-width:550px) {
    .sy_ban .swiper-slide .txtk h3{
        font-size: 14px;
        line-height: 20px;
    }
    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom:10px;
    }
    .sy_ban .swiper-slide .txtk {
        bottom: 20px;
    }

}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }
    .sy_ban .swiper-slide .txtk {
        position: absolute;
        left: 50%;
        margin-left: -600px;
        padding-right:190px;
        color: #fff;
        bottom:35px;
        width:100%;
        text-align: left;
    }

    .sy_ban .swiper-slide .txtk h3{
    }

    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,0);
        width:auto;
        padding:0 10px;
        height:36px;
        line-height: 36px;
        opacity: 1;
        -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
        text-align: center;
        color:#fff;
        font-size: 14px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #f16624;

    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom:35px;
        width: 1200px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        text-align: right;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}
@media only screen and (max-width: 1200px) {
    .sy1{
        width:100%;
        background-color: #f4eee7;
        padding:20px 15px;
    }
    .sy_bt1{
        width:100%;
        float:left;
        position:relative;
        line-height: 30px;
        height:40px;
        border-bottom: dashed 1px #f16624;
    }
    .sy_bt1 .bt{
        float:left;
        line-height: 30px;
    }

    .sy_n1{
        width:100%;
        float:left;
        margin:0;
    }
    .sy_n1 li{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .sy_n1 a{
        display: block;
        width: 100%;
        background-color: #fff;
        position:relative;
        float:left;
    }
    .sy_n1 a:hover{
        box-shadow:0 2px 10px rgba(0,0,0,.1);
    }
    .sy_n1  a p{
        width:100%;
        float:left;
        overflow: hidden;
        margin-top:60px;
        padding:0 20px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;

    }
    .sy_n1 a .d_an{
        width:100%;
        border-top: solid 1px #e6e6e6;
        padding:15px 20px;
        float:left;
        margin-top: 10px;
    }
    .sy_n1 a .sj{
        width: 90px;
        height: 50px;
        background-color: #f16624;
        padding: 5px 5px 5px 36px;
        position:absolute;
        right:0px;
        top:0px;
        color:#fff;
        line-height:16px;
        font-size: 12px;
        border-left:solid 8px #f4eee7;
        border-bottom:solid 8px #f4eee7;
    }
    .sy_n1 a .sj:before{
        content:'';
        background: url("../images/t_time.png") no-repeat;
        background-size: auto 100%;
        width:20px;
        height:15px;
        position:absolute;
        left:10px;
        top:12px;
    }
    .s_more{
        color:#f16624!important;
    }
    .s_more:before{
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" fill="%23c5c5c5"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        width:18px;
        height:18px;
        display: inline-block;
        vertical-align:middle;
        position:relative;
        top:-2px;
        margin-right: 5px;
    }
}

.sy_an{
    width:100%;
    float:left;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .sy1{
        width:100%;
        background-color: #f4eee7;
        padding:20px 0 60px 0;
    }
    .sy_bt1{
        width:100%;
        float:left;
        background:url("../images/lm_bj1.png") no-repeat;
        height:145px;
        position:relative;
    }
    .sy_bt1 .bt{
         line-height: 44px;
         height:44px;
        position:absolute;
        left:0px;
        top:50%;
        margin-top: -22px;
    }

    .sy_n1{
        width:104%;
        float:left;
        margin: -30px 0 30px -2%;
    }
    .sy_n1 li{
        width:29.3333%;
        float:left;
        margin: 2%;
    }
    .sy_n1 a{
        display: block;
        width: 100%;
        height:245px;
        background-color: #fff;
        position:relative;
    }
    .sy_n1 a:hover{
        box-shadow:0 2px 10px rgba(0,0,0,.1);
    }
    .sy_n1  a p{
        width:100%;
        float:left;
        height:84px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        margin-top: 85px;
        padding:0 30px;
        font-size: 16px;
        line-height: 28px;

    }
    .sy_n1 a .d_an{
        width:100%;
        border-top: solid 1px #e6e6e6;
        padding:20px;
        float:left;
        margin-top: 10px;
    }
    .sy_n1 a .sj{
        width:110px;
        height:65px;
        background-color: #f16624;
        padding:10px 10px 10px 48px;
        position:absolute;
        right:0px;
        top:0px;
        color:#fff;
        line-height:18px;
        font-size: 14px;
        border-left:solid 10px #f4eee7;
        border-bottom:solid 10px #f4eee7;
    }
    .sy_n1 a .sj:before{
        content:'';
        background: url("../images/t_time.png") no-repeat;
        width:20px;
        height:19px;
        position:absolute;
        left:15px;
        top:15px;
    }
    .s_more{
        color:#f16624!important;
    }
    .s_more:before{
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" fill="%23c5c5c5"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        width:18px;
        height:18px;
        display: inline-block;
        vertical-align:middle;
        position:relative;
        top:-2px;
        margin-right: 5px;
    }
    .s_more:hover:before{
        margin-left:4px;
        margin-right:1px;
    }
}
@media only screen and (max-width: 1200px) {
    .sy2{
        width:100%;
        padding:20px 15px;
        background: url("../images/bj2.jpg") #ebedec top center no-repeat;
        min-height: 400px;
    }
    .sy_bt2{
        width:100%;
        float:left;
        position:relative;
        line-height: 30px;
        height:40px;
        color:#fff;
        border-bottom: dashed 1px #fff;
        margin-bottom: 15px;
    }
    .sy_bt2 .bt{
        float:left;
        line-height: 30px;
    }
    .sy_bt2 .cd_k_b{
        float:right;
        border: 0;
        padding:0;
    }
    .sy_nr1{
        width:100%;
        float:left;
        margin-bottom: 20px;
        color:#fff;
    }


    .sy_bt3{
        width:100%;
        float:left;
        position:relative;
        line-height: 30px;
        height:40px;
        color:#fff;
        border-bottom: dashed 1px #fff;
        margin-bottom: 15px;
    }
    .sy_bt3 .bt{
        float:left;
        line-height: 30px;
    }
    .sy_lb1{
        width:100%;
        float:left;
        margin-bottom: 5px;
    }
    .sy_lb1 li{
        width:100%;
        margin-bottom: 15px;
        float:left;
    }
    .sy_lb1 a{
        display: block;
        float:left;
        position:relative;
        padding-left:160px;
        background-color: #fff;
        height:162px;
        width:100%;
    }
    .sy_lb1 a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.1);
    }
    .sy_lb1 .imgk{
        position:absolute;
        width:160px;
        height:162px;
        left:0px;
        top:0px;
        overflow: hidden;
    }
    .sy_lb1 .imgk img{
        width:100%;
        min-height:162px;
    }
    .sy_lb1 .txtk{
        width:100%;
        float:left;
        padding:15px;
    }
    .sy_lb1 .dbt{
        width:100%;
        float:left;
        height:100px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
@media only screen and (min-width: 1200px) {
   .sy2{
       width:100%;
       padding:90px 0 70px 0;
       background: url("../images/bj2.jpg") #ebedec top center no-repeat;
       min-height: 800px;
   }
    .sy_bt2{
        width:100%;
        float:left;
        position:relative;
        background:url("../images/lm_bj2.png") no-repeat;
        height:186px;
        color:#fff;
    }
    .sy_bt2 .bt{
        line-height: 40px;
        float:left;
        margin-top:5px;
    }
    .sy_bt2 .cd_k_b{
        position:absolute;
        right:85px;
        bottom:0px;
    }
   .sy_nr1{
       width:800px;
       float:left;
       font-size:18px;
       line-height: 36px;
       margin: -90px 0 80px 0;
       color:#fff;
   }


    .sy_bt3{
        width:100%;
        float:left;
        position:relative;
        background:url("../images/lm_bj3.png") no-repeat;
        height:105px;
        color:#fff;
    }
    .sy_bt3 .bt{
        line-height: 40px;
        float:right;
        margin-top: 10px;
    }

    .sy_lb1{
        width:102.6%;
        float:left;
        margin: -10px 0 40px -1.3%;
    }
    .sy_lb1 li{
        width:47%;
        margin: 1.3%;
        float:left;
    }
    .sy_lb1 a{
        display: block;
        float:left;
        position:relative;
        padding-left:292px;
        background-color: #fff;
        height:295px;
        width:100%;
    }
    .sy_lb1 a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.1);
    }
    .sy_lb1 .imgk{
        position:absolute;
        width:292px;
        height:295px;
        left:0px;
        top:0px;
    }
    .sy_lb1 .imgk img{
        width:100%;
        min-height: 295px;
    }
    .sy_lb1 .txtk{
        width:100%;
        float:left;
        padding:75px 30px 30px 30px;
    }
    .sy_lb1 .dbt{
        width:100%;
        float:left;
        height:120px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1890px) {
    .sy2{
        background: url("../images/bj2.jpg") center top no-repeat;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 1200px) {
    .sy3{
        width:100%;
        background: url("../images/bj3.jpg") center top no-repeat;
        color:#fff;
        padding:20px 15px;
    }
    .sy_bt4{
        width:100%;
        float:left;
        position:relative;
        line-height: 30px;
        height:40px;
        color:#fff;
        border-bottom: dashed 1px #fff;
        margin-bottom: 15px;
    }
    .sy_bt4 .bt{
        float:left;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .sy3{
        width:100%;
        background: url("../images/bj3.jpg") center top no-repeat;
        height:640px;
        color:#fff;
        padding:25px 0;
    }
    .sy_bt4{
        width:100%;
        float:left;
        background:url("../images/lm_bj4.png") no-repeat;
        height:145px;
        position:relative;
        margin-bottom: 20px;
    }
    .sy_bt4 .bt{
        line-height: 44px;
        height:44px;
        position:absolute;
        left:0px;
        top:50%;
        margin-top: -22px;
    }
}
@media only screen and (min-width: 1890px) {
    .sy3{
        background: url("../images/bj3.jpg") center top no-repeat;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 1200px) {

    .ly_gdk img {
        width: 100%;
        display: block;
    }


    .ly_gdk .swiper-button-prev {
        position: absolute;
        top: 50%;
        left: -50px;
        margin-top: -25px;
    }

    .ly_gdk .swiper-button-next {
        position: absolute;
        top: 50%;
        right: -50px;
        margin-top: -25px;
    }

    .ly_gdk .swiper-button-prev, .ly_gdk .swiper-button-next {
        outline: none;
        --swiper-navigation-size: 44px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
        color: #cccccc;
    }

    .ly_gdk .swiper-button-next:hover, .ly_gdk .swiper-button-prev:hover {
        color: #f16624;
    }




    .ly_pa .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .ly_pa .swiper-pagination-bullet-active {
        background-color: #f16624;
        position: relative;
    }


    .ly_pa {
        bottom:auto!important;
        width: 100%;
        height: 12px;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
        text-align: center;
        margin-top:15px;
    }

    .ly_pa span {
        margin: 0 5px;
    }
}

.ly_gdk {
    width: 100%;
    position: relative;
}

.ly_gdk .swiper-container {
    width: 100%;
    overflow: hidden;
}

.ly_gdk .swiper-wrapper {
    width: 100%;
}

.ly_gdk .swiper-slide {
    width: 100%;

}

.ly_gdk a {
    width: 100%;
    display: block;
}



@media only screen and (min-width: 1200px) {

    .ly_gdk a {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .ly_gdk a img {
        width: 100%;
        display: block;
        min-height:300px;
    }


    .ly_gdk .swiper-button-prev {
        position: absolute;
        top: 50%;
        left: -50px;
        margin-top: -25px;
    }

    .ly_gdk .swiper-button-next {
        position: absolute;
        top: 50%;
        right: -50px;
        margin-top: -25px;
    }

    .ly_gdk .swiper-button-prev, .ly_gdk .swiper-button-next {
        outline: none;
        --swiper-navigation-size: 44px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
        color: #cccccc;
    }

    .ly_gdk .swiper-button-next:hover, .ly_gdk .swiper-button-prev:hover {
        color: #f16624;
    }



    .ly_pa .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        background-color: rgba(255, 255, 255, .7);
    }

    .ly_pa .swiper-pagination-bullet-active {
        background-color: #f16624;
        position: relative;
    }

    .ly_pa {
        bottom:auto!important;
        width: 100%;
        height: 16px;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
        text-align: center;
        margin-top:50px;
    }

    .ly_pa span {
        margin: 0 6px;
    }
}
.ly_gdk{
    width:100%;
    position:relative;
    float:left;
}
@media only screen and (max-width: 1200px) {
    .sy4{
        width:100%;
        background-color: #ebedec;
        padding:20px 15px;
    }
}
@media only screen and (min-width: 1200px) {
   .sy4{
       width:100%;
       background-color: #ebedec;
       padding:25px 0 80px 0;
   }

    .sy_bt5{
        width:100%;
        float:left;
        background:url("../images/lm_bj5.png") no-repeat;
        height:145px;
        position:relative;
        margin-bottom: 20px;
    }
    .sy_bt5 .bt{
        line-height: 44px;
        height:44px;
        position:absolute;
        right:0px;
        top:50%;
        margin-top: -22px;
    }
}
@media only screen and (max-width: 1200px) {

    .sy_bt5{
        width:100%;
        float:left;
        position:relative;
        line-height: 30px;
        height:40px;
        border-bottom: dashed 1px #f16624;
        margin-bottom: 15px;
    }
    .sy_bt5 .bt{
        float:left;
        line-height: 30px;
    }



}



.td_gdk .swiper-container,.td_gdk2 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.td_gdk .swiper-wrapper,.td_gdk2 .swiper-wrapper {
    width: 100%;
}

.td_gdk .swiper-slide,.td_gdk2 .swiper-slide {
    width: 100%;

}

.td_gdk a,.td_gdk2 a {
    width: 100%;
    display: block;
}



@media only screen and (max-width: 1200px) {
    .td_gdk2{
        width:100%;
        float:left;
        position:relative;
        /*padding:0 30px;*/
    }
    .td_gdk2 a {
        width: 100%;
        overflow: hidden;
    }

    .td_gdk2 a img {
        width: 100%;
        display: block;
    }


    /*.td_gdk2 .swiper-button-prev {*/
        /*position: absolute;*/
        /*left: -110px;*/
    /*}*/

    /*.td_gdk2 .swiper-button-next {*/
        /*position: absolute;*/
        /*right: -110px;*/
    /*}*/

    /*.td_gdk2 .swiper-button-prev, .td_gdk2 .swiper-button-next {*/
        /*outline: none;*/
        /*--swiper-navigation-size:40px;*/
        /*height: 80px;*/
        /*line-height: 80px;*/
        /*width:80px;*/
        /*text-align: center;*/
        /*top: 50%;*/
        /*margin-top: -40px;*/
        /*background-color: #dcdedd;*/
        /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
        /*display: block;*/
        /*color: #fff;*/
    /*}*/

    /*.td_gdk2 .swiper-button-next:hover, .td_gdk2 .swiper-button-prev:hover {*/
        /*color: #fff;*/
        /*background-color: #f16624;*/
    /*}*/


    .td_gdk2 a{
        display: block;
        position:relative;
        height:221px;
        padding-left:160px;
        overflow: hidden;
        background-color: #f16624;
        color:#fff;
    }
    .td_gdk2 a .imgk{
        position:absolute;
        width:160px;
        height:221px;
        left:0px;
        top:0px;
    }
    .td_gdk2 a .imgk:before{
        content: '';
        background: url("../images/dh3.jpg") no-repeat;
        width:48px;
        height:48px;
        position:absolute;
        right:-24px;
        top:50%;
        margin-top: -24px;
        display: none;
    }
    .td_gdk2 a .txtk{
        width:100%;
        padding:30px 15px;
    }
    .td_gdk2 a .txtk h3{
        font-size: 16px;
        margin-bottom:10px;
        float:left;
    }
    .td_gdk2 a .txtk h3 b{
        font-size:13px;
    }
    .td_gdk2 a .txtk p{
        float:left;
        width:100%;
        height:66px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        margin-bottom:15px;
    }
    .td_gdk2 a .more{
        line-height: 33px;
        height:35px;
        padding:0 15px;
        border: solid 1px #fff;
        color:#fff;
        display: inline-block;
        float:right;
    }

    .td2_pa .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .td2_pa .swiper-pagination-bullet-active {
        background-color: #f16624;
        position: relative;
    }


    .td2_pa {
        bottom:auto!important;
        width: 100%;
        height: 12px;
        position: inherit!important;
        left: auto!important;
        top: auto!important;
        text-align: center;
        margin-top:12px;
    }

    .td2_pa span {
        margin: 0 5px;
    }

}

@media only screen and (min-width: 1200px) {
.td_gdk{
    width:100%;
    float:left;
    position:relative;
}
    .td_gdk a {
        width: 100%;
        overflow: hidden;
    }

    .td_gdk a img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .li-l .imgk {
        height: 100%;
    }

    .td_gdk .swiper-button-prev {
        position: absolute;
        left: -110px;
    }

    .td_gdk .swiper-button-next {
        position: absolute;
        right: -110px;
    }

    .td_gdk .swiper-button-prev, .td_gdk .swiper-button-next {
        outline: none;
        --swiper-navigation-size:40px;
        height: 80px;
        line-height: 80px;
        width:80px;
        text-align: center;
        top: 50%;
        margin-top: -40px;
        background-color: #dcdedd;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        display: block;
        color: #fff;
    }

    .td_gdk .swiper-button-next:hover, .td_gdk .swiper-button-prev:hover {
        color: #fff;
        background-color: #f16624;
    }

    .td_lb{
        width:75%;
        float:left;
    }

    .td_lb li{
        width:50%;
        float:left;
    }
    .li-l {
        position: relative;
        width: 25%;
        height: 470px;
        float: left;
    }
    .li-l a {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .li-l a  .txtk_1{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 72px;
        background-color: rgba(241,102,36,0.8);
        color: #fff;
    }
    .li-l a .txtk_1 .more {
        margin-right: 15px;
        margin-top: 22px;
    }
    .li-l a  .txtk_1 p {
        line-height: 72px;
        padding-left: 15px;
    }
    .td_lb a{
        display: block;
        position:relative;
        height:235px;
        padding-left:195px;
        overflow: hidden;
        background-color: #f16624;
        color:#fff;
    }
    .li-l a  .more b,
    .td_lb a .more  b {
        font-size: 12px;
    }
    .td_lb a .imgk{
        position:absolute;
        width:195px;
        height:235px;
        left:0px;
        top:0px;
    }
    .td_lb a .imgk:before{
        content: '';
        background: url("../images/dh3.jpg") no-repeat;
        width:48px;
        height:48px;
        position:absolute;
        right:-24px;
        top:50%;
        margin-top: -24px;
    }
    .td_lb a .txtk{
        width:100%;
        padding:45px 32px 32px 32px;
    }
    .td_lb a .txtk h3{
        font-size: 18px;
        margin-bottom: 20px;
        /* float:left; */
    }
    .td_lb a .txtk h3 b{
        font-size:12px;
    }
    .td_lb a .txtk p{
        /* float:left; */
        width:100%;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
    }
    .li-l a .more,
    .td_lb a .more{
        line-height: 30px;
        height:30px;
        padding:0 10px;
        border: solid 1px #fff;
        color:#fff;
        display: inline-block;
        float:right;
    }
    .li-l a  .more.an_dx:before,
        .td_lb a .more.an_dx:before{
        background-color: #fff;
    }
    .li-l a  .more.an_dx:hover b,
        .td_lb a .more.an_dx:hover b{
        color:#f16624;
    }
    .td_lb li:nth-of-type(3) a,.td_lb li:nth-of-type(4) a{
        padding-left:0px;
        padding-right:195px;
    }
    .td_lb li:nth-of-type(3) a .imgk,.td_lb li:nth-of-type(4) a .imgk{
        left:auto;
        right:0px;
    }
    .td_lb li:nth-of-type(1) a{
        background-color: #d22c2f;
    }
    .td_lb li:nth-of-type(1) a .imgk:before{
        background: url("../images/dh1.jpg") no-repeat;
    }
    .td_lb li:nth-of-type(2) a{
        background-color: #89a853;
    }
    .td_lb li:nth-of-type(2) a .imgk:before{
        background: url("../images/dh2.jpg") no-repeat;
    }
    .td_lb li:nth-of-type(3) a{
        background-color: #438cd7;
    }

    .td_lb li:nth-of-type(3) a .imgk:before{
        background: url("../images/dh4.jpg") no-repeat;
    }
    .td_lb li:nth-of-type(3) a .imgk:before,.td_lb li:nth-of-type(4) a .imgk:before{
        left:-24px;
        right:auto;
    }
}
.news_lb1{
    width:100%;
    float: left;
}
.news_lb1 a,.news_lb1 h4{
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .news_lb1{
        margin: -15px 0 20px 0;
    }
    .news_lb1 li{
        width:100%;
        float: left;
        border-bottom: solid 1px #ddd;
        padding:15px 0px 15px 72px;
        min-height:82px;
        position:relative;
    }
    .news_lb1 .sj{
        width:60px;
        text-align: center;
        position:absolute;
        left:0px;
        top:15px;
        border: solid 1px #f16624;
    }
    .news_lb1 .sj p{
        display: block;
        width: 100%;
    }
    .news_lb1 .sj p.p_1{
        background-color: #f16624;
        color:#fff;
        font-size: 18px;
        margin-bottom: 2px;
        line-height:30px;
    }
    .news_lb1 .sj p.p_2{
        color:#f16624;
        line-height: 20px;
    }
    .news_lb1 a{
        height:52px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .news_lb1 h5{
        font-size: 14px;
        line-height:24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }

}

@media only screen and (min-width: 1200px) {
    .news_lb1{
        margin: -20px 0 50px 0;
    }
    .news_lb1 li{
        width:100%;
        float: left;
        border-bottom: solid 1px #ddd;
        padding:20px 0px 20px 100px;
        min-height: 100px;
        position:relative;
    }

    .news_lb1 .sj{
        width: 70px;
        text-align: center;
        position:absolute;
        left:0px;
        top:20px;
        border: solid 1px #f16624;
    }
    .news_lb1 .sj p{
        display: block;
        width: 100%;
    }
    .news_lb1 .sj p.p_1{
        background-color: #f16624;
        color:#fff;
        font-size: 22px;
        line-height: 34px;
    }
    .news_lb1 .sj p.p_2{
        color:#f16624;
        line-height: 24px;
    }
    .news_lb1 a{
        height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .news_lb1 h5{
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
}
.bj_d{
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
    .ab_k{
        background-color: #fff;
        padding:15px;
    }
}
@media only screen and (min-width: 1200px) {
    .ab_k{
        background-color: #fff;
        padding:40px 50px;
    }
}
@media only screen and (max-width: 1200px) {


    .sbt {
        width: 100%;
        font-size: 16px;
        line-height: 155%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 1px #ddd;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        padding: 15px 0px 20px 0px;
        color: #666;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 15px;
        font-size: 13px;
        line-height: 22px;
        color:#666;
        margin-top: 10px;
    }
    .sgd .ab_fx{
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .sgd .ab_fx a{
        margin-left: 10px;
    }
    .sgd .ab_fx a img{
        height:25px;
    }
    .sgd .cd_fh{
        float:left;
        margin-top: 15px;
    }
    .snr{
        width: 100%;
        float: left;
        font-size: 13px;
        /*line-height: 30px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .sbt {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        padding-bottom:25px;
        border-bottom: solid 1px #ddd;
        float:left;
        margin-top: 10px;
    }
    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px 0px 35px 0px;
    }
    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        line-height: 30px;
        color:#666;
        margin-top: 50px;
        position:relative;
        margin-bottom:20px;
    }
    .sgd .ab_fx{
        position:absolute;
        right:0px;
        top:20px;
    }
    .sgd .ab_fx a{
        margin-left: 5px;
    }
    .sgd .ab_fx a img{
        height:25px;
    }
    .sgd .cd_fh{
        position:absolute;
        right:0px;
        top:60px;
        line-height: 35px;
        height:35px;
        width:150px;
        text-align: center;
    }
    .snr{
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
        min-height: 400px;
    }

}
@media only screen and (max-width: 1200px) {
    .lx_nr{
        width:100%;
        float:left;
    }
    .lx_nr .imgk{
        float:LEFT;
        WIDTH:100%;
        height:260px;
        margin-bottom: 15px;
    }
    .lx_nr .txtk{
        width:100%;
        float:left;
        font-size:14px;
        line-height:24px;
    }
    .ta_k{
        overflow-x: auto;
    }
    .ta1{
        width:100%;
        min-width: 800px;
    }
    .ta1 td{
        padding:10px 15px;
        border: solid 1px #ddd;
    }
    .ta1 thead td{
        padding:12px 15px;
    }
}
@media only screen and (min-width: 1200px) {
   .lx_nr{
       width:100%;
       float:left;
   }
    .lx_nr .imgk{
        float:left;
        /*width:645px;*/
        width:100%;
        /*height:260px;*/
        height:500px;
    }
    .lx_nr .txtk{
        width:510px;
        float:right;
        margin-top: 20px;
        font-size:18px;
        line-height: 34px;
    }
    .ta1{
        width:100%;
    }
    .ta1 td{
        /*padding:10px 30px;*/
        padding:2px 30px;
        border: solid 1px #ddd;
    }
    .ta1 thead td{
        padding:12px 30px;
    }
}
.ta1 thead td{
    background-color: #f16624;
    color:#fff;
}
.lx_nr .imgk label,.lx_nr .imgk img{
    max-width:inherit;
}
@media only screen and (max-width: 1200px) {
    .mb_nr{
        width:100%;
        float:left;
        background: url("../images/kc_bj.jpg");
        position:relative;
    }
    .mb_nr .imgk{
        width:100%;
        height:300px;
        float: left;
        background: url("../images/kc.jpg") center no-repeat;
        background-size: 100% auto;
    }
    .mb_nr .txtk{
        width:100%;

        background-color: #f16624;
        font-size: 14px;
        line-height: 24px;
        padding:20px 15px;
        color:#fff;
        float:left;
    }
    .mb_nr .txtk p{
        margin-bottom: 18px;
}
    @media only screen and (max-width:750px) {
        .mb_nr .imgk{
            height:200px;
        }
    }
}
@media only screen and (min-width: 1200px) {
   .mb_nr{
       width:100%;
       float:left;
       height:634px;
       background: url("../images/kc_bj.jpg");
       position:relative;
   }
    .mb_nr .imgk{
        width:50%;
        height:100%;
        position:absolute;
        left:0px;
        top:0px;
        background: url("../images/kc.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .mb_nr .txtk{
        width:60%;
        /*height:80%;*/
        height:90%;
        position:absolute;
        right:0px;
        z-index: 1;
        /*top:10%;*/
        top:5%;
        background-color: #f16624;
        font-size: 16px;
        line-height: 28px;
        /*padding:35px 40px;*/
        padding:20px 40px;
        color:#fff;
        overflow-y: auto;
    }
    .mb_nr .txtk p{
        /*margin-bottom: 18px;*/
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .jx_lb{
        width:100%;
        float:left;
        margin-bottom: 5px;
    }
    .jx_lb li{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .jx_lb a{
        display: block;
        position:relative;
        width:100%;
        color:#fff;
        height:180px;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .jx_lb a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.2);
    }
    .jx_lb h3{
        position:absolute;
        left:0px;
        top:0px;
        padding:20px;
    }
    .jx_lb .more{
        position:absolute;
        right:0px;
        bottom:15px;
    }
    .jx_lb .more:after{
        content: '';
        width:25px;
        height:1px;
        background-color: #fff;
        vertical-align: middle;
        display: inline-block;
        margin-left: 8px;
        position:relative;
        top:-2px;
    }
}
@media only screen and (max-width:500px) {
    .jx_lb a{
        background-size: 100% 100%;
    }
}
@media only screen and (min-width: 1200px) {
   .jx_lb{
       width:102.4%;
       float:left;
       margin: -10px 0 0 -1.2%;
   }
    .jx_lb li{
        width:33.3333%;
        padding:1.2%;
        float:left;
    }
    .jx_lb a{
        display: block;
        position:relative;
        width:100%;
        color:#fff;
        height:210px;
    }
    .jx_lb a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.2);
    }
    .jx_lb h3{
        position:absolute;
        left:0px;
        top:0px;
        padding:40px 40px;
    }
    .jx_lb .more{
         position:absolute;
        right:0px;
        bottom:25px;
    }
    .jx_lb .more:after{
        content: '';
        width:45px;
        height:1px;
        background-color: #fff;
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px;
        position:relative;
        top:-2px;
    }
    .jx_lb a:hover .more:after{
        width:50px;
    }
}
@media only screen and (max-width: 1200px) {
    .fzr_nr{
        width:100%;
        float:left;

    }
    .fzr_nr .imgk{
        width:100%;
        float:left;
        text-align: center;
        margin-bottom: 15px;
    }
    .fzr_nr .imgk img{
        max-width: 300px;
    }
    .fzr_nr .txtk{
        width:100%;
        float:left;
    }
}
@media only screen and (min-width: 1200px) {
   .fzr_nr{
       width:100%;
       float:left;
       font-size: 16px;
       line-height: 28px;

   }
    .fzr_nr .imgk{
        width:377px;
        float:left;
    }
    .fzr_nr .imgk img{
        width: 100%;
    }
    .fzr_nr .txtk{
        width:775px;
        float:right;
    }
}
@media only screen and (max-width: 1200px) {
    .sz_lb{
        width:102%;
        float:left;
        margin: -5px 0 10px -1%;
    }
    .sz_lb li{
        width:25%;
        text-align: center;
        padding:1%;
        float:left;
    }
    .sz_lb a{
        width:100%;
        display: block;
        border: solid 1px #ddd;
        overflow: hidden;
    }
    .sz_lb a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.2);
    }
    .sz_lb .imgk{
        width:100%;
        overflow: hidden;
    }
    .sz_lb .imgk img{
        width:100%;
    }
    .sz_lb .txtk{
        width:100%;
        padding:15px 0 10px 0;
    }
    .sz_lb li:nth-child(4n+1){
        clear: both;
    }
}
@media only screen and (max-width:750px) {
    .sz_lb li {
        width: 33.3333%;
    }
    .sz_lb li:nth-child(4n+1){
        clear: inherit;
    }
    .sz_lb li:nth-child(3n+1){
        clear: both;
    }
}
@media only screen and (max-width:500px) {
    .sz_lb li {
        width:50%;
    }
    .sz_lb li:nth-child(3n+1){
        clear: inherit;
    }
    .sz_lb li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (min-width: 1200px) {
   .sz_lb{
       width:102.6%;
       float:left;
       margin: -10px 0 10px -1.3%;
   }
    .sz_lb li{
        width:20%;
        text-align: center;
        padding:1.3%;
        float:left;
    }
    .sz_lb a{
        width:100%;
        display: block;
        border: solid 1px #ddd;
        overflow: hidden;
    }
    .sz_lb a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.2);
    }
    .sz_lb .imgk{
        width:100%;
        overflow: hidden;
        height:282px;
    }
    .sz_lb .imgk img{
        width:100%;
        min-height: 282px;
    }
    .sz_lb .txtk{
        width:100%;
        padding:15px 0 10px 0;
    }
    .sz_lb h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .xm_lb{
        width:102%;
        float:left;
        margin: -5px 0 10px -1%;
    }
    .xm_lb li{
        width:50%;
        float:left;
        padding:1%;
    }
    .xm_lb li:nth-child(2n+1){
        clear: both;
    }
    .xm_lb a{
        display: block;
        width:100%;
        overflow: hidden;
        border: solid 1px #ddd;
    }
    .xm_lb .imgk{
        width:100%;
        float:left;
        overflow: hidden;
    }
    .xm_lb .imgk img{
        width:100%;
    }
    .xm_lb .txtk{
        width:100%;
        padding:15px;
        float:left;
    }
    .xm_lb h4{
        width:100%;
        float:left;
        line-height: 24px;
        height:48px;
        margin-bottom: 10px;

    }
    .xm_lb p{
        width:100%;
        float:left;
        color:#f16624;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        margin-bottom: 5px;
    }
    .xm_lb .s1,.xm_lb .s2{
        float:right;
        margin-left: 15px;
        color:#999;
        padding-left:20px;
    }
}
@media only screen and (max-width: 550px) {
    .xm_lb li{
        width:100%;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .xm_lb{
        width:104%;
        float:left;
        margin: -20px 0 30px -2%;
    }
    .xm_lb li{
        width:33.3333%;
        float:left;
        padding:2%;
    }
    .xm_lb a{
        display: block;
        width:100%;
        height:400px;
        overflow: hidden;
        border: solid 1px #ddd;
    }
    .xm_lb a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.2);
    }
    .xm_lb .imgk{
        width:100%;
        float:left;
        overflow: hidden;
        height: 247px;
    }
    .xm_lb .imgk img{
        width:100%;
        min-height: 247px;
    }
    .xm_lb .txtk{
        width:100%;
        padding:20px;
        float:left;
    }
    .xm_lb h4{
        width:100%;
        float:left;
        line-height: 28px;
        height:56px;
        margin-bottom: 10px;

    }
    .xm_lb p{
        width:100%;
        float:left;
        color:#f16624;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        margin-bottom: 5px;
    }
    .xm_lb .s1,.xm_lb .s2{
        float:right;
        margin-left: 15px;
        color:#999;
        padding-left:20px;
    }
}
.xm_lb .s1{
    background: url("../images/xm_t1.png") left no-repeat;
}
.xm_lb .s2{
    background: url("../images/xm_t2.png") left no-repeat;
}
@media only screen and (max-width: 1200px) {
   .xm_lm.lm1_bt a{
       border-color: #f16624;
       background-color: #f16624;
       color:#fff;
   }
   .xm_lm.lm1_bt a:before{
       background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
   }
    .lm2{
        width:100%;
        float:left;
        font-size: 0;
        margin-bottom: 15px;
        display: none;
    }
    .lm2 a{
        display: inline-block;
        float: left;
        font-size: 14px;
        border: solid 1px #ddd;
        margin-bottom: -1px;
        line-height: 40px;
        width:100%;
        text-align: center;
    }
    .lm2 a:hover{
        border-color: #f16624;
        background-color: #f16624;
        color:#fff;
    }
    .ly_an{
        margin-top: -15px;
    }
}
@media only screen and (min-width: 1200px) {
    .lm2{
        width:100%;
        float:left;
        font-size: 0;
        margin-bottom: 15px;
    }
    .lm2 a{
        display: inline-block;
        font-size: 16px;
        border: solid 1px #ddd;
        height:50px;
        line-height: 48px;
        width:160px;
        text-align: center;
        margin: 0 20px 20px 0;
    }
    .lm2 a:hover,.lm2 a.on{
        border-color: #f16624;
        background-color: #f16624;
        color:#fff;
    }
    .hj_bt{
        width:100%;
        float:left;
        color:#f16624;
        border-bottom: solid 1px #f16624;
        padding-bottom:15px;
        margin-bottom:25px;
    }
    .ly_an .btn{
        height:50px;
        line-height: 50px;
        font-size: 16px;
        padding:0 40px;
    }
}
.ljjy{
    width:100%;
    float:left;
}
@media only screen and (max-width: 1200px) {
    .xm_bt{
        width:100%;
        float:left;
        border-bottom: solid 1px #ddd;
        padding-bottom:15px;
        margin-bottom: 15px;
        padding-right:30px;
        position:relative;
        padding-left:15px;
    }
    .xm_bt:before{
        content: '';
        background-color: #ffb08b;
        width:3px;
        height:35px;
        position:absolute;
        left:0px;
        top:5px;
    }
    .xm_bt h2{
        font-size: 16px;
    }
    .xm_bt h4{
        font-size: 13px;
    }
    .xm_bt a.cd_zan{
        position:absolute;
        right:0px;
        top:8px;
    }
    a.cd_zan{
        display: inline-block;
        background: url("../images/zan.png") no-repeat;
        background-size: 100% 100%;
        width:18px;
        height:17px;
    }
    .xm_cs{
        width:100%;
        float:left;
        font-size: 14px;
        line-height:26px;
    }
    .xm_cs .s1{
        float:left;
        width:100%;
    }
    .xm1{
        width:100%;
        padding:15px;
    }
    .xm_bt2{
        width:100%;
        float:left;
        line-height: 30px;
        font-size: 16px;
    }
    .xm_bt2 .s1{
        float:left;
        background: url("../images/lm_y.png") left no-repeat;
        background-size: auto 18px;
        padding-left:20px;
    }

    .xm_nr{
        width:100%;
        float:left;
        min-height: auto;
    }
    .xm_nr .bt{
        font-size:15px;
    }
}
@media only screen and (min-width: 1200px) {
   .xm_bt{
       width:100%;
       float:left;
       border-bottom: solid 1px #ddd;
       padding-bottom:20px;
       margin-bottom: 20px;
       position:relative;
       padding-left:20px;
   }
    .xm_bt:before{
        content: '';
        background-color: #ffb08b;
        width:3px;
        height:65px;
        position:absolute;
        left:0px;
        top:5px;
    }
    .xm_bt a.cd_zan{
        position:absolute;
        right:0px;
        top:8px;
    }
    a.cd_zan{
        display: inline-block;
        background: url("../images/zan.png") no-repeat;
        background-size: 100% 100%;
        width:26px;
        height:25px;
    }
    .xm_cs{
        width:100%;
        float:left;
        font-size: 18px;
        line-height: 40px;
    }
    .xm_cs .s1{
        float:left;
        margin-right: 80px;
    }
    .xm1{
        width:100%;
        padding:50px 0;
    }
    .xm_bt2{
        width:100%;
        float:left;
        line-height: 40px;
    }
    .xm_bt2 .s1{
        float:left;
        background: url("../images/lm_y.png") left no-repeat;
        padding-left:40px;
    }

    .xm_nr{
        width:100%;
        float:left;
        min-height: auto;
    }
    .xm_nr .bt{
        font-size: 22px;
    }
}
a.cd_zan:hover,a.cd_zan.on{
    background: url("../images/zan_on.png") no-repeat;
    background-size: 100% 100%;
}
@media only screen and (max-width: 1200px) {
    .hb_lb{
        width:102%;
        float:left;
        margin: -10px 0 0 -1%;
    }
    .hb_lb li{
        width:48%;
        float:left;
        margin: 1%;
    }
    .hb_lb a{
        display: block;
        width:100%;
        position:relative;
    }
    .hb_lb a img{
        width:100%;
    }
    .hb_lb a:hover:before,.hb_lb a:hover:after{
        display: block;
    }

    .hb_lb a:before{
        content: '';
        width:100%;
        height:100%;
        position:absolute;
        left:0px;
        top:0px;
        background-color: rgba(0,0,0,.5);
        display: none;
    }
    .hb_lb a:after{
        display: none;
        content: '';
        width:100%;
        height:100%;
        position:absolute;
        left:0px;
        top:0px;
        background: url("../images/t_ss2.png") center center no-repeat;
        background-size: auto 30px;
    }
}
@media only screen and (max-width: 400px) {
    .hb_lb li{
        width:98%;
        float:left;
        margin: 1%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
   .hb_lb{
       width:106%;
       float:left;
       margin: -30px 0 0 -3%;
   }
    .hb_lb li{
        width:50%;
        float:left;
        padding:3%;
    }
    .hb_lb a{
        display: block;
        width:100%;
        position:relative;
        /*min-height:380px;*/
        height: 280px;
    }
    .hb_lb a img{
        width:100%;
        /*min-height: 380px;*/
        height: 100%;
    }
    .hb_lb a:hover:before,.hb_lb a:hover:after{
        display: block;
    }

    .hb_lb a:before{
        content: '';
        width:100%;
        height:100%;
        position:absolute;
        left:0px;
        top:0px;
        background-color: rgba(0,0,0,.5);
        display: none;
    }
    .hb_lb a:after{
        display: none;
        content: '';
        width:100%;
        height:100%;
        position:absolute;
        left:0px;
        top:0px;
        background: url("../images/t_ss2.png") center center no-repeat;
    }
}
.tc_xm .modal-content{
    background-color: rgba(255,255,255,0);
}

@media only screen and (max-width: 1200px) {
    #search_null {
        font-size: 18px;
        color: #f16624;
        text-align: center;
        line-height: 150px;
    }
    video{
        width:100%;
        height:auto;
    }
}
@media only screen and (min-width: 1200px) {
    #search_null{
        font-size: 28px;
        color: #f16624;
        text-align: center;
        line-height: 200px;
    }
}

@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) {
    .td1{width:20%;}
    .td2{width:8%;}
    .td3{width:12%;}
    .td5{width:12%;}
}

@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) {

}