body,html{
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
}
.container_main{
    min-width: 1200px;
    margin: 0 auto;
}
.container_header{
    width: 100%;
    height:90px;
    box-shadow: 0 1px 3px #bbbaba;
    box-sizing: border-box;
}
.after::after{
    content: "";
    display: block;
    clear: both;
}
.container_header_n{
    width: 80%;
    margin: 0 auto;
    max-width:1100px;
}
.chn_logo{
    height: 90px;
    float: left;
    box-sizing: border-box;
    padding: 5px 0;
}
.chn_logo a{
    display: inline-block;
    height: 100%;
}
.chn_logo a img{
    height: 100%;
}
.chn_lists{
    height: 90px;
    display: inline-block;
    float: right;
    line-height: 90px;
}
.chn_lists ul{
    padding: 0;
    position: relative;
    z-index: 11;
    margin: 0;
}
.chn_lists ul li{
    list-style: none;
    float: left;
    margin-left: 25px;
    box-sizing: border-box;
    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    padding: 0 10px;
    font-size: 18px;
}
.chn_lists ul li a{
    color: #000000;
    text-decoration: none;
}
.chn_lists ul li>a{
    box-sizing: border-box;
    padding: 0 8px;
}
.chn_lists .chn_checked{
    border-bottom:3px solid #15499a;
}
.chnL_more{
    position: relative;
    background: #ffffff;
}
.chnL_more_l{
    width: 130%;
    box-sizing: border-box;
    box-shadow: 0 0 2px #bbbaba;
    position: absolute;
    top: 0%;
    opacity:0;
    left: -15%;
    background: #ffffff;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    padding: 10px;
}
.chn_lists li:hover{
    border-bottom:3px solid #15499a
}
.chnL_more:hover .chnL_more_l{
    opacity: 1;
    top: 101%;
}
.chnL_more_l a{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    color: #333;
    line-height: 32px;
}

.container_banner{
    width: 100%;
    margin-top: 3px;
    max-height: 400px;
    overflow: hidden;
}
.container_banner img{
    width: 100%;
    height: 100%;
}
.container_main_ys{
    width: 930px;
    box-sizing: border-box;
    height: 300px;
    margin: 0 auto;
}
.container_main_ys_li{
    width: 20%;
    height: 230px;
    float: left;
    box-sizing: border-box;
    padding: 45px 15px;
}
.container_main_ys_li .cmy_span{
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 600;
}
.container_main_ys .container_main_ys_li:hover .cmy_span,.container_main_ys .cmyli_ck .cmy_span{
    color: #15499a;
}

