@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height:1.5;
    }

}

@media only screen and (min-width: 1200px) {
    .mob{
        display: none;
    }
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}
@media only screen and (max-width: 1200px) {
    #nav_top{
        width: 100%;

    }
    .top{
        width:100%;
        background-color: #cc0000;
        color:#fff;
        background-image: url("/images/bj1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 55px;
    }
    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        background: url(/images/logo.png) left center no-repeat;
        background-size: auto 75%;
        width:220px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 12px;

    }
    .logo .s_title{
        position: absolute;
        height: 20px;
        line-height: 20px;
        width: 130px;
        top: 5px;
        font-size: 13px;
        color: #fff;
        border-left: solid 1px rgba(255,255,255,.3);
        padding-left: 5px;
        left: 92px;
    }
    .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: 14px;
        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 .txtk{
        width: 100%;
        float: left;
    }
    .menu .txtk .imgk{
        display: none;
    }
    .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%;
    }

    .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%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #ab0c0c;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100%;
        overflow-y: auto;
        z-index: 19;
    }


    .ss {
        float:left;
        height: 35px;
        width: 100%;
        display: block;
        position:relative;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 35px;
        right: 0px;
        top: 0px;
        width:100%;
    }

    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, .2);
        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) center center no-repeat;
        background-size: auto 50%;
    }

    .top_yy{
        width:100%;
        float:left;
        text-align: center;
        color:#fff;
        line-height: 30px;
        margin-top: 65px;
        margin-bottom: 10px;
    }
    .top_yy a{
        color:#fff;
        margin: 0 15px;
    }

}

@media only screen and (min-width: 1200px) {
    #navk {
        height:60px;
        width:100%;
        background-color: #ab0c0c;
        color:#fff;
    }


    #navk .main{
        height:60px;
        position:relative;
        z-index: 30;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        background-image: url("/images/bj1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .top .main{
        height:111px;
        position:relative;
    }


    .top_jg {
        display: none;
    }

    .logo {
        background: url(/images/logo.png) left center no-repeat;
        background-size: auto auto;
        width:554px;
        height:100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .logo .s_title{
        position:absolute;
        height:50px;
        line-height: 50px;
        width:330px;
        top:30px;
        font-size: 30px;
        color:#fff;
        border-left: solid 1px rgba(255,255,255,.3);
        padding-left:20px;
        left:270px;
    }

    .menu {
        position: relative;
        height: 60px;
        width:100%;
        font-size: 0;
    }

    .menu li {
        height: 60px;
        float: left;
        width:15%;
        position: relative;
        padding:0 1px;
        text-align: center;
    }
    .menu li:first-child{
        width:6%;
        margin-right: 30px;
    }
    .menu a.dbt {
        font-size: 18px;
        display: inline-block;
        height:60px;
        line-height: 60px;
        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 {
        border-bottom: solid 3px #ff9c00;
    }

    .menu dl{
        width:100%;
        background-color: #ab0c0c;
        left: 0%;
        top:60px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        font-size: 14px;
        padding:10px 0;
    }
   .menu li:hover dl{
       display: block;
   }

    .menu dd {
        width:100%;
    }

    .menu dd a {
        color:#fff;
        display: block;
        width: 100%;
        line-height:24px;
        padding:8px 10px;
        position:relative;
    }
    .menu dd a:hover{
         background-color: rgba(255,255,255,.2);
    }

    .ss {
        position:absolute;
        height: 40px;
        width: 40px;
         background: url("/images/t_ss.png") center center no-repeat;
        right:0px;
        top:-80px;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 40px;
        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;
        border: solid 1px rgba(255,255,255,0);
    }
    .ss:hover{
        background: none;
    }
    .ss:hover .txtk{
        width:280px;
        /*border-color:#fff;*/
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;

    }
    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 0;
        padding: 0 0 0 12px;
        background: #ab0c0c;
        color: #fff;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: -1px;
        top: -1px;
        background: url(/images/t_ss.png) center center no-repeat;
    }

    .top_yy{
        position:absolute;
        height: 40px;
        line-height: 40px;
        display: block;
        top: -80px;
        right:40px;
        color:#fff;
    }
    .top_yy a{
        color:#fff;
        margin: 0 10px;
    }
    a.cd_dl{
        display: inline-block;
        height:40px;
        line-height: 38px;
        border: solid 1px #fff;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
        padding:0 20px;
        float:right;
    }
    a.cd_dl:hover{
        background-color: #fff;
        color:#b6001f;
    }

}


