@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #f35d0c
}

BODY {
    margin: 0px;
    padding: 0;
    font-family:Arial, "微软雅黑";
    background: #ffffff;
    color: #333333;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p ,h1, h2, h3, h4, h5, h6,span,:before,:after{
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height:1.5;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 1200px) {

    .top{
        width:100%;
        background: url("../images/bj1.jpg") #f46610 center no-repeat;
        background-size: 100% 100%;
        position: fixed;
        z-index: 20;
        top:0px;
        left: 0px;
    }
    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    a.logo {
        background: url(../images/logo.png) no-repeat;
        background-size: auto 90%;
        width: 280px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px rgba(255,255,255,.2);
    }

    .menu a.dbt {
        font-size: 15px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 0px;
        text-align: left;
        padding-left: 3%;
        color: #fff;
    }

    .menu a {
        font-size: 13px;
    }

    .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%;
    }

    .menu li a:hover {
    }

    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 22;
    }

    .menu2 a {
        background: url(../images/d2_1_03.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }

    .menu2 a.on {
        background: url(../images/d2_2_03.png) no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #f5761a;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100%;
        overflow-y: auto;
    }


    .ss {
        float:left;
        height: 35px;
        width: 100%;
        display: block;
        position:relative;
        margin-top: 55px;
    }



    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, 1);
        color: #ffffff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 35px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) #efaf34 center center no-repeat;
        background-size: auto 50%;
    }
    .top_r{
        width:100%;
        float:left;
        margin-top: 55px;
    }
    .top_yy{
        width:100%;
        float:left;
        text-align: center;
        color:#fff;
        line-height: 30px;
        margin: 10px 0;
    }
    .top_yy a{
        color:#fff;
        margin: 0 15px;
    }

}