.cmy_img{
    width: 90px;
    margin: 0 auto;
    height: 90px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.3s;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    background-image: url(../image/icon/weihuapin.png);
    background-repeat: no-repeat;
    background-size: 68px 68px;
    background-position:9px 5px;
}
.container_main_ys .container_main_ys_li:nth-child(2) .cmy_img{
    background-image: url(../image/icon/jichengfuwu.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position:8px 8px;
}
.container_main_ys .container_main_ys_li:nth-child(3) .cmy_img{
    background-image: url(../image/icon/weifeijingyingxuke.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position:11px 9px;
}
.container_main_ys .container_main_ys_li:nth-child(4) .cmy_img {
    background-image: url(../image/icon/gongyinglian.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: 11px 9px;
}
.container_main_ys .container_main_ys_li:nth-child(5) .cmy_img {
    background-image: url(../image/icon/wuliu.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 12px 12px;
}
.container_main_ys .container_main_ys_li:nth-child(1):hover .cmy_img {
    background-image: url(../image/icon/weihuapin2.png);
    background-repeat: no-repeat;
    border: 2px solid #15499a;
    background-size: 64px 64px;
    background-position: 11px 7px;
}
.container_main_ys .container_main_ys_li:nth-child(2):hover .cmy_img{
    background-image: url(../image/icon/jichengfuwu2.png);
    background-repeat: no-repeat;
    background-size: 66px 66px;
    background-position:9px 9px;
    border: 2px solid #15499a;
    /*background-position:13px 10px;*/
}
.container_main_ys .container_main_ys_li:nth-child(3):hover .cmy_img {
    background-image: url(../image/icon/weifeijingyingxuke2.png);
    background-repeat: no-repeat;
    border: 2px solid #15499a;
    background-size: 60px 60px;
    background-position: 13px 11px;
}

.container_main_ys .container_main_ys_li:nth-child(4):hover .cmy_img {
    background-image: url(../image/icon/gongyinglian1.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    border: 2px solid #15499a;
    background-position: 13px 11px;
}

.container_main_ys .container_main_ys_li:nth-child(5):hover .cmy_img {
    background-image: url(../image/icon/wuliu1.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
    border: 2px solid #15499a;
    background-position: 14px 14px;
}

.container_main_ys .cmyli_ck:nth-child(1) .cmy_img{
    background-image: url(../image/icon/weihuapin2.png);
    background-repeat: no-repeat;
    border: 2px solid #15499a;
    background-size: 64px 64px;
    background-position:11px 7px;
}
.container_main_ys .cmyli_ck:nth-child(2) .cmy_img {
    background-image: url(../image/icon/jichengfuwu2.png);
    background-repeat: no-repeat;
    background-size: 66px 66px;
    background-position: 9px 9px;
    border: 2px solid #15499a;
}
.container_main_ys .cmyli_ck:nth-child(3) .cmy_img {
    background-image: url(../image/icon/weifeijingyingxuke2.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 13px 11px;
    border: 2px solid #15499a;
}
.container_main_ys .cmyli_ck:nth-child(4) .cmy_img {
    background-image: url(../image/icon/gongyinglian1.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    border: 2px solid #15499a;
    background-position: 13px 11px;
}

.container_main_ys .cmyli_ck:nth-child(5) .cmy_img {
    background-image: url(../image/icon/wuliu1.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
    border: 2px solid #15499a;
    background-position: 14px 14px;
}

@media screen and (min-width: 1000px) {
    .container_banner {
        max-height: 440px;
    }
}
.container_main_ys_img{
    width: 100%;
    box-shadow: 0 -1px 2px #bbbaba;
}
.container_main_ys_img .cmysi_list{
    width: 100%;
}
.container_main_ys_img .cmysi_list img{
    width: 100%;
}
.container_main_ys_img .cmysi_list:nth-child(n+2){
display: none;
}
.container_hzhb{
    width: 1200px;
    margin:35px auto 0;
}
.container_hzhb_header{
    width: 100%;
    text-align: center;
}
.container_hzhb_header span:nth-child(1){
    font-size: 26px;
    display: block;
}
.container_hzhb_header span:nth-child(2){
    font-size: 14px;
    display: block;
    margin-top: 8px;
    color: #bbbaba;
}
.container_hzhb_content{
    width: 1000px;
    margin:0 auto;
}
.chcL{
    /*box-shadow: 0 0 2px #bbbaba;*/
    height: 85px;
    line-height: 55px;
    float: left;
    margin-top: 35px;
    overflow: hidden;
    width: 20%;
    border-radius: 3px;
    text-align: center;
    color: #888;
}

    .chcL img {
        height: 100%;
    }

    .container_bottom {
        width: 100%;
        background: #222b3c;
        color: #ffffff;
        margin-top: 35px;
    }
.container_bottom_content{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
}
.cbc_left{
    float: left;
}
.cbc_left a,.cbc_right a{
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.cbc_left span{
    display: inline-block;
    margin: 0 15px;
}
.cbc_right{
    float: right;
    font-size: 13px;
}
.listsMain{
    width: 100%;
}
.tabNav{
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.tabNav_c{
    width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;

}
.tabNav_c a{
    color: #ffffff;
    text-decoration: none;
}
.tabNav_c span{
    color: #ffffff;
    margin: 0 2px;
}
.listsMain{
    width: 100%;
}
.listsMain_c{
    width: 1000px;
    margin: 35px auto 0;
    box-sizing:border-box;
    box-shadow:0 0 2px #aaa;
    padding:15px 15px;

}
.listsMain_left{
    float: left;
}
.listsMain_right{
    float: left;
    width: 100%;
}
.listsMain_right img {
    max-width:100%;
}
.listsMain_left_con{
    width: 190px;
    box-sizing: border-box;
    padding: 20px 0;
    background: #f2f2f2;
    line-height: 42px;
    color: #333;
    font-size: 18px;
}
.listsMain_left_con_header{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
}
.listsMain_left_cc{
    width: 100%;
    box-sizing: border-box;
    padding-left:0;
    font-size: 14px;
}
.listsMain_left_cc ul{
    padding-left: 0px;
}

.listsMain_left_cc ul li{
    transition: all 0.3s;
    list-style-type: none;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 30px;
}
.listsMain_left_cc ul .listsMain_left_cc_lck{
    cursor: default;
}
.listsMain_left_cc ul li:hover,.listsMain_left_cc ul .listsMain_left_cc_lck{
    color: #ffffff;
    background: #15499a;

}
.listsMain_left_cc ul li span span{
    font-weight: 600;
    margin-right: 10px;
}
.listsMain_right_content{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.listsMain_right_content_list{
    width: 100%;
    box-sizing:border-box;
    display:block;
    text-decoration:none;
    color:#333;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px;
    border-bottom:1px dashed #ccc;
    min-height:135px;
}
.lrcl_img{
    width: 200px;
    position: absolute;
    top: 15px;
    height:105px;
    overflow: hidden;
    left: 20px;
}
.lrcl_img img{
    width: 100%;
    height:100%;
    background-size:100% 100%;
}
.ircl_con{
    width: 100%;
    box-sizing: border-box;
    padding-left: 220px;
}
.ircl_con_header{
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    color:#000;
    font-weight:bold;
    width:80%;
    float:left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ircl_con_time{
    text-align: right;
    color: #666;
    margin-top: 0px;
    font-size: 14px;
    width:20%;
    float:right;
    line-height:35px;
}
.ircl_con_con{
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px 0;
}
.listsMain_c_d{
    width: 100%;
    box-sizing: border-box;
    padding:0px 20px;
}
.listsMain_c_d_title{
    font-size: 20px;
    color: #000;
    text-align:center;
    font-weight:bold;
}
.listsMain_c_d_time{
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 10px;
    text-align:center;
    box-sizing:border-box;
    padding-bottom:20px;
    border-bottom:1px dashed #ccc;
}
.listsMain_c_d_time .lcdt_s{
    margin-right: 20px;
}
.listsMain_c_d_c{
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
}