.ss .form-control::-moz-placeholder {
    color:#fff;
    opacity:1
}
.ss .form-control:-ms-input-placeholder {
    color:#fff
}
.ss .form-control::-webkit-input-placeholder {
    color:#fff
}
@media only screen and (max-width: 1200px) {
    .foot {
        width: 100%;
        color: #fff;
        padding:15px;
        text-align: center;
    }
    .foot .f1{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .foot .f2{
        width:100%;
        float:left;
    }
    .foot .f2 a{
        margin: 0 5px;
    }

}

.foot {
    width: 100%;
    background-image:url("/images/logo_foot.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #ab0c0c;
}
.foot a,.foot2 a{
    color:#fff;
}
.foot a:hover,.foot2 a:hover{
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    .foot {
        padding:55px 0px;
        font-size: 16px;
        line-height: 28px;

    }
    .foot .f1{
        float:left;
    }
    .foot .f2{
        float:right;
        margin-top: 14px;
    }
    .foot .f2 a{
        margin: 0 10px;
    }
}


.ban {
    width: 100%;
}

.ban img {
    width: 100%;
    display: block;
}
@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-pagination-bullet {
        background-color:rgba(255,255,255,.5);
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 0;
    }

    .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: 10px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }
    .sy_ban .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        /*max-width: 1920px;*/
        /*position:relative;*/
        /*left:50%;*/
        /*margin-left: -960px;*/
        display: block;
    }
    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,0);
        border: solid 1px #ffffff;
        width:14px;
        height:14px;
        opacity: 1;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color:rgba(255,255,255,1);
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:47px;
        height:12px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 0%;
        left:0;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}