@media only screen and (min-width: 1200px) {

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        background: url("../images/bj1.jpg") #f46610 center no-repeat;
        height:190px;
    }

    .top .main {
        position: relative;
        height: 190px;
        z-index: 20;
    }
    .top #navk{
        width:100%;
        position:absolute;
        right:0px;
        bottom:0px;
    }
    .top_jg {
        display: none;
    }

    a.logo {
        background: url(../images/logo.png) left center no-repeat;
        background-size: auto auto;
        width: 820px;
        height:81px;
        position: absolute;
        left: 0px;
        top: 30px;
    }


    .menu {
        height: 50px;
        float:right;
    }

    .menu li {
        height: 50px;
        float: left;
        margin-left:2px;
        width:130px;
        position: relative;
    }


    #navk.on a.dbt{
        color:#fff;
    }
    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        height:50px;
        line-height: 46px;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        color:#f35d0c;
        border-top: solid 4px #efaf34;
        background-color: #fff;
    }

    .menu dl {
        width:100%;
        font-size: 14px;
        display: none;
        padding:10px 0;
        text-align: center;
        background: #ffffff;
        position: absolute;
        left:0%;
        top: 55px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width: 100%;
        float: left;
    }

    .menu dd a {
        display: block;
        width: 100%;
        padding:5px;
        /*padding: 5px 0px 5px 10px;*/
        line-height: 22px;
    }
    .menu dd:last-child{
        margin-bottom: 10px;
    }

    .menu dd a:hover {
        background: #eee;
    }

    .ss {
        position:absolute;
        width:270px;
        top:-90px;
        right:0px;
        height:40px;
        -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
        overflow: hidden;
        background-color: #fff;
    }

    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 0;
        padding: 0 0 0 15px;
        background: rgba(0, 0, 0, 0);
        color: #333;
        font-size: 14px;
    }

    .ss .an_ss {
        position: absolute;
        width: 60px;
        height: 40px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) #efaf34 center no-repeat;
    }
}
.ss .an_ss:hover{
    background: url(../images/t_ss.png) #ffa800 center no-repeat;
}
.ss .form-control::-moz-placeholder {
    color:#999;
    opacity:1
}
.ss .form-control:-ms-input-placeholder {
    color:#999
}
.ss .form-control::-webkit-input-placeholder {
    color:#999
}
@media only screen and (max-width: 1200px) {
    .foot {
        width: 100%;
        background:url("../images/bj3.jpg") #2b2828 center no-repeat;
        color: #fff;
        padding:15px;
    }
    .foot .f1{
        width:55%;
        float:left;
    }
    .foot .f2{
        width:40%;
        float:right;
    }
    .foot_bt{
        width:100%;
        float:left;
        margin-bottom:15px;
    }
    .foot_bt .s1{
        float:left;
        font-size:15px;
        border-bottom: solid 1px #fff;
        padding-bottom:10px;
    }
    .foot_lb1{
        width: 102%;
        float:left;
        margin: 0 0 0 -1%;
    }
    .foot_lb1 li{
        width:33.3333%;
        padding:1%;
        float:left;
    }
}
@media only screen and (max-width:768px) {
    .foot .f1{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .foot .f2{
        width:100%;
        float:left;
    }
}
@media only screen and (min-width: 1200px) {
    .foot {
        width: 100%;
        background:url("../images/bj3.jpg") #2b2828 center no-repeat;
        height:234px;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        padding:45px 0px;
    }
    .foot .f1{
        width:52%;
        float:left;
    }
    .foot .f2{
        width:40%;
        float:right;
    }
    .foot_bt{
        width:100%;
        float:left;
        margin-bottom: 20px;
    }
    .foot_bt .s1{
        float:left;
        font-size:18px;
        border-bottom: solid 1px #fff;
        padding-bottom:10px;
    }
    .foot_lb1{
        width: 102%;
        float:left;
        margin: 0 0 0 -1%;
    }
    .foot_lb1 li{
        width:33.3333%;
        padding:1%;
        float:left;
    }


}


.foot a {
    color: #ffffff;
}

.foot a:hover {
    text-decoration: underline;
}

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f2f2f2;
    }

    .lm1 li a:hover {
        background: #f3600c;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        /*background: #fff;*/
        font-size: 16px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        color:#f3600c;
    }
    .lm1_bt a:before{
        content: '';
        position:absolute;
        width:40px;
        height:40px;
        right:5px;
        top:0px;
        background: url(../images/jt_xx.png) center no-repeat;
        background-size: auto 8px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
    .lm1k h3{
        display: none;
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        background-color: #f46610;
        color:#fff;
        float:left;
        padding:10px 0 0 10px;
    }
    .lm1k h3{
        width:100%;
        float:left;
        font-size:22px;
        line-height:35px;
        padding:15px 0 15px 20px;
    }

    .lm1 {
        width: 100%;
        float:left;
    }


    .lm1 li {
        float: left;
        background-color: #fff;
        border-bottom: solid 1px #ddd;
        width:100%;
    }

    .lm1 li a {
        display: block;
        font-size: 16px;
        line-height: 30px;
        padding:10px 10px 10px 20px;
        width:100%;
        position:relative;
    }

    .lm1 li a.on,.lm1 li a:hover {
        color: #f3600c;
        background-color: #f3f3f3;
    }
    .lm1 li a.on:before{
        content: '';
        width:4px;
        height:100%;
        background-color: #efaf34;
        position:absolute;
        top:0px;
        left:-4px;
    }

}

@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 48%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
    }
}
.fy1 a{
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: center;
    }

    .fy1 a {
        display: inline-block;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 1px;
    }

}

.fy1 a:hover,
.fy1 a.on {
    background: #f3600c;
    color: #ffffff;
    border: solid 1px #f3600c;
}


@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: 0px;
        color: #fff;
        padding:10px 15px;
        width: 100%;
        text-align: left;
    }

    .sy_ban .swiper-slide .txtk h1 {
        display: block;
        font-size: 15px;
        line-height: 24px;
        font-weight: bold;
        /*text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;*/
        width: 100%;
        /*height:24px;*/
        margin-bottom: 10px;

    }
    .sy_ban .swiper-slide .txtk .s_more{
        display: inline-block;
        line-height: 30px;
        padding:0 15px;
        color:#fff;
        background-color: #efaf34;
        font-size:13px;
        -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,.65);
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color:rgba(255,255,255,1);
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
        position: absolute;
        right: 0%;
        text-align: right;
        padding-right: 2%;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}
