@charset "utf-8";

/* CSS Document */
A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}


A:hover {
    COLOR: #1d1f86
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #333333;
}

#mediaplayer_logo {
    display: none !important;
}

body,
html {
    width: 100%;
    height: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
dl,
dt,
dd,
header,
article,
iframe,
footer,
ol,
div,
img {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}
li,
img,
button,
label,
:before,
:after {
    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: 1230px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    .main2 {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        overflow-x: hidden;
    }


}

@media only screen and (min-width: 1230px) {
    .main {
        width: 1230px;
        margin: 0px auto;
    }

    .main2 {
        width: 1230px;
        margin: 0px auto;

    }

    body {
        font-size: 14px;
        line-height: 24px;
    }


}
.y50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.y10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.y5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.y3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.imgk {
    width: 100%;
}
.imgk img {
    width: 100%;
}
.english_font{
    text-transform: uppercase
}
@media only screen and (max-width: 1230px) {
    .md50 {
        margin-bottom: 20px;
    }

    .md70 {
        margin-bottom: 20px;
    }

    .md60 {
        margin-bottom: 20px;
    }

    .md80 {
        margin-bottom: 20px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 10px;
    }

    .md20 {
        margin-bottom: 15px;
    }

    .md25 {
        margin-bottom: 15px;
    }

    .md30 {
        margin-bottom: 20px;
    }

    .md35 {
        margin-bottom: 20px;
    }

    .md40 {
        margin-bottom: 20px;
    }
}

.md5 {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1230px) {
    .md50 {
        margin-bottom: 50px;
    }

    .md70 {
        margin-bottom: 70px;
    }

    .md60 {
        margin-bottom: 60px;
    }

    .md80 {
        margin-bottom: 80px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 15px;
    }

    .md20 {
        margin-bottom: 20px;
    }

    .md25 {
        margin-bottom: 25px;
    }

    .md30 {
        margin-bottom: 30px;
    }

    .md35 {
        margin-bottom: 35px;
    }

    .md40 {
        margin-bottom: 40px;
    }

    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
}



.ban,.ban img{
    width:100%;
    display: block;
}
.ban{
    width:100%;
    position:relative;
    height:400px;
    background-image: url("../images/abanner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    padding:130px 0;
}
.ban .bt{
    font-weight: bold;
    font-size: 40px;
    color:#fff;
    padding:10px 0;
    margin-bottom:10px;
    border-bottom: 2px solid red;
    display: inline-block;
}
.dqwz{
    color:#999;
    position:absolute;
    top:0;
    right:0;
}
.dqwz a{
    color:#999;
}
.dqwz a:hover{
    color:#1d1f86;
}
.dqwz .bi-geo-alt-fill{
    color: #c50009;
    margin-right: 5px;
}
@media only screen and (max-width: 1300px) {
    .ban{
        padding:0px;
        height:auto;
    }
    .ban .dqwz{
        padding:15px;
        height:auto;
        margin-bottom: 0!important;
    }
    .ban .bt{
        font-size: 20px;
    }
    .ban .bt_wyw{
        margin-bottom:0px;
        border-bottom: none;
    }
    .ban .english_font{
        display:none;
    }
    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #e9e9e9;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f9f9f9;
    }

    .lm1 li a:hover {
        background: #005C93;
        color: #ffffff;
    }
    .lm2 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm2 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
        background: #f6f6f6;
    }

    .lm2 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;

    }

    .lm2 li a:hover {
        background: #005C93;
        color: #ffffff;
    }
    .lm2 li .txtk{
        display: block;
        width:100%;
        font-size: 0;

    }
    .lm2 li .txtk a{
        width:50%;
        display: inline-block;
        font-size: 12px;
        padding: 5px 6%;
    }
    .lm1_bt {
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        /*background-color: rgba(255,255,255,.5);*/
        font-size: 15px;
        border-bottom: solid 1px #e9e9e9;
        margin-top: -10px;
    }

    .lm1_bt a{
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        font-weight: bold;
        color:#333!important;
        /*background-color: #005bac;*/
    }
    .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='%23005C93'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
    .lm1_bt.lm3_bt{
        background-color: #20878a;
        border: 0;
    }
    .lm1_bt.lm3_bt a{
        color:#fff!important;

    }
    .lm1_bt.lm3_bt a:before{
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
    }
    .h3_bt1{
        display: none;
    }

}
@media only screen and (min-width: 1300px) {
    .lm1_bt{
        display: none;
    }
    .lm1 {
        width: 100%;
        float: left;
        text-align: center;
        box-shadow:0 2px 15px rgba(0,0,0,.15);
        margin-top: -164px;
        background-color: #fff;
        position:relative;
        z-index: 1;
    }

    .lm1 li {
        float: left;
        width: 100%;
    
        border-bottom: 1px solid #e1e1e1;
    }

    .lm1 li > a{
        display: block;
        width: 100%;
        padding:30px 10px;
        position:relative;
        font-size: 17px;
        color:#666;
    }

    .lm1 li > a:hover,.lm1 li > a.on{
        background-color:#1d1f86;
        color:#fff;
    }
    .lm1 li:last-child{
        margin-bottom: 0px;
        border-bottom: none;
    }
    .lm2{
        font-size: 0;
        text-align: center;
    }
    .lm2 li{
        display: inline-block;
        margin: 0 15px;
        font-size: 16px;
    }
    .lm2 a{
        display: block;
        line-height: 40px;
        height:40px;
        position:relative;
    }
    .lm2 a.on:before{
        content: '';
        width:100%;
        height:2px;
        background-color: #1d1f86;
        position:absolute;
        left:0px;
        top:0px;
    }
    .lm2 a.on:after{
        content: '';
        position:absolute;
        border-bottom:6px solid rgba(0,0,0,0);
        border-right:6px solid  rgba(0,0,0,0);
        border-top:6px solid #005C93;
        border-left:6px solid  rgba(0,0,0,0);
        top:0px;
        left:50%;
        margin-left: -6px;
        width:0px;
        height:0px;
    }
    .h3_bt1{
        width:100%;
        float:left;
        background-color: #005C93;
        color:#fff;
        padding:20px 10px;
        text-align: center;
        margin-top: -40px;
        position:relative;
        z-index: 1;
    }
    .lm2 li .txtk{
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .ny{
        width: 100%;
        padding:15px;
        min-height: 200px;
    }
    .ny .d1{
        width:100%;
        float:left;
        margin-bottom: 20px;
    }
    .ny .d2{
        width:100%;
        float:left;
    }
    .ny_bt{
        width:100%;
        float:left;
        border-bottom: solid 1px #e9e9e9;
        padding-bottom:10px;
    }
    .ny_bt .bt{
        line-height: 30px;
        position:relative;
        font-size: 16px;
    }
    .dqwz {
        position: relative;
        top: 0;
        left: 0;
        float: none;
    }
}
@media only screen and (min-width: 1300px) {
    .ny{
        width: 100%;
        padding:80px 0 50px 0px;
        min-height: 500px;
    }
    .ny .d1{
        width:240px;
        float:left;
    }
    .ny .d2{
        width:930px;
        float:right;
    }
.ny .xw_page{
  width:100%;
}
    .ny_bt{
        width:100%;
        float:left;
        border-bottom: solid 1px #e9e9e9;
        padding-bottom:20px;
        line-height: 30px;
        position: relative;
    }
    .ny_bt .bt{
        color:#1d1f86;
        font-weight:bold;
        line-height: 30px;
        position:relative;
        padding-right: 400px;
    }
}
.ab_nr{
    width:100%;
    float:left;
}
@media only screen and (max-width: 1300px) {
    .ab_nr{
        font-size: 13px;
    }
    .ab_nr img{
        height:auto!important;
    }
    .ld_lb1{
        width:102%;
        float:left;
        margin: 0px 0 0 -1%;
    }
    .ld_lb1 li{
        float:left;
        margin: 1%;
        width:18%;
    }
    .ld_lb1 li:nth-child(5n+1){
        clear: both;
    }
    .ld_lb1 .imgk{
        width:100%;
        margin-bottom: 10px;
    }
    .ld_lb1 .imgk img{
        width:100%;
    }
}
@media only screen and (max-width:600px) {
    .ld_lb1 li{
        width:31.3333%;
    }

    .ld_lb1 li:nth-child(4n+1){
        clear: none;
    }
    .ld_lb1 li:nth-child(3n+1){
        clear: both;
    }
}
@media only screen and (max-width:500px) {
    .ld_lb1 li{
        width:48%;
    }
    .ld_lb1 li:nth-child(3n+1){
        clear: none;
    }
    .ld_lb1 li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (min-width: 1300px) {
    .ab_nr{
        font-size: 17px;
        line-height: 30px;
    }
    .ld_lb1{
        width:102.8%;
        float:left;
        margin: -10px 0 0 -1.4%;
    }
    .ld_lb1 li{
        float:left;
        margin: 1.4%;
        width:13.866%;
    }
    .ld_lb1 .imgk{
        width:100%;
        height:190px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .ld_lb1 .imgk img{
        width:100%;
        min-height: 190px;
    }
}
.ld_lb1 .txtk{
    width:100%;
}
.ld_lb1 .txtk p{
    width:100%;
    text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}


@media only screen and (max-width: 1300px) {
    .pic_lb{
        width:103%;
        float:left;
        margin: 0 0 15px -1.5%;
    }
    .pic_lb li{
        width:30.3333%;
        float:left;
        margin:1% 1.5%;
        text-align: center;
    }
    .pic_lb li:nth-child(3n+1){
        clear: both;
    }
    .pic_lb .imgk{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:650px) {
    .pic_lb li{
        width:47%;
    }
    .pic_lb li:nth-child(3n+1){
        clear: inherit;
    }
    .pic_lb li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (max-width:500px) {
    .pic_lb li{
        width:97%;
    }
}

@media only screen and (min-width: 1300px) {
    .pic_lb{
        width:103%;
        float:left;
        margin: 0 0 40px -1.5%;
    }
    .pic_lb li{
        width:30.3333%;
        float:left;
        margin:1% 1.5%;
        text-align: center;
    }
    .pic_lb li:nth-child(3n+1){
        clear: both;
    }
    .pic_lb .imgk{
        margin-bottom: 15px;
        height:179px;
        overflow: hidden;
    }
    .pic_lb .imgk img{
        min-height:179px;
    }
}
.pic_lb a,.pic_lb .imgk,.pic_lb  .imgk img{
    display: block;
    width:100%;
}
@media only screen and (max-width: 1230px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
    }

    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        
    }

    .pic_news_lb1 li:last-child {
        margin-bottom: 5px;
    }

    .pic_news_lb1 .l_img {
        padding-left: 160px;
        min-height: 115px;
    }

    .pic_news_lb1 .imgk {
        position: absolute;
        width: 145px;
        height: 100px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }

    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 100px;
    }

    .pic_news_lb1 h5 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
        float: left;
        font-size:17px;
    }

    .pic_news_lb1 .l_img h5 {
        margin-top: 5px;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        float: left;
        max-height: 40px;
        line-height: 20px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pic_news_lb1 .sj {
        float: left;
    }

    .pic_news_lb1 .sj b {
        float: right;
    }

    .pic_news_lb1 .sj b:before {
        content: '-';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
}

@media only screen and (max-width: 500px) {
    .pic_news_lb1 .l_img {
        padding-left: 0px;
        min-height: auto;
    }

    .pic_news_lb1 .imgk {
        position: inherit;
        width: 100%;
        height: auto;
        overflow: hidden;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1230px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
        margin-top: -30px;
    }

    .pic_news_lb1.md20 {
        margin-bottom: 50px;
    }

    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding: 30px 0px;
        position: relative;
        padding-right: 235px;
        -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;
    }

    .pic_news_lb1 .l_img {
        padding-left: 208px;
        min-height: 168px;
    }

    .pic_news_lb1 .imgk {
        position: absolute;
        width: 180px;
        height: 108px;
        overflow: hidden;
        left: 15px;
        top: 30px;
    }

    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 108px;
    }

    .pic_news_lb1 h5 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
        font-size: 20px;
        font-weight: bold;
    }

    .pic_news_lb1 .sj {
        top: 50%;
        text-align: right;
        margin-top: -40px;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .pic_news_lb1 li:hover {
        background-color: #fff;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
        width: 102%;
        margin-left: -1%;
        padding-left: 12px;
        padding-right: 247px;
    }

    .pic_news_lb1 li:hover .sj {
        right: 12px;
    }

    .pic_news_lb1 li.l_img:hover {
        padding-left: 220px;
    }

    /* .pic_news_lb1 li.l_img:hover .imgk {
        left: 12px;
    } */

    .pic_news_lb1 .sj b {
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        max-height: 48px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media only screen and (max-width: 1300px) {
    .fy1 {
        width: 101%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px -0.5%;
        font-size: 12px;
    }

    .fy1 a {
        padding: 0px 12px;
        text-align: center;
        width: 24%;
        float: left;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        margin: 0px 0.5%;
        background: #f1eff0
    }

    .fy1 .s1,.fy1 .s2,.fy1 .sel_fy {
        display: none;
    }
}

@media only screen and (min-width: 1300px) {
    .fy1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px 0px;
        line-height: 35px;
        font-size: 0;
    }

    .fy1 a {
        padding: 0px 12px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0px 4px;
        background: #f1eff0;
        font-size: 14px;
    }
    .fy1 .s2{
        margin: 0 5px;
        display: inline-block;
        font-size: 14px;
    }
}

.fy1 a:hover, .fy1 a.fdq {
    background: #005C93;
    color: #ffffff;
}
.ssj{
    width:100%;
    float:left;
    border-bottom: solid 1px #ddd;
    padding-bottom:15px;
    color: #999;
}
.ssj a{
    color: #999;
}
.ssj .s1 {
    margin: 0 30px;
}
.ssj span{
    display: inline-block!important;
}
.s_mob_ewm {
    height: 24px;
    position: relative;
    display: inline-block;
}
.s_mob_ewm .txtk {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 35px;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    font-size: 13px;
    display: none;
}
.s_mob_ewm:after {
    content: '';
    display: inline-block;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #c1c1c1;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    vertical-align: middle;
    margin-left: 5px;
}
.sbt{
    width:100%;
    float:left;
    line-height: 150%;
}
.em1{
    padding:0 0.5em;
}
.em2{
    padding:0 1em;
}
.ta_k{
    width:100%;
    FLOAT:left;
    overflow-x: auto;
}
.ta1{
    width:100%;
    text-align: center;
    min-width: 900px;
}
.ta1 td{
    border:solid 1px #ddd;
    padding:12px 15px;
    /*width:16.6666%;*/
}
.ta1.ta_pb td{
    width:11.5%;
}
.ta1.ta_pb tr td:first-child{
    width:auto;
}
.ta1 thead td{
    border-color: #005C93;
    background-color: #005C93;
    color:#fff;
}
.ta1 tbody tr:nth-child(even) td{
    background-color: #f9f9f9;
}
@media only screen and (max-width: 1300px) {
    .ssj .s1 {
        margin: 0 10px;
    }
    .s_mob_ewm, .ssj span.s_mob_ewm {
        display: none !important;
    }
    .sgd{
        width:100%;
        float:left;
        border-top: solid 1px #ddd;
        padding:15px 0;
    }
    .sgd .s1,.sgd .s2{
        width:100%;
        margin-bottom:5px;
        display: block;
    }
    .dt{
        width:100%;
        float:left;
        height:300px;
        border: solid 1px #ddd;
    }
}
.sbt{
    font-weight: bold;
}
@media only screen and (min-width: 1300px) {
    .sgd{
        width:100%;
        float:left;
        border-top: solid 1px #ddd;
        padding:20px 0 10px 0;
    }
    .sgd .s1,.sgd .s2{
        width:48%;
        display: block;
        float:left;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .sgd .s2{
        float:right;
        text-align: right;
    }
    .dt{
        width:100%;
        float:left;
        height:400px;
        border: solid 1px #ddd;
    }
}
.dt img,.dt label{
    max-width: inherit;
}
.yygh{
    width:100%;
    float:left;
}


@media only screen and (max-width: 1300px) {
    .pic_news_lb2{
        width:102%;
        float:left;
        margin: 0px 0 10px -1%;
    }
    .pic_news_lb2 li{
        width:33.3333%;
        float:left;
        padding:1%;
        text-align: center;
    }
    .pic_news_lb2 .imgk{
        width:100%;
        overflow: hidden;
        margin-bottom: 10px;

    }
    .pic_news_lb2 .imgk img{
        width:100%;

    }
    .pic_news_lb2 .imgk{
        height:calc((100vw / 3 - 30px) / 4 * 3);
        height:-moz-calc((100vw / 3 - 30px) / 4 * 3);
        height:-webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }
    .pic_news_lb2 .imgk img{
        min-height:calc((100vw / 3 - 30px) / 4 * 3);
        min-height:-moz-calc((100vw / 3 - 30px) / 4 * 3);
        min-height:-webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }
    .pic_news_lb2 .sj{
        display: block;
    }
    .pic_news_lb2 p{
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .pic_news_lb2 li:nth-child(3n+1){
        clear: both;
    }
}
@media only screen and (max-width: 600px) {
    .pic_news_lb2 li{
        width:50%;
    }
    .pic_news_lb2 li:nth-child(3n+1){
        clear: inherit;
    }
    .pic_news_lb2 li:nth-child(2n+1){
        clear: both;
    }
    .pic_news_lb2 .imgk{
        height:calc((100vw / 2 - 30px) / 4 * 3);
        height:-moz-calc((100vw / 2 - 30px) / 4 * 3);
        height:-webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }
    .pic_news_lb2 .imgk img{
        min-height:calc((100vw / 2 - 30px) / 4 * 3);
        min-height:-moz-calc((100vw / 2 - 30px) / 4 * 3);
        min-height:-webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }
}
@media only screen and (max-width: 500px) {
    .pic_news_lb2 li{
        width:100%;
        margin-bottom: 10px;
    }
    .pic_news_lb2 .imgk{
        height:calc((100vw / 1 - 30px) / 4 * 3);
        height:-moz-calc((100vw / 1 - 30px) / 4 * 3);
        height:-webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }
    .pic_news_lb2 .imgk img{
        min-height:calc((100vw / 1 - 30px) / 4 * 3);
        min-height:-moz-calc((100vw / 1 - 30px) / 4 * 3);
        min-height:-webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }
}
@media only screen and (min-width: 1300px) {
    .pic_news_lb2{
        width:104%;
        float:left;
        margin: 0px 0 40px -2%;
    }
    .pic_news_lb2 li{
        width:33.3333%;
        float:left;
        padding:0 2% 30px 2%;
        text-align: center;
    }
    .pic_news_lb2 li:nth-child(3n+1){
        clear: both;
    }
    .pic_news_lb2 .imgk{
        width:100%;
        height:238px;
        overflow: hidden;
        margin-bottom: 10px;

    }
    .pic_news_lb2 .imgk img{
        width:100%;
        min-height:238px;

    }
    .pic_news_lb2 .sj{
        display: block;
    }
    .pic_news_lb2 p{
        font-size: 16px;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        line-height: 40px;
    }
    .pic_news_lb2 a{
        display: block;
    }
    .pic_news_lb2 a:hover{

    }
    .video_list{
        width:100%;
        margin-left: 0;
    }
    .video_list li{
        padding:0;
        border: solid 1px #e9e9e9;
        margin: 0 -1px -1px 0;
    }
    .video_list a{
        width:100%;
        padding:15px;
    }
    .video_list a .imgk{
        background-color: #000;
        position:relative;
    }
    .video_list a:hover{
        box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    }
    .video_list a:hover .imgk img{
        filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
    }
    .video_list a .imgk:before{
        width:100%;
        height:0%;
        position:absolute;
        left:0;
        top:0;
        background-image: url("../images/pay.png");
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
        z-index: 1;
        overflow: hidden;
    }
    .video_list a:hover .imgk:before{
        height:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}

@media only screen and (max-width: 1300px) {
    .news_lb1{
        margin-top: -10px;
    }
    .news_lb1 li{
        width:100%;
        float:left;
        border-bottom: dotted 1px #ddd;
        padding:10px 0;
        line-height: 24px;
        min-height: 44px;
        position:relative;
        padding-right:80px;
    }
    .news_lb1 a.dbt{
        display: block;
        width:100%;
        height:24px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .news_lb1 .sj{
        position:absolute;
        right:0px;
        top:10px;
    }
}
@media only screen and (min-width: 1300px) {
    .news_lb1{
        margin-top: -15px;
    }
    .news_lb1 li{
        width:100%;
        float:left;
        border-bottom: dotted 1px #ddd;
        line-height: 30px;
    }
    .news_lb1 a{
        width:100%;
        display: block;
        position:relative;
        padding:15px 120px 15px 15px;
    }
    .news_lb1 a:before{
        content: '';
        width:5px;
        height:5px;
        background-color: #999999;
        position:absolute;
        left:0px;
        top:50%;
        margin-top: -2.5px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }
    .news_lb1 a:hover{
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
        padding-left:30px;
    }
    .news_lb1 a:hover:before{
        background-color: #005C93;
        left:15px;
    }
    .news_lb1 a:hover .sj{
        right:15px;
    }
    .news_lb1 .bt{
        display: block;
        width:100%;
        line-height: 30px;
        font-size: 17px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .news_lb1 .sj{
        position:absolute;
        right:0px;
        top:15px;
    }

}
.news_lb1 a.dbt{
    font-weight: bold;
}
.news_lb1{
    width:100%;
    float:left;
}

@media only screen and (max-width: 1300px) {
    .sy_xw_lb_r {
        width:100%;
        margin-top: 15px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .xw_t1 h4 {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;

    }

    .xw_t1 .sj {
        padding: 5px 0;
    }

    .xw_t1 p {
        height: 40px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .xw_n1 {
        width: 100%;
        float: left;
    }

    .xw_n1 li {
        width: 100%;
        float: left;
        height:25px;
        line-height: 25px;
        position: relative;
        padding-right: 70px;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xw_n1 a:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #cccccc;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .xw_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }

}
.sy_xw_lb{
    width:100%;
    float:left;
}
@media only screen and (min-width: 1300px) {
    .sy_xw_lb_r {
        width:720px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .xw_t1 h4 {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;

    }

    .xw_t1 .sj {
        padding: 5px 0;
    }

    .xw_t1 p {
        height: 48px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .xw_n1 {
        width: 100%;
        float: left;
    }

    .xw_n1 li {
        width: 100%;
        float: left;
        height: 30px;
        line-height: 30px;
        position: relative;
        padding-right:85px;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xw_n1 a:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #cccccc;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .xw_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}
.xw_n1 a:hover:before {
    background-color: #005C93;
}
@media only screen and (max-width: 1300px) {
    .top a.btn{
        position:absolute;
        top:50%;
        z-index: 30;
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        margin-top: -15.5px;
        right: 15px;
        font-size: 12px;
    }
    .top a.btn1{
        display:none;
    }
    .s_title{
        width:85px;
        height:40px;
        border-left: solid 1px #e5e5e5;
        padding-left:5px;
        position:absolute;
        left:170px;
        top:-5px;
        font-size:13px;
        line-height: 20px;
        color:#333;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        overflow: hidden;
        /*align-items: center;*/
    }
}
@media only screen and (min-width: 1300px) {
    .top a.btn{
        position:absolute;
        right:70px;
        top:50%;
        margin-top:-19px;
    }
    .top a.btn2{
        right:180px;
    }

    .s_title{
        width:420px;
        height:80px;
        border-left: solid 1px #e5e5e5;
        padding-left:25px;
        position:absolute;
        left:400px;
        top:0px;
        font-size:35px;
        line-height: 80px;
        color:#333;
    }
}
.body_r .btn-outline-dark:hover {
    color: #fff!important;
}



.body_r .fy1 a:hover,.body_r .fy1 a.fdq{
    color:#fff!important;
    background-color: #a40007;
}

.md10{
    margin-bottom: 10px;
}


@media only screen and (max-width:1300px){
    .lb_map{ float:left; width:94%; margin:0px 0px 0px 3%;}
    .lb_map .map_bt1{ width:100%; float:left; padding-bottom:12px; font-weight:bold; border-bottom:solid 1px #dddddd; font-size:1.1em;}
    .lb_map .txtk{ width:100%; float:left; margin:10px 0px 20px -5px; font-size:1em; line-height:155%; color:#999999;}
    .lb_map .txtk a{ margin:0px 5px;}
}

@media only screen and (min-width:1300px){
    .lb_map{ float:left; width:100%; margin:0px 0px 0px 0px;}
    .lb_map .map_bt1{ width:100%; float:left; padding-bottom:12px; font-weight:bold; border-bottom:solid 1px #dddddd; font-size:17px;}
    .lb_map .txtk{ width:100%; float:left; margin:20px 0px 30px -10px; font-size:14px; line-height:30px; color:#999999;}
    .lb_map .txtk a{ margin:0px 10px;}
}
.mh{
    width:100%;
    float:left;
}

.ta_pb {
    width:100%;
    min-width: 760px;
}
.ta_pb thead td{
    border-color: #e9e9e9;
    width:10%;
    background-color: #005C93;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
}


.ta_pb td{
    border: solid 1px #e9e9e9;
    padding:10px;
    font-size: 14px;
    text-align: center;
    width:10%;
}


.ta_pb tbody td:first-child{
    width:auto;
}
.ta_pb tr:nth-child(even) td{
    background: #f9f9f9;
}

@media only screen and (max-width: 1300px) {
    .ta_pb td{
        font-size: 12px;
    }
    .ta_k{
        margin-bottom: 0px;
    }

}
.ab_nr table td{
    padding:10px;
    border: solid 1px #ddd;
}

.ta1 .btn{
    height:30px;
    line-height: 29px;
    padding:0 18px;
    font-size: 14px;
}
a.cd_more2{
    height:35px;
    line-height: 33px;
    padding:0 25px;
    border: solid 1px #ddd;
}
.ks2 .item{
    width:48%;
}
@media only screen and (max-width: 1300px) {
    .ta1 .btn{
        height:24px;
        line-height: 23px;
        padding:0 15px;
        font-size: 12px;
    }
    .zj_zlb{
        width:102%;
        margin: 0 0 10px -1%;
    }
    .zj_zlb .item{
        width:48%;
        height:auto;
        padding:5px 15px 12px 15px;
        margin: 0 1% 15px 1%;
    }
    .zj_zlb .zlb_bt{
        height:31px;
        line-height: 30px;
    }
    .zj_zlb .zlb_bt .s1{
        font-size: 14px;
    }
    .zj_zlb .zlb_bt a{
        font-size: 12px;
    }
    a.cd_more2{
        height:28px;
        line-height: 27px;
        padding:0 15px;
    }
    .ks2 .item{
        width:100%;
        margin-bottom: 15px;
    }
    .ks2 .item:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .zj_zlb .item{
        width:98%;
    }

}
.sel_fy{
    display: inline-block !important;
}
.news_d1{
    width:900px;
}
.news_d2{
    width:350px;
}
.news_k1{
    width:100%;
    border: solid 1px #e9e9e9;
    padding:20px;
}
.news_bt{
    border-bottom: solid 1px #e9e9e9;
    padding-bottom:10px;
}
.news_bt a.right{
    margin-top: 10px;
    color:#666;
}
.news_bt a.right:hover{
    COLOR: #005C93
}
.news_listn{
    width:100%;
    float:left;
}
.news_listn li{
    border-bottom: solid 1px #e9e9e9;
    padding:10px 0;
}
.news_listn li:last-child{
    padding-bottom:0;
    border-bottom: 0;
}
.news_listn a{
    display: block;
    font-size: 16px;
    margin-bottom:5px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
    .sel_fy{
        display: none !important;
    }
    .news_k1{
        padding:15px;
    }
    .news_d1{
        width:100%;
    }
    .news_d2{
        width:100%;
    }
    .news_bt a.right{
        margin-top: 3px;
    }
    .news_listn a{
        font-size: 13px;
        margin-bottom: 0;
    }
    .news_listn li{
        line-height: 35px;
        position:relative;
        padding:0;
        padding-right:70px;
    }
    .news_listn .sj{
        position:absolute;
        right:0px;
        top:0px;
    }
}


@media only screen and (min-width: 1300px) {
    .an_cx{
        position:relative;
        overflow: hidden;
    }
    .an_cx b{
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0px;
        -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;
    }
    .an_cx:after{
        content: '';
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:100%;
        background-image: url("../images/sousuo_wh.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    .an_cx:hover b{
        top:-100%;
    }
    .an_cx:hover:after{
        top:0%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .an_dh{
        position:relative;
        overflow: hidden;
    }
    .an_dh:before{
        content: '';
        width:0;
        height:100%;
        background-color: #005C93;
        left:50%;
        top:0;
        position:absolute;
    }
    .an_dh:hover:before{
        left:0%;
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .an_dh:hover b{
        position:relative;
        z-index: 1;
        color:#ffffff;
    }


}
.ss_ss {
    border: solid 1px #e9e9e9;
    padding: 15px 15px 15px 130px;
    position: relative;
    margin-bottom: 45px;
}

.ss_ss .bt {
    line-height: 35px;
    width: 130px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 15px;
}

.ss_ss ul {
    width: 100%;
    float: left;
}

.ss_ss li {
    width: 280px;
    margin-right: 20px;
    float: left;
}

.ss_ss li:nth-of-type(1) {
    width: 150px;
}

.ss_ss .form-control {
    font-size: 14px;
}

.ss_ss li.l_sjd {
    width: 440px;
    position: relative;
    line-height: 35px;
    padding-left: 75px;
}

.ss_ss li.l_sjd .form-control {
    width: 46%;
    float: left;
    text-align: center;
}

.ss_ss li.l_sjd .s_x {
    width: 8%;
    text-align: center;
    float: left;
    color: #999;
}

.ss_ss li.l_sjd .s_name {
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: 0px;
}

.ss_ss li:last-child {
    float: right;
    width: auto;
    margin-right: 5px;
}

.ss_ss .btn-danger {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.zt_r {
    color: #ee1925;
}

.ss_list li {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.ss_list .bt {
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.ss_list .bt .s_channel{
    display: inline-block;
    background-color: #caa169;
    color:#fff;
    padding:0 10px;
    font-size: 16px;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    font-weight: 400;
    margin-left: 10px;
}
.ss_list p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.ss_list .s1 {
    float: left;
    margin-right: 2em;
}

@media only screen and (max-width: 1230px) {
    .ss_ss {
        padding: 45px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .ss_ss .bt {
        line-height: 35px;
        width: 130px;
        text-align: left;
        left: 15px;
        top: 5px;
    }

    .ss_ss li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .ss_list .bt .s_channel{
        font-size: 13px;
    }
    .ss_ss li:nth-of-type(1) {
        width: 48%;
    }

    .ss_ss .form-control {
        font-size: 13px;
    }

    .ss_ss li.l_sjd {
        width: 98%;
        position: relative;
        line-height: 35px;
        padding-left: 75px;
    }

    .ss_ss li.l_sjd .s_name {
        font-size: 13px;
    }

    .ss_ss li:last-child {
        float: left;
        width: 98%;
        margin-right: 0px;
    }

    .ss_ss .btn-danger {
        width: 100%;
        font-size: 14px;
    }

    .ss_list {
        margin-bottom: 5px !important;
    }

    .ss_list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .ss_list .bt {
        margin-bottom: 10px;
    }

    .ss_list p {
        margin-bottom: 10px;
        line-height: 20px;
        max-height: 40px;
    }

    .pb_nav {
        height: auto;
        border-bottom: solid 2px #bf9e6c;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .pb_nav ul {
        width: 100.6%;
        margin-left: -0.3%;
    }

    .pb_nav li {
        width: 16.0666%;
        float: left;
        height: 45px;
        line-height: 18px;
        margin: 0 0.3%;
    }

    .pb_nav a {
        height: 45px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
    }

    .pb_nav_ks {
        margin-bottom: 15px;
        width: 102%;
        margin-left: -1%;
    }

    .pb_nav_ks a {
        font-size: 13px;
        height: 40px;
        line-height: 18px;
        display: flex;
        width: 31.3333%;
        justify-content: center;
        align-items: center;
        margin: 0 1%;
        float: left;
    }

    .pb_ta1 td {
        font-size: 13px;
    }

    .pb_ta2 .td_dbt {
        font-size: 14px;
    }

    .pb_lb2 .bt {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding-left: 15px;
    }

    .pb_lb2 .bt:after {
        width: 20px;
        height: 20px;
        right: 20px;
        margin-top: -10px;
    }

    .pb_ss {
        padding: 50px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .pb_ss .bt {
        line-height: 30px;
        width: 100%;
        text-align: left;
        top: 10px;
        padding-left: 15px;
    }

    .pb_ss li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .pb_ss li:last-child {
        float: right;
        width: 100%;
        margin-right: 0px;
    }

    .pb_ss .btn-danger {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .pb_ss .form-control {
        font-size: 13px;
    }
}

@media only screen and (max-width:760px) {
    .pb_nav {
        border-bottom: 0;
        margin-bottom: 12px;
    }

    .pb_nav li {
        width: 32.7333%;
        margin: 0 0.3% 3px 0.3%;
    }
}

.ss_nots {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 50px;
}

.ss_nots:before {
    content: '';
    background-image: url("../images/wjl.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 400px;
    height: 186px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 1230px) {
    .ss_nots {
        font-size: 13px;
        padding: 40px 20px;
    }

    .ss_nots:before {
        width: 100%;
        height: 100px;
    }
}

.ss_tst {
    background-color: #f5f5f5;
    padding: 15px;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
@media only screen and (min-width: 1300px) {

}