@media only screen and (min-width: 1890px) {
    .sy_ban .swiper-slide img {
        /*width:100%;*/
        /*max-width: 100%;*/
        /*left:0%;*/
        /*margin-left:0px;*/
    }
}
@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) {
    .pc{
        display: none;
    }
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-top: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #fff;
    }

    .lm1 li a:hover {
        background: #b2141a;
        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: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        color: #b2141a;
    }
    .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='%23b2141a'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

}
.sy_bt1{
    text-align: center;
}
.sy_bt1 .bt{
    padding-bottom:8px;
    border-bottom:2px #a70707 solid;
    position:relative;
    margin-bottom: 10px;
    display: inline-block;
}
.sy_bt1 .bt:after{
    content: '';
    background-image:url("/images/jt_r.png");
    background-repeat:no-repeat;
    width:11px;
    height:10px;
    position:absolute;
    left:50%;
    margin-left: -5.5px;
    bottom: -5px;
}
.sy{
    padding:45px 0 50px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sy1{
    background-image: url("/images/bj2.jpg");
}
a.cd_more1{
    display: inline-block;
    border: solid 2px #cc0000;
    width:200px;
    height:50px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color:#cc0000;
    position:relative;
}
a.cd_more1:after{
    content: '';
    background-image: url("/images/more1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:47px;
    height:9px;
    position:absolute;
    top:50%;
    margin-top: -4.5px;
    right:-23.5px;
}
a.cd_more1:hover{
    background-color: #cc0000;
    color:#fff;
}
a.cd_more1:hover:after{
    right:0;
}
.sy_zyjs{
    background-color: #fff;
    margin-bottom: 90px;
}
.sy_zyjs .d1{
    width:630px;
    height:426px;
    position:relative;
}
.zyjs_x{
    width:40px;
    position:absolute;
    height:300px;
    right:-20px;
    z-index:6;
    top:40px;
}
.zyjs_x i{
    display: block;
    width:100%;
    float:left;
    background-color: #ff9c00;
    height:10px;
    margin: 50px 0;
}
.sy_zyjs .d2{
    width:570px;
    height:426px;
    padding:40px 40px 40px 50px;
}
.sy_n1 li{
    height:24px;
    line-height: 24px;
    margin-bottom:22px;
}
.sy_n1 li:last-child{
    margin-bottom: 0;
}
.sy_n1 a{
    display: block;
    width:100%;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    font-size: 16px;
    padding-left:10px;
    position:relative;
}
.sy_n1 a:before{
    content: '';
    width:2px;
    height:12px;
    top:50%;
    margin-top: -6px;
    background-color: #333;
    position:absolute;
    left:0;
}
.sy_n1 a:hover:before{
    background-color: #cc0000;
}
@media only screen and (max-width: 1200px) {
    .zyjs_x{
        display: none;
    }
    .sy_bt1 .xbt{
        font-size: 13px;
    }
    .sy_zyjs{
        margin-bottom: 15px;
    }
    .sy_zyjs .d1{
        width:100%;
        height:auto;
    }
    .sy_zyjs .d2{
        width:100%;
        height:auto;
        padding:15px;
    }
    .sy_n1 li{
        height:24px;
        line-height: 24px;
        margin-bottom:5px;
    }
    .sy_n1 a{
        font-size: 13px;
    }
    .sy{
        padding:15px;
    }
    a.cd_more1{
        border: solid 2px #cc0000;
        width:120px;
        height:38px;
        line-height: 35px;
        font-size: 13px;
    }
    a.cd_more1:after{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw1 {
        width: 100%;
    }

    .sy_xw1 .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_xw1 .swiper-slide img {
        width: 100%;
        display: block;
    }
    .sy_xw1 .swiper-slide .txtk{
        width:100%;
        background-color: #fff;
        padding:10px 15px;
        margin-bottom: 15px;
    }
    .sy_xw1 .swiper-pagination-bullet {
        background-color:#d9d9d9;
        width:8px;
        height:8px;
        opacity: 1;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }

    .sy_xw1 .swiper-pagination-bullet-active {
        background-color:#cc0000;
    }

    .sy_xw1.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_xw1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw1 {
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }
    .sy_xw1 .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .sy_xw1 .swiper-slide .imgk{
        height:426px;
        overflow: hidden;
        margin-bottom: 55px;
    }
    .sy_xw1 .swiper-slide img {
        width: 100%;
        min-height: 426px;
        display: block;
    }
    .sy_xw1 .swiper-slide .txtk{
        width:80%;
        height:110px;
        background-color: #fff;
        position:absolute;
        left:10%;
        bottom: 0px;
        z-index: 1;
        padding:20px 25px;
    }
    .sy_xw1 .swiper-slide .dbt{
        font-size: 16px;
        line-height: 24px;
        height:48px;
        width:100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .sy_xw1 .swiper-pagination-bullet {
        background-color:#d9d9d9;
        width:10px;
        height:10px;
        opacity: 1;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }

    .sy_xw1 .swiper-pagination-bullet-active {
        background-color:#cc0000;
    }

    .sy_xw1.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:25px;
        height:10px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 0%;
        left:0;
        padding-right:90px;
        text-align: right;
    }

    .sy_xw1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.sy2{
    background-image: url("/images/bj4.jpg");
}
.sy3{
    background-image: url("/images/bj3.jpg");
}
.sy_n2{
    width:104%;
    float:left;
    margin: 0 0 30px -2%;
}
.sy_n2 li{
    width:29.3333%;
    float:left;
    margin: 1% 2%;
}
.sy_n2 a{
    display: block;
    width:100%;
    height:105px;
    border: solid 1px #ddd;
    box-shadow:2px 2px 3px rgba(0,0,0,.15);
    background-color: #fff;
    /*padding:30px 30px 30px 120px;*/
    padding:30px 20px 30px 115px;
    position:relative;
    line-height: 45px;
}
.sy_n2 a .sj{
    background-color: #cc0000;
    color:#fff;
    position:absolute;
    left:30px;
    top:30px;
    width:80px;
    text-align: center;
}
.sy_n2 a .sj:before{
    content: '';
    background-image: url("/images/t_time.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width:15px;
    height:14px;
    display: inline-block;
    margin-right:8px;
    position:relative;
    top:-2px;
    vertical-align: middle;
}
.sy_n2 p{
    display: block;
    width:100%;
    font-size: 16px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.sy_n2 a:hover{
    border-color: #cc0000;
}
@media only screen and (max-width: 1200px) {
    .sy_n2{
        width:102%;
        margin: 0 0 15px -1%;
    }
    .sy_n2 li{
        width:48%;
        margin: 1% 1%;
    }
    .sy_n2 a{
        height:65px;
        box-shadow:2px 2px 3px rgba(0,0,0,.15);
        padding:15px 15px 15px 105px;
        line-height: 35px;
    }
    .sy_n2 a .sj{
        background-color: #cc0000;
        left:15px;
        top:15px;
        width:80px;
    }
    .sy_n2 p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
    .sy_n2{
        width:100%;
        margin: 0 0 10px 0%;
    }
    .sy_n2 li{
        width:100%;
        margin:0 0 10px 0;
    }
}
.sy3 .d1{
    width:730px;
}
.sy3 .d2{
    width:430px;
}
.sy_bt2{
    height:60px;
    line-height: 60px;
    border-bottom: solid 2px #ddd;
    font-size: 16px;
}
.xx_nav a,.sy_bt2 .bt{
    float:left;
    margin-right: 40px;
    font-size: 30px;
    height:60px;
    line-height: 58px;
    position:relative;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.xx_nav a.on,.sy_bt2 .bt{
    border-bottom:2px #a70707 solid;
}
.xx_nav a.on:after,.sy_bt2 .bt:after{
    content: '';
    background-image:url("/images/jt_r.png");
    background-repeat:no-repeat;
    width:11px;
    height:10px;
    position:absolute;
    left:50%;
    margin-left: -5.5px;
    bottom: -5px;
}
.sy_n3{
    width:100%;
    float:left;
    background-color: #fff;
    padding:0 20px;
}
.sy_n3 li{
    width:100%;
    float:left;
    border-bottom:solid 1px #ddd;
    padding:20px 0;
}
.sy_n3 li:last-child{
    border-bottom: 0;
}
.sy_n3 a{
    display: block;
    width:100%;
    padding-left:180px;
    height:110px;
    position:relative;
    padding-top:20px;
    overflow: hidden;

}
.sy_n3 .imgk{
    width:156px;
    height:110px;
    overflow: hidden;
    position:absolute;
    left:0;
    top:0;
}
.sy_n3 .imgk img{
    /*min-height: 110px;*/
}
.sy_n3 .bt{
    line-height: 26px;
}
@media only screen and (max-width: 1200px) {
    .sy3 .d1{
        width:100%;
        margin-bottom: 15px;
    }
    .sy3 .d2{
        width:100%;
    }
    .sy_bt2{
        height:40px;
        line-height: 40px;
        border-bottom: solid 2px #ddd;
        font-size: 13px;
    }
    .xx_nav a,.sy_bt2 .bt{
        margin-right:20px;
        font-size:16px;
        height:40px;
        line-height: 38px;
    }

    .sy_n3{
        padding:0 15px;
    }
    .sy_n3 li{
        padding:15px 0;
    }

    .sy_n3 a{
        padding-left:133px;
        min-height:84px;
        height:auto;
        padding-top:0px;

    }
    .sy_n3 .imgk{
        width:120px;
        height:84px;
    }
    .sy_n3 .bt{
        line-height:155%;
        font-size: 13px;
    }
}
@media only screen and (max-width: 370px) {
    .sy_n3 a{
        padding-left:110px;
        min-height:70px;

    }
    .sy_n3 .imgk{
        width:100px;
        height:70px;
    }
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw2 {
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide .imgk{
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide img {
        width: 100%;
        display: block;
    }
    .sy_xw2 .swiper-slide .txtk{
        width:100%;
        background-color: #fff;
        padding:15px 15px 30px 15px;
    }
    .sy_xw2 .swiper-slide .txtk a.dbt{
        display: block;
        width:100%;
        font-size: 13px;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .sy_xw2 .swiper-pagination-bullet {
        background-color:#d9d9d9;
        width:8px;
        height:8px;
        opacity: 1;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color:#cc0000;
    }
    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:10px;
        height:12px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 0%;
        left:0;
        text-align: center;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw2 {
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide .imgk{
        height:345px;
        overflow: hidden;
    }
    .sy_xw2 .swiper-slide img {
        width: 100%;
        min-height:345px;
        display: block;
    }
    .sy_xw2 .swiper-slide .txtk{
        width:100%;
        height:107px;
        background-color: #fff;
        padding:25px 25px;
    }
    .sy_xw2 .swiper-slide .txtk a.dbt{
        display: block;
        width:100%;
        font-size: 16px;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .sy_xw2 .swiper-pagination-bullet {
        background-color:#d9d9d9;
        width:10px;
        height:10px;
        opacity: 1;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color:#cc0000;
    }
    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;
        height:12px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 0%;
        left:0;
        text-align: right;
        padding-right:30px;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
@media only screen and (max-width: 1200px) {

}

.sy4{
    background-color: #cc0000;
    overflow: hidden;
    padding:0;
}
.sy4_n{
    width:1920px;
    position:relative;
    left:50%;
    margin-left:-960px;
    height:540px;
}
.sy4_n:before{
    content: '';
    background-image: url("/images/a4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:absolute;
    width:38%;
    left:0;
    height:100%;
    top:0;
}
.sy4_n:after{
    content: '';
    background-image: url("/images/a5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position:absolute;
    width:62%;
    right:0;
    height:100%;
    top:0;
}
.sy4_n .main{
    position:relative;
    z-index: 1;
    padding:0px 0 0 450px;
}
.sy4_n .sy_bt1{
    color:#fff;
    text-align:left;
}
@media only screen and (min-width: 1200px) {
    .sy4_n .main{
        height:0px;
    }
    .sy4_n .sy_bt1{
        width:150px;
        margin-top: 60px;
    }
}
.sy4_n .sy_bt1 .bt{
    border-color: #fff;
}
.sy4_n .sy_bt1 .bt:after{
    background-image: url("/images/jt_b.png");
}
@media only screen and (max-width: 1200px) {

    .sy4{
        background-color: #cc0000;
        background-image: url("/images/a5.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding:15px;
    }
    .sy4_n{
        width:100%;
        position:relative;
        left:0%;
        margin-left:0;
        height:auto;
    }
    .sy4_n:before{
        display: none;
    }
    .sy4_n:after{
        display: none;
    }
    .sy4_n .main{
        padding:0px;
    }
    .sy4_n .sy_bt1{
        text-align:center;
    }
}

@media only screen and (max-width: 1200px) {
    .sy4{
        padding:15px;
    }
    .zw_sy {
        width: 100%;
        float: left;
        /*margin-left: -50px;*/
        position: relative;
        padding: 0 25px;
    }

    .zw_sy .swiper-slide {
        width: 100%;

    }


    .zw_sy a {
        padding:20px;
        -moz-border-radius:10px 10px 10px 10px;
        -webkit-border-radius:10px 10px 10px 10px;
        border-radius:10px 10px 10px 10px;
        height:160px;
        display: block;
        width:100%;
        background-color: rgba(255,255,255,1);
        color:#333;
    }

    .zw_sy .bt{
        font-size: 13px;
        line-height:22px;
        height: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient: vertical;
        margin-bottom:10px;
        padding-left:10px;
        position:relative;
    }
    .zw_sy p{
        padding-left:10px;
    }
    .zw_sy .bt:before{
        content: '';
        width:2px;
        height:12px;
        top:8px;
        background-color: #333;
        position:absolute;
        left:0;
    }
    .zw_sy .swiper-button-prev, .zw_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color:rgba(0,0,0,.2);
    }


    .zw_sy .swiper-button-next:hover, .zw_sy .swiper-button-prev:hover {
        /*background-color: #cb3737;*/
    }
    .zw_sy .swiper-button-prev {
        left: 0px;
    }

    .zw_sy .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .zw_sy {
        width:1710px;
        float: left;
        position: relative;
        margin-left: -285px;
        margin-top: 40px;
        z-index: 15;
    }

    .zw_sy .swiper-slide {
        width: 100%;

    }

    .zw_sy a {
        padding:45px 40px 40px 40px;
        -moz-border-radius:10px 10px 10px 10px;
        -webkit-border-radius:10px 10px 10px 10px;
        border-radius:10px 10px 10px 10px;
        height:240px;
        display: block;
        width:100%;
        background-color: rgba(255,255,255,.2);
        color:#fff;
    }
    .zw_sy .swiper-slide-active a{
        background-color: rgba(255,255,255,1);
        color:#333;
    }
    .zw_sy .bt{
        font-size: 16px;
        line-height:28px;
        max-height: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient: vertical;
        margin-bottom:20px;
        padding-left:10px;
        position:relative;
    }
    .zw_sy .bt:before{
        content: '';
        width:2px;
        height:12px;
        top:8px;
        background-color: #fff;
        position:absolute;
        left:0;
    }
    .zw_sy .swiper-slide-active .bt:before{
        background-color: #333;
    }
    .zw_sy p{
        padding-left:10px;
    }

    .zw_sy .swiper-button-prev, .zw_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 0px;
        width:46px;
        height:46px;
        line-height: 18px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-image: url("/images/jt1.png");
        background-repeat: no-repeat;
        top:-115px;

    }
    .zw_sy .swiper-button-prev:hover, .zw_sy .swiper-button-next:hover{
        box-shadow:0 2px 8px rgba(0,0,0,.2);
    }
    .zw_sy .swiper-button-prev {
        left: 931px;
        filter:alpha(opacity=55); -moz-opacity:0.55; opacity:0.55;
    }

    .zw_sy .swiper-button-next {
        left: 980px;
        transform: rotate(180deg);
        filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
    }
}

.zw_sy a {
    display: block;
    width: 100%;
}

.zw_sy a:hover{
}

.zw_sy .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.zw_sy .swiper-wrapper {
    width: 100%;
    float: left;
}

.ny{
    width:100%;
    min-height: 500px;
}
.dqwz{
    background-image: url(/images/t_home.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0px;
    padding-left: 30px;
    line-height: 22px;
    border-bottom: solid 1px #ddd;
    color: #666;
}
.ny_bt {
    width: 100%;
    float: left;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
}

.ny_bt i {
    display: inline-block;
    margin: 0 40px;
    height: 24px;
    width: 100px;
    border-bottom: solid 1px #d1d1d1;
    line-height: 24px;
    vertical-align: text-top;
}

@media only screen and (min-width: 1200px) {
    .ny{
        min-height:500px;
        padding-bottom:50px;
    }
}
@media only screen and (max-width: 1200px) {
    .dqwz{
        padding:10px 0;
        background-size: auto 15px;
        padding-left:20px;
    }
    .ny{
        min-height:300px;
        padding:0 15px 15px 15px;
    }
    .ny_bt {
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .ny_bt i {
        margin: 0 20px;
        height: 15px;
        width: 50px;
        line-height: 15px;
        position:relative;
        top:-2px;
    }
}
.n1 {
    width: 100%;
    float: left;
    margin-bottom:25px;
}

.n1 li {
    width: 100%;
    height: 80px;
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: -1px;
    font-size: 18px;
    position: relative;
    padding-left: 95px;
    float: left;
}
.n1 li p {
    width: 100%;
    display: block;
    padding-right: 15px;
    height: 80px;
    line-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.n1.n1_2 li{
    padding-left:20px;
}
.n1.n1_2 a{
    display: block;
    width:100%;
    position:relative;
    padding-left:25px;
}
.n1.n1_2 a:before{
    content: '';
    width:8px;
    height:8px;
    top:50%;
    margin-top: -4px;
    background-color: #cc0000;
    position:absolute;
    left:0;
    /*-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;*/
}
.n1.n1_2 a:hover:before{
    background-color: #fff;
}
.n1 li .sj {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 80px;
    text-align: center;
}

.n1 li .sj b {
    display: block;
    font-size: 35px;
    line-height: 40px;
}
.n1 li:nth-child(1) .sj {
    color: #cc0000;
}

.n1 li:nth-child(3) .sj {
    color: #fd8500;
}

.n1 li:nth-child(5) .sj {
    color: #cfa22a;
}

.n1 li:nth-child(2) .sj {
    color: #cc0000;
}

.n1 li:nth-child(4) .sj {
    color: #fd8500;
}

.n1 li:nth-child(6) .sj {
    color: #cfa22a;
}
.n1 li a {
    width: 100%;
    display: block;
}

.n1 li:hover {
    background: #cc0000;
    color: #fff;
    border: solid 1px #cc0000;
}

.n1 li:hover span.sj,
.n1 li:hover p {
    color: #fff;
}

.n1 li:nth-child(1) .sj,
.n1 li:nth-child(2) .sj {
    color: #cc0000;
}

.n1 li:nth-child(3) .sj,
.n1 li:nth-child(4) .sj {
    color: #fd8500;
}

.n1 li:nth-child(5) .sj,
.n1 li:nth-child(6) .sj {
    color: #cfa22a;
}
a.cd_more {
    width: 100%;
    float: left;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #999999;
    background: #f9f9f9;
    font-size:16px;
}
a.cd_more:hover {
    background: #cc0000;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    a.cd_more{
        height:40px;
        line-height: 40px;
        font-size: 13px;
    }
    .n1 {
        margin-bottom:15px;
    }

    .n1 li {
        height:50px;
        font-size: 13px;
        padding-left: 73px;
    }
    .n1 li p {
        padding-right: 5px;
        height: 50px;
        line-height: 50px;
    }
    .n1 li .sj {
        top: 7px;
        font-size: 10px;
        line-height: 15px;
        width: 65px;
    }

    .n1 li .sj b {
        font-size: 18px;
        line-height: 22px;
    }

    .n1.n1_2 li{
        padding-left:10px;
    }
    .n1.n1_2 a{
        padding-left:14px;
    }
    .n1.n1_2 a:before{
        width:5px;
        height:5px;
        margin-top: -2.5px;
    }

}

.sbt {
    width: 100%;
    font-size: 30px;
    line-height: 155%;
    text-align: center;
    padding-bottom: 20px;
}

.fbt {
    width: 100%;
    font-size: 20px;
    line-height: 155%;
    color: #666;
    text-align: center;
    padding-bottom: 25px;
    margin-top: -10px;
}

.ssj {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 20px 0px 45px 0px;
    color: #999;
    position: relative;
}

.ssj .s1 {
    position: absolute;
    padding: 0px 12px;
    line-height: 30px;
    color: #fff;
    left: 0px;
    top: 20px;
}

.snr {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 80px;
}

.sgd {
    width: 100%;
    float: left;
    border-top: solid 1px #ddd;
    padding-right: 130px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 36px;
    position: relative;
}

.sgd a.cd_fh {
    position: absolute;
    right: 0px;
    top: 20px;
}

a.cd_fh {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 0px 25px;
    line-height: 40px;
    display: inline-block;
}

.zt_snr {
    width: 100%;
    float: left;
}
.xx {
    width: 100%;
    float: left;
    height: 1px;
    background: #ddd;
}
@media only screen and (max-width: 1200px) {
    .sbt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .fbt {
        font-size: 13px;
        padding-bottom: 15px;
        margin-top: -5px;
    }

    .ssj {
        font-size: 12px;
        padding: 12px 0;
    }


    .snr {
        font-size: 13px;
        line-height:24px;
        margin-bottom: 20px;
    }

    .sgd {
        padding-right: 0px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }

    .sgd a.cd_fh {
        position: inherit;
        right: auto;
        top: auto;
        margin-top: 10px;
    }

    a.cd_fh {
        padding: 0px 15px;
        line-height: 30px;
    }

}


@media only screen and (min-width: 1200px) {

    .ny_dz{
        padding:0;
    }
    .ny_dz .main{
        position:relative;
        padding-left:260px;
        min-height: 500px;
    }
    .ny_dz .d1{
        width:240px;
        background-color: #eeeeee;
        position:absolute;
        left:0px;
        top:0px;
        height:100%;

    }
    .ny_dz .d2{
        width:100%;
        float:left;
        margin-bottom: 40px;
    }

    .lm1_bt {
        display: none;
    }
    .lm1 {
        width:100%;
        float:left;
        padding:15px 0;
    }

    .lm1 li {
        float: left;
        width:100%;
    }

    .lm1 li a {
        display: block;
        width:100%;
        font-size: 16px;
        padding:10px 10px 10px 85px;
        position:relative;
    }

    .lm1 li a.on,
    .lm1 li a:hover {
        color: #cc0001;
    }
    .lm1 li a.on:before{
        content: '';
        position:absolute;
        left:60px;
        top:50%;
        width:0px;
        height:0px;
        margin-top: -6px;
        border-top:6px solid rgba(0,0,0,0);
        border-right:6px solid  rgba(0,0,0,0);
        border-left:6px solid #cc0001;
        border-bottom:6px solid  rgba(0,0,0,0);
    }
    .left_h2{
        width:100%;
        float:left;
        background-color: #cc0001;
        color:#fff;
        line-height: 40px;
        padding:20px 15px;
        text-align: center;
        margin-top: -20px;
        position:relative;
        z-index: 1;
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .left_h2{
        display: none;
    }
    .ny_dz{
        padding:0;
    }
    .ny_dz .d2{
        padding:0 15px 15px 15px;

    }
    .ny_dz .d1,.ny_dz .d2{
        width:100%;
        float:left;
    }
}
.zt_lb {
    width: 101.6%;
    float: left;
    margin: 0px 0px 20px -0.8%;
}

.zt_lb li {
    width: 23.4%;
    margin: 0 0.8% 20px 0.8%;
    float: left;
    background: #fff;
}

.zt_lb li a {
    width: 100%;
    display: block;
    border: solid 1px #eee;
}
.zt_lb li a:hover{
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}
.zt_lb .imgk {
    width: 100%;
    position: relative;
    height: 188px;
    overflow: hidden;
}


.zt_lb .imgk img {
    width: 100%;
    /*height: 194px;*/
    min-height: 188px;
}

.zt_lb .txtk {
    width: 100%;
    padding: 15px;
}


.zt_lb .txtk h2 {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 5px;
}
.zt_lb.zt_lb2 .txtk h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    height:54px;
}
.zt_lb .txtk .sj {
    color: #cc0000;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.zt_lb .txtk p {
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

@media only screen and (max-width: 1200px) {
    .zt_lb li {
        width: 31.3333%;
        margin: 0 1% 15px 1%;
    }
    .zt_lb li .imgk{
        height: auto;
    }
    .zt_lb li .imgk img{
        min-height: auto;
    }
    .zt_lb li:nth-child(3n+1){
        clear:both;
    }
    .zt_lb .txtk h2{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
        height: auto;
    }
    .zt_lb .txtk p{
        font-size: 12px;
        line-height: 22px;
        height:66px;
    }
    .zt_lb.zt_lb2 .txtk h2{
        font-size: 13px;
        line-height: 22px;
        height:44px;
    }
}
@media only screen and (max-width:650px) {
    .zt_lb li {
        width:48%;
    }

    .zt_lb li:nth-child(3n+1){
        clear:inherit;
    }
    .zt_lb li:nth-child(2n+1){
        clear:both;
    }
}
@media only screen and (max-width:500px) {
    .zt_lb li {
        width:98%;
    }
    .zt_lb .txtk p{
        height:auto;
    }

}

@media only screen and (max-width: 1200px) {
    .jg_lb1{
        width:100%;
        float:left;
        margin-bottom:5px;
    }
    .jg_lb1 li{
        width:100%;
        float:left;
        background-color: #fff;
        padding:15px;
        margin-bottom: 15px;
        min-height:160px;
        position:relative;
        padding-left:230px;
        border: solid 1px #eee;
    }
    .jg_lb1 .imgk{
        position:absolute;
        width:200px;
        height:130px;
        overflow: hidden;
        left:15px;
        top:15px;
    }
    .jg_lb1 .imgk img{
        width:100%;
        min-height: 130px;
    }
    .jg_lb1 .txtk{
        width:100%;
        float:left;
    }
    .jg_lb1 .s1{
        background-color: #cc0000;
        padding:0 15px;
        font-size:13px;
        line-height: 24px;
        float:left;
        margin-bottom: 10px;
        color:#fff;

    }
    .jg_lb1 .bt{
        height:24px;
        line-height:24px;
        float:left;
        width:100%;
        margin-bottom:5px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .jg_lb1 p{
        width:100%;
        float:left;
        line-height: 22px;
        font-size:12px;
        color:#666666;
        height:66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        margin-bottom: 10px;
    }
    .jg_lb1 .sj{
        float:left;
        color:#999999;

    }
}
@media only screen and (max-width: 550px) {
    .jg_lb1 li{
        width:100%;
        float:left;
        padding:15px;
        min-height:auto;
        position:relative;
        padding-left:15px;
    }
    .jg_lb1 .imgk{
        position:inherit;
        width:100%;
        height:auto;
        overflow: hidden;
        left:auto;
        top:auto;
        float:left;
        margin-bottom: 15px;
    }
    .jg_lb1 h3{
        height:auto;
        line-height:24px;
        float:left;
        width:100%;
        margin-bottom:5px;
        text-overflow:inherit; overflow:hidden;  white-space: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .jg_lb1{
        width:100%;
        float:left;
        margin-bottom: 20px;
    }
    .jg_lb1 li{
        width:100%;
        float:left;
        background-color: #fff;
        border: solid 1px #eee;
        padding:30px;
        margin-bottom: 20px;
        min-height: 270px;
        position:relative;
        padding-left:390px;
    }
    .jg_lb1 .imgk{
        position:absolute;
        width:320px;
        height:212px;
        overflow: hidden;
        left:30px;
        top:30px;
    }
    .jg_lb1 .imgk img{
        width:100%;
        min-height: 212px;
    }
    .jg_lb1 .txtk{
        width:100%;
        float:left;
    }
    .jg_lb1 .s1{
        background-color: #cc0000;
        padding:0 20px;
        font-size:17px;
        line-height: 35px;
        float:left;
        margin-bottom: 15px;
        color:#fff;

    }
    .jg_lb1 .bt{
        height:40px;
        line-height: 40px;
        float:left;
        width:100%;
        margin-bottom: 10px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .jg_lb1 p{
        width:100%;
        float:left;
        line-height: 24px;
        font-size:16px;
        color:#666666;
        height:72px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        margin-bottom: 15px;
    }
    .jg_lb1 .sj{
        float:left;
        color:#999999;

    }
}
.jg_lb1 li{
    -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;
}
.jg_lb1 li:hover{
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}


@media only screen and (max-width: 1200px) {
    .my-video2-div{
        width:90%;
        margin:0 auto;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-video2-div{
        width:90%;
        margin:0 auto;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 1200px) {
    .cd_more_btn{
        width:100%;
        text-align: center;
        display: block;
    }
    .cd_more_btn img{
        /*width:200px;*/
    }
}

@media only screen and (min-width: 1200px) {
    .cd_more_btn{
        width:60%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .cd_more_btn img{
        width:100%;
    }
}

a.cd_more2 {
    width: 100%;
    height: 100px;
    float: left;
    background: #cc0000;
}
a.cd_more2 span{
    display: block;
    width:200px;
    height: 60px;
    line-height: 60px;
    font-size:25px;
    color: #DEB156;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #BF9456;
    border-radius: 15px;
    font-weight: 800;
}
a.cd_more2:hover {
    background: #9E0104;
    color: #fff;
}

a.cd_more3{
    width: 100%;
    float: left;
    height: 55px;
    line-height: 55px;
    text-align: center;
    /*color: #999999;*/
    /*background: #f9f9f9;*/
    font-size:16px;
    background: #cc0000;
    color: #fff;
    margin-top: 50px; 
}