@media only screen and (max-width: 550px) {
    .sy_ban .swiper-slide .txtk .s_more{
        display: none;
    }
    .sy_ban .swiper-slide .txtk h1{
        margin-bottom: 5px;
    }
}
@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;
        width:1200px;
        bottom: 50px;
        color: #fff;
        padding: 0px 236px 0 35px;
        text-align: left;
        z-index: 11;
    }

    .sy_ban .swiper-slide .txtk h1 {
        display: block;
        line-height:70px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        width:100%;
        height:70px;
        margin-bottom: 20px;
    }
    .sy_ban .swiper-slide .txtk .s_more{
        display: inline-block;
        line-height: 40px;
        padding:0 30px;
        color:#fff;
        background-color: #efaf34;
        font-size:16px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    }
    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,1);
        width: 13px;
        height: 13px;
        opacity: 1;
        font-size:16px; -moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color:rgba(255,255,255,1);
        width:35px;
    }

    .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: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}
.sy_ban .swiper-slide .txtk .s_more:hover{
    background-color: #f46610;
}
@media only screen and (max-width: 1200px) {
    .sy1{
        width:100%;
        padding:20px 15px;
    }
    .sy1 .d1{
        float:left;
        width:100%;
    }
    .sy1 .d2{
        float:left;
        width:100%;
    }
    .sy_bt1{
        width:100%;
        float:left;
        line-height: 40px;
        height:40px;
        border-bottom: solid 1px #f3600c;
        margin-bottom: 20px;
    }
    .sy_bt1 .s1{
        float:left;
        line-height: 35px;
        height:41px;
        border-bottom: solid 3px #f46610;
        font-size:16px;
    }
    .sy_bt1 .right{
        margin-right: 5px;
    }
    .sy_lb1{
        width:102%;
        float:left;
        margin: 0 0 0 -1%;
    }
    .sy_lb1 li{
        width:33.3333%;
        float:left;
        padding:0 1% 2% 1%;

    }
    .sy_lb1 a{
        width:100%;
        display: block;
        float: left;
        border: solid 1px #ddd;
        position:relative;
    }
    .sy_lb1 .imgk,.sy_lb1 .imgk img ,.sy_lb1 .txtk,.sy_lb1 h4{
        width:100%;
        float: left;
    }
    .sy_lb1 .txtk{
        padding:10px;
    }
    .sy_lb1 .txtk h4{
        height:48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        font-size:14px;
        line-height: 24px;
    }
    .sy_lb1 .txtk .sj{
        color:#999;
        float: right;
    }
    .sy_lb1 a:after{
        content: '';
        width:0%;
        background-color: #f3600c;
        height:2px;
        position:absolute;
        left:0px;
        bottom:0px;
    }
    .sy_lb1 a:hover:after{
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .sy_lb1 li:nth-child(3n+1){
        clear: both;
    }
    .sy_lb2{
        width:100%;
        float:left;
        margin-top: -15px;
    }
    .sy_lb2 li{
        width:100%;
        float:left;
        padding:15px 0;
        border-bottom: solid 1px #ddd;
        position:relative;
        min-height:90px;
        padding-left:80px;
        padding-top:21px;
    }
    .sy_lb2 .sj{
        position:absolute;
        width:65px;
        text-align: center;
        line-height: 30px;
        border: solid 1px #ddd;
        left:0px;
        top:15px;
    }
    .sy_lb2 .sj p{
        display: block;
        width:100%;
        height:30px;
    }
    .sy_lb2 .sj p:first-child{
        color:#fff;
        background-color: #f46610;
    }
    .sy_lb2 .sj p:last-child{
        font-size:16px;
    }
    .sy_lb2 a{
        width:100%;
        line-height: 24px;
        font-size:14px;
        height:48px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .sy_lb2 a p{
        max-height:48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
    -webkit-box-orient:vertical
    }
    a.cd_a_h{
        display: inline-block;
        line-height:38px;
        border: solid 1px #f5792c;
        padding:0 30px;
        color:#f5792c;
    }
    a.cd_an_h{
        display: inline-block;
        line-height:38px;
        padding:0 30px;
        background-color: #f5792c;
        color:#fff;
    }
    .sy1 .d2 a.cd_a_h{
        margin-top: 20px;
    }
}
@media only screen and (max-width:768px) {
    .sy_lb1 li{
        width:50%;
    }
    .sy_lb1 li:nth-child(3n+1){
        clear: inherit;
    }
    .sy_lb1 li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (max-width:450px) {
    .sy_lb1 li{
        width:100%;
    }
}
@media only screen and (min-width: 1200px) {
   .sy1{
       width:100%;
       padding:50px 0;
   }
    .sy1 .d1{
        float:left;
        width:65%;
    }
    .sy1 .d2{
        float:right;
        width:30%;
    }
    .sy_bt1{
        width:100%;
        float:left;
        line-height: 50px;
        height:50px;
        border-bottom: solid 1px #f3600c;
        margin-bottom: 30px;
    }
    .sy_bt1 .s1{
        float:left;
        line-height: 40px;
        height:51px;
        border-bottom: solid 3px #f46610;
        font-size:24px;
    }
    .sy_bt1 .right{
        margin-right: 10px;
    }
    .sy_lb1{
        width:102%;
        float:left;
        margin: 0 0 0 -1%;
    }
    .sy_lb1 li{
        width:33.3333%;
        float:left;
        padding:0 1% 2% 1%;

    }
    .sy_lb1 a{
        width:100%;
        display: block;
        float: left;
        border: solid 1px #ddd;
        position:relative;
    }
    .sy_lb1 .imgk,.sy_lb1 .imgk img ,.sy_lb1 .txtk,.sy_lb1 h4{
        width:100%;
        float: left;
    }
    .sy_lb1 .imgk{
        height:184px;
    }
    .sy_lb1 .imgk img{
        min-height:184px;
    }

    .sy_lb1 .txtk{
        padding:15px;
    }
    .sy_lb1 .txtk h4{
        height:48px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        font-size:16px;
        line-height: 24px;
    }
    .sy_lb1 .txtk .sj{
        color:#999;
        float: right;
    }
    .sy_lb1 a:after{
        content: '';
        width:0%;
        background-color: #f3600c;
        height:2px;
        position:absolute;
        left:0px;
        bottom:0px;
    }
    .sy_lb1 a:hover:after{
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .sy_lb2{
        width:100%;
        float:left;
        margin-top: -15px;
    }
    .sy_lb2 li{
        width:100%;
        float:left;
        padding:15px 0;
        border-bottom: solid 1px #ddd;
        position:relative;
        min-height:90px;
        padding-left:80px;
        padding-top:21px;
    }
    .sy_lb2 .sj{
        position:absolute;
        width:65px;
        text-align: center;
        line-height: 30px;
        border: solid 1px #ddd;
        left:0px;
        top:15px;
    }
    .sy_lb2 .sj p{
         display: block;
        width:100%;
        height:30px;
    }
    .sy_lb2 .sj p:first-child{
        color:#fff;
        background-color: #f46610;
    }
    .sy_lb2 .sj p:last-child{
        font-size:16px;
    }
    .sy_lb2 a {
        width: 100%;
        line-height: 24px;
        font-size: 16px;
        height:48px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .sy_lb2 a p{
        max-height:48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    }
    a.cd_a_h{
        display: inline-block;
        line-height:38px;
        border: solid 1px #f5792c;
        padding:0 30px;
        color:#f5792c;
    }
    a.cd_an_h{
        display: inline-block;
        line-height:38px;
        padding:0 30px;
        background-color: #f5792c;
        color:#fff;
    }
    .sy1 .d2 a.cd_a_h{
        margin-top: 20px;
    }

}
.sy_lb2 li:last-child{
    border: 0;
}
a.cd_a_h:hover{
    background-color:#f5792c;
    color:#fff;
}
a.cd_an_h:hover{
    background-color:#e15500;
}
a.cd_h{
    color:#f46610
}
a.cd_h:hover{
    text-decoration: underline;
}
.bj_b{
    background-color: #f8f8f8;
}
@media only screen and (max-width: 1200px) {
    .sy_bt2{
        width:100%;
        float:left;
        margin-bottom: 15px;
        line-height: 30px;
        font-size:16px;
        text-align: center;
    }
    .sy_bt2:before,.sy_bt2:after{
        content: '';
        width:50px;
        height:1px;
        background-color: #000;
        display: inline-block;
        vertical-align: middle;
        margin:0 10px;
    }
    .dt_t{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .dt_t .imgk{
        width:100%;
        float:left;
    }
    .dt_t .imgk img{
        width:100%;
    }
    .dt_t .txtk{
        width:96%;
        float:left;
        margin: -20px 0 0 2%;
        background-color: #fff;
        padding:30px 15px 15px 15px;
        position:relative;
        z-index: 1;
    }
    .dt_t a.dbt{
        display: block;
        line-height: 25px;
        width:100%;
        margin-bottom:5px;
        font-size:15px;
        text-align: center;
    }
    .dt_t p{
        color:#6b6a6a;
        line-height:22px;
        width:100%;
        font-size:13px;
        overflow: hidden;
    }
    .dt_t .sj{
        position:absolute;
        left:10px;
        top:-12px;
        line-height: 35px;
        padding:0 15px;
        color:#fff;
        background-color: #f46610;
    }
    .dt_t .sj:before{
        content: '';
        display: inline-block;
        background: url("../images/t_sj.png") no-repeat;
        width:20px;
        height:20px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .sy_lb3{
        width:100%;
        float:right;
    }
    .sy_lb3 li,.sy_lb3 a{
        width:100%;
        float:left;
    }
    .sy_lb3 li{
        margin-bottom: 10px;
    }
    .sy_lb3 a{
        padding:10px 10px 10px 70px;
        position:relative;
        height:64px;
        background-color: #ffffff;
        border: solid 1px #ddd;
    }
    .sy_lb3 .sj{
        width:70px;
        text-align: center;
        position:absolute;
        left:0px;
        top:10px;
        line-height:22px;
        font-size:13px;
    }
    .sy_lb3 .sj p:first-child{
        font-size:20px;
        height:22px;
    }
    .sy_lb3 .txtk p{
        display: block;
        width:100%;
        line-height:22px;
        font-size:14px;
        height:44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .mt40{
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
   .sy_bt2{
       width:100%;
       float:left;
       margin-bottom: 35px;
       line-height: 40px;
       font-size:30px;
       text-align: center;
   }
    .sy_bt2:before,.sy_bt2:after{
        content: '';
        width:100px;
        height:1px;
        background-color: #000;
        display: inline-block;
        vertical-align: middle;
        margin:0 20px;
    }
    .dt_t{
        width:46%;
        float:left;
    }
    .dt_t .imgk{
        width:100%;
        float:left;
        height:415px;
    }
    .dt_t .imgk img{
        width:100%;
        min-height: 415px;
    }
    .dt_t .txtk{
        width:90%;
        float:left;
        margin: -30px 0 0 5%;
        background-color: #fff;
        padding:35px;
        position:relative;
        z-index: 1;
    }
    .dt_t a.dbt{
        display: block;
        height:35px;
        line-height: 35px;
        width:100%;
        margin-bottom:5px;
        font-size:19px;
        text-align: center;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .dt_t p{
        color:#6b6a6a;
        line-height:28px;
        height:56px;
        width:100%;
        font-size:15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
    -webkit-box-orient:vertical
    }
    .dt_t .sj{
        position:absolute;
        left:10px;
        top:-20px;
        line-height: 45px;
        padding:0 15px;
        color:#fff;
        background-color: #f46610;
    }
    .dt_t .sj:before{
        content: '';
        display: inline-block;
        background: url("../images/t_sj.png") no-repeat;
        width:20px;
        height:20px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .sy_lb3{
        width:51%;
        float:right;
    }
    .sy_lb3 li,.sy_lb3 a{
        width:100%;
        float:left;
    }
    .sy_lb3 li{
        margin-bottom: 15px;
    }
    .sy_lb3 a{
        padding:13px 15px 13px 100px;
        position:relative;
        height:79px;
        background-color: #ffffff;
        border: solid 1px #ddd;
    }
    .sy_lb3 .sj{
        width:100px;
        text-align: center;
        position:absolute;
        left:0px;
        top:15px;
        line-height:26px;
        font-size:17px;
    }
    .sy_lb3 .sj p:first-child{
        font-size:30px;
        height:30px;
    }
    .sy_lb3 .txtk p{
        display: block;
        width:100%;
        line-height:26px;
        font-size:16px;
        height:52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .mt40{
        margin-top: 40px;
    }
}
.sy_lb3 li:last-child{
    margin-bottom: 0;
}
.sy_anq2{
    width:100%;
    float:left;
    text-align: center;
}
.sy_lb3 a:hover{
    background-color: #f46610;
    border-color: #f46610;
    color:#fff;
}
.sy_bt2.bt_b{
    color:#fff;
}
.sy_bt2.bt_b:before,.sy_bt2.bt_b:after{
    background-color: #fff;
}

.bj_fc{
    position:relative;
}
@media only screen and (max-width: 1200px) {
    .bj_fc:before{
        content: '';
        width:100%;
        height:100px;
        background: url("../images/bj4.jpg") #f5771b top center no-repeat;
        position:absolute;
        left:0px;
        top:0px;
    }

    .fc_t{
        width:100%;
        float:left;
        background-color: #fff;
        box-shadow:0 0px 1px rgba(0,0,0,.4);
        margin-bottom: 15px;
    }
    .fc_t .imgk{
        width:100%;
        float:left;
    }
    .fc_t .imgk img{
        width:100%;
    }
    .fc_t .txtk{
        width:100%;
        float:left;
        background-color: #fff;
        padding:20px 10px;
        position:relative;
        z-index: 1;
    }
    .fc_t .txtk:before{
        content: '+';
        position: absolute;
        color: #fff;
        font-size: 28px;
        height: 26px;
        line-height: 26px;
        width: 35px;
        text-align: center;
        background-color:#f46610;
        top: -13px;
        right: 15px;
    }
    .fc_t a.dbt{
        display: block;
        height:48px;
        line-height:24px;
        width:100%;
        margin-bottom:10px;
        font-size:14px;
    }
    .fc_t .sj{
        display: block;
        color:#757272;
        background: url("../images/t_sj2.png") left no-repeat;
        padding-left:30px;
        font-size:13px;
    }
}
@media only screen and (min-width: 1200px) {
    .bj_fc:before{
        content: '';
        width:100%;
        height:250px;
        background: url("../images/bj4.jpg") #f5771b top center no-repeat;
        position:absolute;
        left:0px;
        top:0px;
    }

    .fc_t{
        width:35%;
        float:left;
        background-color: #fff;
        box-shadow:0 0px 1px rgba(0,0,0,.4);
    }
    .fc_t .imgk{
        width:100%;
        float:left;
        height:315px;
    }
    .fc_t .imgk img{
        width:100%;
        min-height: 315px;
    }
    .fc_t .txtk{
        width:100%;
        float:left;
        background-color: #fff;
        padding:50px 25px;
        position:relative;
        z-index: 1;
    }
    .fc_t .txtk:before{
        content: '+';
        position:absolute;
        color:#fff;
        font-size:40px;
        height:44px;
        line-height:44px;
        width:60px;
        text-align: center;
        background-color: #f46610;
        top:-20px;
        right:20px;
    }
    .fc_t a.dbt{
        display: block;
        height:70px;
        line-height: 35px;
        width:100%;
        margin-bottom:15px;
        font-size:20px;
    }
    .fc_t .sj{
        display: block;
        color:#757272;
        background: url("../images/t_sj2.png") left no-repeat;
        padding-left:30px;
        font-size:16px;
    }
}
.bj_fc .main{
    position:relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .sy_lb4{
        width:102%%;
        float:right;
        margin: -1% 0% 0 -1%;
    }
    .sy_lb4 li{
        width:31.3333%;
        float:left;
        margin: 1%;
        background-color: #fff;
        box-shadow:0 0px 1px rgba(0,0,0,.4);
    }
    .sy_lb4 li:nth-child(3n+1){
        clear: both;
    }
    .sy_lb4 .imgk{
        width:100%;
        float:left;
    }
    .sy_lb4 .imgk img{
        width:100%;
    }
    .sy_lb4 .txtk{
        width:100%;
        float:left;
        background-color: #fff;
        padding:20px 10px;
        position:relative;
        z-index: 1;
    }
    .sy_lb4 .txtk:before{
        content: '+';
        position:absolute;
        color:#fff;
        font-size:28px;
        height:26px;
        line-height: 26px;
        width:35px;
        text-align: center;
        background-color: #f46610;
        top:-13px;
        right:15px;
    }
    .sy_lb4 a.dbt{
        display: block;
        height:48px;
        line-height:24px;
        width:100%;
        font-size:14px;
    }
    .md30{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:768px) {
    .sy_lb4 li{
        width:48%;
    }
    .sy_lb4 li:nth-child(3n+1){
        clear: inherit;
    }
    .sy_lb4 li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (max-width:450px) {
    .sy_lb4 li{
        width:98%;
    }
}
.sy_lb4 a.dbt{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
-webkit-box-orient:vertical
}
@media only screen and (min-width: 1200px) {
   .sy_lb4{
       width:65%;
       float:right;
       margin: -0.7% -0.7% 0 0;
   }
    .sy_lb4 li{
        width:31.3333%;
        float:left;
        margin: 1%;
        background-color: #fff;
        box-shadow:0 0px 1px rgba(0,0,0,.4);
    }
    .sy_lb4 .imgk{
        width:100%;
        float:left;
        height:167px;
    }
    .sy_lb4 .imgk img{
        width:100%;
        min-height: 167px;
    }
    .sy_lb4 .txtk{
        width:100%;
        float:left;
        background-color: #fff;
        padding:20px 15px;
        position:relative;
        z-index: 1;
    }
    .sy_lb4 .txtk:before{
        content: '+';
        position:absolute;
        color:#fff;
        font-size:30px;
        height:26px;
        line-height: 26px;
        width:35px;
        text-align: center;
        background-color: #f46610;
        top:-13px;
        right:15px;
    }
    .sy_lb4 a.dbt{
        display: block;
        height:48px;
        line-height:24px;
        width:100%;
        font-size:16px;
    }


}
.fc_bj_d{
    background: url("../images/bj2.jpg") center bottom no-repeat;
}
.ny.fc_bj_d{
    background: url("../images/ny_bj.jpg") #f6f6f6 center bottom no-repeat;
}
@media only screen and (max-width: 1200px) {
    .ny{
        width:100%;
        padding:0px 0;
    }
    .ny .d1{
        width:100%;
        float:left;
    }
    .ny .d2{
        width:100%;
        float:left;
        padding:20px 15px;
        background-color: #fff;
        min-height: 200px;
    }
    .dqwz{
        display: none;
    }
    .ab_nr{
        width:100%;
        float:left;
        font-size:13px;
        line-height:24px;
    }

    .sbt{
        width:100%;
        float:left;
        border-bottom: solid 1px #ddd;
        padding-bottom:15px;
        margin-bottom:20px;
        text-align: center;
    }
    .sbt p{
        color:#999;
        font-size:13px;
        padding-top: 10px;
    }
    .sgd{
        width:100%;
        float:left;
        border-top: solid 1px #ddd;
        padding-top:15px;
        margin-top:20px;
        position:relative;
        font-size:13px;
        line-height:24px;
    }
    .sgd p{
        margin-bottom:5px;
    }
    .sgd a.cd_a_d{

    }
    a.cd_a_d{
        line-height: 30px;
        padding:0 20px;
        background-color: #e5e5e5;
        display:inline-block;
    }
    .md40{
        margin-bottom: 20px;
    }


    .n1 li{
        border-bottom: solid 1px #ddd;
    }
    .n1 a{
        padding:0 80px 0 25px;
        height:50px;
        line-height: 50px;
        position:relative;
    }
    .n1 a:before{
        content: '';
        width:6px;
        height:6px;
        background-color: #f3600c;
        position:absolute;
        left:10px;
        top:50%;
        margin-top: -3px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }
    .n1 .s1{
        width:100%;
        height:50px;
        display: block;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        font-size:14px;
    }
    .n1 .s2{
        position:absolute;
        right:10px;
        top:0px;
        font-size:13px;
    }
}
@media only screen and (min-width: 1200px) {
   .ny{
       width:100%;
       padding:50px 0;
   }
    .ny .d1{
        width:21%;
        float:left;
    }
    .ny .d2{
        width:76.5%;
        float:right;
        padding:40px;
        background-color: #fff;
        min-height: 500px;
    }
    .dqwz{
        width:100%;
        float:left;
        height:45px;
        line-height: 45px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 40px;
    }
    .dqwz .s1{
        font-size:28px;
        height:46px;
        border-bottom: solid 3px #f3600c;
    }
    .dqwz .s2{
        float:right;
        background: url("../images/t_home.png") left no-repeat;
        background-size: auto 18px;
        padding-left:30px;
        color:#868686;
    }
    .ab_nr{
        width:100%;
        float:left;
        font-size:16px;
        line-height: 30px;
    }
    .md30{
        margin-bottom: 30px;
    }

    .sbt{
        width:100%;
        float:left;
        border-bottom: solid 1px #ddd;
        padding-bottom:20px;
        margin-bottom: 25px;
        text-align: center;
    }
    .sbt p{
        color:#999;
        font-size:16px;
        padding-top: 15px;
    }
    .sgd{
        width:100%;
        float:left;
        border-top: solid 1px #ddd;
        padding-top:20px;
        margin-top: 30px;
        position:relative;
        padding-right:160px;
        font-size:16px;
        line-height: 35px;
    }
    .sgd a.cd_a_d{
        position:absolute;
        right:0px;
        bottom: 0px;
    }
    a.cd_a_d{
        line-height: 40px;
        padding:0 35px;
        background-color: #e5e5e5;
        display:inline-block;
    }
    .md40{
        margin-bottom: 40px;
    }
    .n1 li{
        border-bottom: solid 1px #ddd;
    }
    .n1 a{
        padding:0 120px 0 40px;
        height:80px;
        line-height: 80px;
        position:relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .n1 a:before{
        content: '';
        width:9px;
        height:9px;
        background-color: #f3600c;
        position:absolute;
        left:15px;
        top:50%;
        margin-top: -4.5px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }
    .n1 .s1{
        width:100%;
        max-height:70px;
        line-height:25px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
        font-size:16px;
    }
    .n1 .s2{
        position:absolute;
        right:15px;
        top:0px;
        font-size:15px;
    }
    .ny .sy_lb4 .imgk{
        height:201px;
    }
    .ny .sy_lb4 .imgk img{
        min-height:201px;
    }

    .ny .sy_lb1 .imgk{
        height:198px;
    }
    .ny .sy_lb1 .imgk img{
        min-height:198px;
    }

}
.n1 a:hover{
    color:#fff;
    background-color: #f3600c;
}
.n1 a:hover:before{
    background-color: #fff;
}
.n1,.n1 a,.n1 li{
    width:100%;
    float:left;
}
.dqwz .s2 a{
    color:#868686;
}
.dqwz .s2 a:hover,.dqwz .s2 a:last-child{
    color:#f3600c;
}

.ny .sy_lb4{
    width:102%;
    margin-left: -1%;
}

@media only screen and (max-width: 1200px) {
    .zz_bt{
        width:100%;
        float:left;
        margin-bottom:15px;
        line-height: 24px;
    }
    .zz_bt .s1{
        float:left;
        position:relative;
        font-size:15px;
        padding-left:15px;
    }
    .zz_bt .s1:before{
        content: '';
        width:5px;
        height:100%;
        background-color: #f3600c;
        position:absolute;
        left:0px;

    }
    .zz_lb{
        width:102%;
        margin-left: -1%;
        float:left;
        margin-bottom: 20px;
    }
    .zz_lb li{
        width:31.3333%;
        float:left;
        margin: 1%;
    }
    .zz_lb  a{
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        width:100%;
        padding:10px;
        height:70px;
        font-size:13px;
        line-height: 22px;
        text-align: center;
        background-color: #e6e6e6;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;

    }
    .zz_lb  a:hover{
        background:url("../images/zz_bj.jpg") #f3600c right bottom no-repeat;
        color:#fff;
    }
}
@media only screen and (max-width:768px) {
    .zz_lb li{
        width:48%;
    }
}
@media only screen and (max-width:450px) {
    .zz_lb li{
        width:98%;
    }
}
@media only screen and (min-width: 1200px) {
  .zz_bt{
      width:100%;
      float:left;
      margin-bottom:20px;
      line-height: 30px;
  }
    .zz_bt .s1{
        float:left;
        position:relative;
        font-size:20px;
    }
    .zz_bt .s1:before{
        content: '';
        width:5px;
        height:100%;
        background-color: #f3600c;
        position:absolute;
        left:-40px;

    }
    .zz_lb{
        width:101.6%;
        margin-left: -0.8%;
        float:left;
        margin-bottom: 30px;
    }
    .zz_lb li{
        width:31.7333%;
        float:left;
        margin: 0.8%;
    }
    .zz_lb  a{
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        width:100%;
        height:80px;
        font-size:16px;
        line-height: 24px;
        text-align: center;
        background-color: #e6e6e6;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;

    }
    .zz_lb  a:hover{
        background:url("../images/zz_bj.jpg") #f3600c right bottom no-repeat;
        color:#fff;
    }
}
