<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;}
.clear{clear: both;}
.clear5{clear: both;height: 5px;}
.clear10{clear: both;height: 10px;}
.clear15{clear: both;height: 15px;}
.clear20{clear: both;height: 20px;}
.clear25{clear: both;height: 25px;}
.clear30{clear: both;height: 30px;}
.clear50 {clear: both;height: 50px;}
.fl {float: left;}
.fr {float: right;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.js_box{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.js_top{
	height: 340px;
    background: url(../images/topBg.png) no-repeat center 0;
    background-size: cover;
    position: relative;
}


.js_top1{
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.js_top1_left{
    float: left;
    height: 100%;
    color: #fff;
    font-size: 15px;
}
.js_top1_left li{
    float: left;
}
.js_top1_left li a{
    color: #fff;
    line-height: 44px;
    padding: 0 8px;
}
.js_top1_left li a:hover{
    color: #ffdb56;
}
.js_top1_left span{
    float: left;
    line-height: 44px;
    font-size: 14px;
}
.js_top1_right{
    float: right;
    height: 100%;
}
.js_top1_nav{
    float: left;
    height: 100%;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
}
.js_top1_nav li{
    float: left;
    position: relative;
}
.js_top1_nav li a{
    padding: 0 8px;
    color: #fff;
}
.js_top1_nav li a:hover{
    color:#ffdb56;
}
.js_top1_nav span{
    float: left;
    font-size: 14px;
}
.js_top1_nav .hideDiv1{
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 99999;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    border: #dae0e4 1px solid;
    display: none;
}
.js_top1_nav li:hover .hideDiv1{
    display: block;
}
.js_top1_nav .hideDiv1 .ewm_cont{
    background: #fff;
    padding: 8px;
}
.js_top1_nav .hideDiv1 img{
    display: block;
    width: 78px;
    height: 78px;
}
.js_top1_nav .hideDiv1 p{
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
}
.js_top1_nav .hideDiv1 .tip_arrow{
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 12px 12px 0;
}
.js_top1_wza{
    float: left;
    height: 38px;
    margin-top: 3px;
    background: #fff;
    background: rgba(255,255,255,0.5);
    border-radius: 19px;
    font-size: 14px;
    line-height: 38px;
    color: #0463b8;
}
.js_top1_wza li{
    float: left;
}
.js_top1_wza li a{
    color: #0463b8;
    font-weight: bold;
    padding: 0 8px;
}
.js_top1_wza li a:hover{
    color: #ffdb56;
}
.js_top1_wza span{
    float: left;
    font-size: 14px;
}



.js_logo{
    float: left;
    padding-top: 10px;
}
.js_logo img{
    display: block;
    width: 100%;
}
.js_nav{
    height: 100%;
    float: left;
    margin-left: 140px;
}
.js_nav li{
    float: left;
    margin-right: 35px;
}
.js_nav li a{
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 5px solid #3188d8;
}
.js_nav li a:hover{
    border-bottom: 5px solid #fff;
}
.js_nav li.on a{
    border-bottom: 5px solid #fff;
}
.js_top_icon{
    float: right;
    height: 100%;
    box-sizing: border-box;
}
.js_top_icon li{
    float: left;
    margin-left: 35px;
    padding-top: 31px;
    box-sizing: border-box;
}
.js_top_icon li img{
    height: 18px;
    display: block;
}
.js_search{
   width: 690px;
    float: right;
}
.js_xzzd{
    color: #666;
    float: left;
    height: 45px;
    width: 150px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.js_xzzd a{color:#0a64b8}

.js_search form {
    width: 520px;
    height: 50px;
    background: #fff;
    float: left;
    position: relative;
}

.js_search_input {
    width: 100%;
    font-size: 16px;
    outline: none;
    background: none;
    height: 100%;
    border: 1px solid #f0f0f0;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 110px;
}

.js_search_submit {
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ff8e32;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
}

.js_xzzd span{
    font-size: 18px;
    padding: 0 1px;
}
.js_xzzd .wz{
    color: #3188d8;
}
.js_search_box{
    float: left;
   /* height: 45px;*/
    box-sizing: border-box;
    width: 815px;
    margin-left: 10px;
    border: 1px solid #3188d8;
    border-radius: 5px;
    position: relative;
    /*overflow: hidden;*/
}
.js_input{
    width: 100%;
    display: block;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    padding-right: 150px;
}
.js_yysr{
    position: absolute;
    right: 80px;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 45px;
    font-size: 20px;
    color: #999;
    text-align: center;
    cursor: pointer;
}
.js_submit{
    position:absolute;
    width: 80px;
    height: 100%;
    background: #3188d8  url("../images/js_ss.png") no-repeat center center;
    background-size: 24px;
    right: 0;
    border: none;
    cursor: pointer;
    outline: none;
    top: 0;
}
.shuoming{
    line-height: 45px;
    font-size: 14px;
    color: #3188d8;
    float: left;
    margin-left: 15px;
}
.js_search ol{
	 margin-left: 170px;
    font-size: 14px;
}
.js_search ol p{
    float: left;
    line-height: 26px;
    color: #555;
}
.js_search ol li{
    float: left;
    line-height: 26px;
    margin-left: 10px;
}
.js_search ol li a{color:#0a64b8}

.js_navbar{
    width: 100%;
    min-width: 100px;
    height: 50px;
    background: #fff;
	/*margin-top:-26px;*/
	
}
.js_navbar ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
	border:1px solid #e5e5e5;
    margin-right: 10px;
}
.js_navbar ul li a{color: #666;}
.js_navbar ul li.on a{ color: #fff;}
.js_navbar ul li.on{
    color: #fff;
    background: #1a56a8;
}
.js_navbar ul li.on::after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 10px solid #1670c4;*/
    box-sizing: border-box;
}
.js_sub_main{
    width: 1200px;
    margin: 0 auto;
}
.js_left{
    width: 856px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    padding-right: 40px;
}
.js_sfzBox{
   /* border-bottom: 1px solid #dcdcdc;*/
    padding-bottom: 5px;
}
.js_sfzImg{
    float: left;
    display: block;
    width: 335px;
}
.js_sfzUl{
    float: right;
    width: 470px;
}
.js_sfzUl li{
    height: 32px;
    line-height: 32px;
    background: url("../images/dot.jpg") no-repeat 0 center;
    padding-left: 10px;
}
.js_sfzUl li a{
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.js_bsfwT{
    height: 20px;
    margin-bottom: 10px;
}
.js_bsfwT span{
    display: block;
    float: left;
    height: 16px;
    width: 3px;
    background: #cc3333;
    margin-top: 2px;
    margin-right: 8px;
}
.js_bsfwT h3{
    font-size: 18px;
    line-height: 20px;
    float: left;
    color: #333;
}
.js_bsfwUl li{
    height: 30px;
    line-height: 30px;
    clear: both;
}
.js_bsfwUl li a{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.js_bsfwUl li a:hover{
    color: #cc3333;
}
.js_bsfwUl li span{
    color: #999;
    float: right;
    line-height: 30px;
    font-size: 14px;
}
.js_sfzUl li a:hover{
    color: #cc3333;
}
.js_map{
    width: 100%;
    height: 400px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.js_table{margin-top: 5px;}
.fr{float: right;}
.js_table table{
    width: 100%;
    border: solid #d7d7d7;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}
.js_table table tr td {
    border: solid #d7d7d7;
    border-width: 0 1px 1px 0;
    padding: 10px 25px;
}
.js_tableT{
    color: #999;
}
.js_tableC{
    color: #333;
}
.js_left .js_tabBox{
    display: none;
}
.js_left .js_tabBox:first-child{
    display: block;
}
.js_left_top{
    height: 40px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #dcdcdc;*/
    padding: 0 10px;
}
.js_left_top select{
    font-size: 14px;
    margin-right: 5px;
    outline: none;
    margin-top: 10px;
    border: none;
    background: none;
    color: #555;
}
.js_yqfkzl_t1{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
}
.js_yqfkzl_pic img{
    display: block;
    width: 100%;
}
.js_yqfkzl_tab_title{
    height: 40px;
}
.js_yqfkzl_tab_title li{
    float: left;
    height: 20px;
    box-sizing: border-box;
    padding: 0 15px;
    border-left: 1px solid #dcdcdc;
    margin-top: 10px;
    color: #a3a3a3;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.js_yqfkzl_tab_title li:first-child{
    border-left: none;
}
.js_yqfkzl_tab_title li.on{
    color: #000;
}
.js_yqfkzl_tab_main ul{
    display: none;
}
.js_yqfkzl_tab_main ul:first-child{display: block;}
.js_yqfkzl_tab_main ul li{
    height: 30px;
    background: url("../images/dot.jpg") no-repeat 0 center;
    padding-left: 10px;
}
.js_yqfkzl_tab_main ul li a{
    color: #333;
    font-size: 14px;
    display: block;
    float: left;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    white-space: nowrap;
}
.js_yqfkzl_tab_main ul li a:hover{
    color: #3188d8;
}
.js_yqfkzl_tab_main ul li span{
    font-size: 14px;
    float: right;
    color: #999;
    line-height: 30px;
}
.js_info{
    margin-bottom: 20px;
    position: relative;
}

.js_info .js_info_t1 a{color:#025293}

.js_info_t1{
    margin-bottom: 5px;
    font-size: 16px;
}
.js_info_t1 .tag{
    display: inline-block;
    vertical-align: top;
    background: #116FBB;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 8px;
    border-radius: 2px;
    font-weight: normal;
}

/*.js_info_t1 .tag::before {
    position: absolute;
    left: calc(100% - 2px);
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    z-index: 2;
}
.js_info_t1 .tag::after {
    position: absolute;
    left: 100%;
    bottom: -1px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #cc3333;
    border-right: 5px solid transparent;
    z-index: 1;
}*/
.js_info_t1 a{
    color: #333;
}
.js_info_t1 a:hover{
    color: #cc3333;
    text-decoration: underline;
}
.js_info_t1 a em, .js_info_t1 em, .js_info p em{
    font-style: normal;
    color: #cc3333;
}
.js_info_t1 .js_label{
    display: inline-block;
    padding: 2px 8px;
    background: #ffecec;
    color: #cc3333;
    font-size: 13px;
    border-radius: 5px;
}
.js_info p{
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.js_ywtb{
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.js_ywtb a{
    color: #999;
    margin-left: 15px;
    line-height: 24px;
}
.js_info_name{
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.js_info_qtgq{
    line-height: 24px;
    font-size: 14px;
    color: #999; 
}
.js_info_qtgq a{
    color: #cc3333;
    margin-right: 30px;
}
.js_info_qtgq a:hover{
    text-decoration: underline;
}
.js_info_ljbl{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    background: #cc3333 linear-gradient(to right,#fd7676,#cc3333);
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}
.js_typeImg{
    width: 19px;
    margin-right: 5px;
    vertical-align: middle;
}
.js_info_imgText{
    height: 85px;
}
.js_info_imgText1{
    width: 115px;
    display: block;
    float: left;
    height: 100%;
    position: relative;
}
.js_info_imgText1 img{display: block;width: 100%;height: 100%;}
.js_info_imgText1 .js_play{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;

}
.js_info_imgText2{
    position: relative;
    height: 100%;
    float: right;
    width: 690px;
}
.js_info_imgText2 p{
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}
.js_time{
    color: #9a9a9a;
}
.js_wzlj{
    line-height: 24px;
    font-size: 13px;
}
.js_wzlj a{
    color: #999;
    margin-right: 3px;
}
.js_wzlj a:first-child:hover{
    color: #cc3333;
}
.js_more1{
    display: block;
    width: 100px;
    height: 30px;
    color: #cc3333;
    background: #fdcfcf;
    border-radius: 3px;
    margin: 35px auto;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}
.js_more1:hover{
    background: #cc3333;
    color: #fff;
}

/* 右侧 */
.js_right{
    width: 320px;
    float: right;
}
.js_title3{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}
.js_wntj ul li{
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    margin-right: 5px;
}
.js_wntj ul li a{
    padding: 12px 20px;
    display: block;
    border-radius: 6px;
    color: #fff;
}
.js_wntj ul li.wntj1 a{
    background: #65c074;
}
.js_wntj ul li.wntj2 a{
    background: #3c93d8;
}
.js_wntj ul li.wntj3 a{
    background: #f56868;
}
.js_wntj ul li.wntj4 a{
    background: #efa341;
}
.js_ksrk ul li{
    margin-bottom: 10px;
}
.js_ksrk ul li img{
    display: block;
    width: 100%;
}
.js_rszy h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}
.js_rszy ul li{
    height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
.js_rszy ul li span{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.js_rszy ul li a{
    display: block;
    width: 295px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    color: #666;
}
.js_rszy ul li a:hover{
    color: #cc3333;
}
.js_rszy ul li:first-child span{
    background: #cc3333;
}
.js_rszy ul li:nth-child(2) span{
    background: #fc7a43;
}
.js_rszy ul li:nth-child(3) span{
    background: #fdab4d;
}
.js_ssjl h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}
.js_ssjl ul li{
    padding: 0 10px;
    color: #666;
    cursor: pointer;
    line-height: 240%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.js_ssjl ul li a{
    color: #666;
}
.js_ssjl ul li a:hover{
    color: #cc3333;
}
.js_qcjl{
    font-size: 13px;
    color: #999;
    margin: 10px;
    display: inline-block;
    line-height: 24px;
    background: url("../images/icon-clear.png") no-repeat 0 center;
    background-size: 15px auto;
    padding-left: 20px;
	float:right;
}
.js_qcjl:hover{
    color: #cc3333;
}

/* 弹出框 */
.js_modal{
    position: absolute;
    width: 900px;
    height: 600px;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -450px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 20px #666;
    border-radius: 10px;
    display: none;
}
.js_modal_title{
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}
.js_close{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 15px;
    top: 15px;
    font-size: 21px;
    color: #999;
    font-family: inherit;
}
.js_modal1{
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    clear: both;
}
.js_modal1 p{
    line-height: 36px;
    float: left;
    width: 100px;
    height: 36px;
    text-align: right;
}
.js_modal1 ul{
    float: left;
    width: 740px;
}
.js_modal1 ul li{
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
}
.js_modal1 ul li:hover{
    background: #cc3333;
    color: #fff;
}
.js_modal1 ul li.on{
    background: #cc3333;
    color: #fff;
}
.js_footer{
    width: 100%;
    min-width: 1200px;
    background: #f2f2f2;
    padding: 30px 0;
    box-sizing: border-box;
}
.js_footer_sub{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.js_footer_sub p{
    line-height: 30px;
}
.js_bottom{
    line-height: 30px;
}
.js_bottom a{
    color: #333;
}
.js_gongan{
    padding-left: 23px;
    background: url("../images/gongan.png") no-repeat 0 center;
}
.js_dzjg{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
}
.js_jiucuo{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27.5px;
}
.js_info_qtgq1{
    float: right;
}
.js_info_qtgq1 a{
    margin-left: 30px;
    margin-right: 0;
}
.js_info_qtgq1 a:first-child{
    margin-left: 0;
}</pre></body></html>