<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body{
    margin: 0;
    background: #fff;
    font-family: "Microsoft YaHei",SimSun,"Arial Narrow";
    color: #333;
    /*禁止托选
    IE                  -moz-user-select
    FF                  -khtml-user-select
    Chrome/Safari       user-select
    */
}
article,aside,footer,header,section,footer,nav,figure,menu{display:block}
a{
    text-decoration:none;
    color: #333;
}
ul,li{margin: 0;padding: 0;list-style: none;}

.header{
    width: 100%;
    min-width: 1200px;
    height: 85px;
    margin: 0;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
}
.top_header{
    width: 1200px;
    margin: 0 auto;
	padding:20px 0
}
.top_header a#logo{
    display: inline-block;
	float: left;
    text-indent: -999px;
    height: 53px;
    width: 130px;
	margin-top: -5px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
}
.header .search-warp {
    margin-left: 30px;
    position: relative;
    font-size: 14px;
	display: inline-block;
}
.header .search-warp input {
    outline: 0;
    width: 450px;
    height: 44px;
    background: #f0f0f0;
    border-radius: 6px;
    padding-left: 20px;
    border: 0;
    font-size: 14px;
}
.header .search-warp img {
    position: absolute;
    top: 7px;
    padding: 5px;
    right: 11px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.header .search-key {display: inline-block;margin-left: 14px;
    font-size: 14px;}
.header .search-key a{margin-right: 10px;}
.hongbao {

    display: inline-block;

	float: right;
    width: 175px;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../images/hongbao.png) no-repeat;
    background-size: contain;
    text-decoration: none;
}

.content{
    width: 1200px;
    margin: 20px auto 0;
}

.content #nav-warp {
    float: left;
    width: 130px;
}

.content #nav-warp span,
.content #nav-warp a {
    display: block;
    color: #444;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #f0f0f0;
    transition: all .5s ease;
    position: relative;
    z-index: 999;
}

.content #nav-warp span:hover,
.content #nav-warp span.active,
.content #nav-warp a.active,
.content #nav-warp a:hover {
    color: #fff;
    background: #00ba4c;
}

.content #nav-warp {
    position: relative;
}

.content #nav-warp div {
    position: absolute;
    width: 430px;
    background: #fff;
    bottom: 0;
    z-index: 99;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    left: 100%;
    transition: all 0.5s;
    display: none;
}

.content #nav-warp div.show {
    /* left: 100%;
    opacity: 1; */
    display: block;
}

.content #nav-warp div a {
    width: 130px;
    float: left;
    margin-right: 10px;
}

.content .nr{
width: 670px;
margin-left: 30px;
float:left;
}

.content div.crumb{
    color: #ccc;
    font-size: 14px;
    margin: 0 0 20px 0;
    width: 100%;
}
.content div.crumb a{
    font-family: '微软雅黑';
}
.content div.crumb a:hover{
    text-decoration: underline;
}


.content #jy_title{padding:30px;width:610px;height:auto;background: #f5f6f7;}
.content #jy_title h1{margin:0 0 10px 0;padding:0;width:100%;height:auto;color:#333;font-size:26px;font-family:"Microsoft YaHei","SimSun,Arial Narrow";line-height:inherit;}
.content #jy_title time:before{content:"更新：";}
.content #jy_title time:after{margin:0 10px;color:#ccc;content:"|";}
.content #jy_title em,.content #jy_title time{margin:0;padding:0;height:24px;background:0 0;color:#666;font-style:normal;font-size:9pt;line-height:24px;}


.jy_content{margin:0;padding:0 0 0px 0;width:670px;}
.jy_content p{margin:0;padding:12px 0;width:670px;color:#000;text-align:justify;text-justify:inter-word;word-wrap:break-word;font:18px/36px "Microsoft Yahei",SimSun,"Arial Narrow";Letter-spacing:0;}
.jy_content p.step_list{position:relative;margin-left:18px;padding:0 0 20px 40px;width:610px;border-left:2px dotted #e4e4e4;}
.jy_content em{font-style: normal;font-weight: bolder;}
.jy_content .step_list_last:after{position:absolute;bottom:0;left:-13px;display:block;background-color:#fff;color:#ccc;content:"END";font-size:12px;line-height:13px;font-family: "Microsoft YaHei",SimSun,"Arial Narrow";}
.jy_content p.step_list b{position:absolute;left:-18px;display:inline-block;width:36px;height:36px;border-radius:18px;background:#ffb700;color:#fff;text-align:center;}
.jy_content p.step_list b:before{width:1px;height:100px;content:"";}
.jy_content figure{position: relative;margin:0 0 0 18px;padding: 0 0 24px 40px;width:60%;border-left: 2px dotted #e4e4e4;}
.jy_content figure iframe{margin:0;width:60%;height:530px;border:none;}
.jy_content figure video{display:block;box-sizing:border-box;width:60%;border:1px solid #f1f1f1;}
.jy_content figcaption,.jy_content p{font-family:"Microsoft YaHei",SimSun,"Arial Narrow";}
.jy_content figcaption{ display:none;margin:0 auto 15px auto;padding:14px 0;width:100%;border-top:1px solid #fff;background:#443b3b;color:#ccc9c9;font-weight:400;font-size:14px;font-family:"宋体",SimSun,"Arial Narrow";}
.jy_content img{max-width: 100%;
    height: auto!important;}

.jy_content strong{display:block;padding:0;color:#434343;font-weight:700;font-size:20px;}
.jy_content a{color:#2e7fbb;}
.jy_content a:hover{color:#c00;}
.jy_content figure a{color:#ccc9c9;}

.jy_content .jy_img{
    margin: 0 auto;
	padding: 0 0 24px 0;
    border-left: none;width:100%;}


.list_toutiao{
    height: 280px;
}
.list_toutiao li{
    height: 125px;
    width: 230px;
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0 0 10px;
	border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.list_toutiao li:nth-of-type(1){
    height: 260px;
    width: 430px;
    float: left;
    margin: 0;
}
.list_toutiao li:nth-of-type(3){
    margin: 0 0 0;
}
.list_toutiao li a{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.list_toutiao li img{
    width: 100%;
}
.list_toutiao li h2{
    position: absolute;
    width: 100%;
    /*height: 60px;*/
    background: rgba(0,0,0,.35);
    bottom:0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
    transition: background 0.5s;
	text-shadow: 1px 1px 1px #000;
}
.list_toutiao li h2:hover{
    background: rgba(0,0,0,.5);
}
.list_toutiao li:nth-of-type(1) h2{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 7px 20px;
    line-height: 24px;
    font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}
.wz_list{
    background: #fff;
    margin: 0;
    padding: 10px 0 30px 0;
}
.wz_list .list_tit,.xs_list .list_tit,.list_keyword .list_tit{
    margin: 0;
    font-weight: 400;
    font-family: "Microsoft YaHei",SimSun,"Arial Narrow";
    padding: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.wz_list .list_tit em,.xs_list .list_tit em,.list_keyword .list_tit em{
    font-style: normal;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #00ba4c;
}
.wz_list .list_tit em:after,.xs_list .list_tit em:after,.list_keyword .list_tit em:after{
    content:'';
    display: block;
    border-bottom: 2px solid #00ba4c;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.wz_list&gt;a{
    display: block;
    padding: 30px 0 ;
    border-bottom: 1px solid #eee;
}
.wz_list&gt;a:after{
    content:'';
    display: block;
    clear: both;
}
.wz_list&gt;a img{
    width: 187px;
    height: 130px;
    float: left;
    margin: 0 25px 0 0;
	border-radius: 6px;
}
.wz_list&gt;a b{
    margin: 0;
    line-height: 60px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
    font-size: 20px;
    width: 458px;
    float: left;
    font-family: "Microsoft YaHei","SimSun,Arial Narrow";
}
.wz_list&gt;a:hover b{
color: #c00;
}
.wz_list&gt;a span{font-size: 14px;
    padding: 2px 6px;
    border: 1px solid #00ba4c;
    color: #00ba4c;
    float: right;
    margin-top: -40px;margin-right: 5px;border-radius: 6px;}
.wz_list&gt;a:hover p{
color: #666;
}
.wz_list&gt;a p{
    margin: 0;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    font-size: 16px;
    color: #999;
    width: 458px;
    float: left;
}
.wz_list&gt;a.more{width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 5px;
    border: 0;
    background: #f3f3f3;
    color: #222;
    margin-top: 20px;
    padding: 0;}
.list_page{padding: 0 0 30px 0;
    text-align: center;}
.list_page font,.list_page a{display: inline-block;
    color: #444;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    padding: 0 5%;
    border-radius: 6px;
    background: #f0f0f0;
    transition: all .5s ease;}
.list_page font,.list_page a:hover{    color: #fff;
    background: #00ba4c;}

.right_list{width:300px;
	float:right;border-top: 2px solid #00ba4c;padding: 15px 20px;
    margin-bottom: 16px;
    background: #f4f5f6;}
.right_list .list_tit{color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;}
.right_list .rl_nr{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.right_list a{margin-bottom: 18px;display: inline-block;    box-sizing: border-box;}
.right_list a img{width: 144px;
    height: 82px;margin-bottom: 5px;border-radius:6px;}
.right_list a b{width: 144px;
    height: 17px;
    overflow: hidden; display:block;font-size: 14px;font-weight: normal;    text-align: center;}
.right_list .change_jy{    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    line-height: 40px;
    margin: 6px 0 0 0;
    border-radius: 6px;
    cursor: pointer;}


.aboutTop{width:100%;height:150px;min-width:960px;background:url(../images/about.jpg) no-repeat center #00050d;background-size:cover;color:#fff;text-align:center;}
.aboutTop h2{margin:0 auto;padding:60px 0 0;}
.aboutTop p{margin:20px auto;width:960px;font-size:20px;}
.about{padding:40px 0 60px 0;min-width:960px;background:#fff;text-align:left;line-height:30px;}
.about&gt;p{margin:20px auto;width:960px;text-align:justify;}
.about&gt;dl{margin:0 auto;margin-bottom:20px;padding-left:10px;width:948px;border-left:2px solid #00ba4c;}
.about&gt;dl dt{color:#999;}
.about&gt;dl dd{margin:0;}
.tg{padding:60px 0;min-width:960px;background:#00ba4c;color:#fff;text-align:center;}
.tg h3{margin:20px auto;font-size:22px;}
.tg p{margin:20px 0;}
.tg a{display:inline-block;display:none;margin:2px 10px;padding:8px 30px;border:#fff solid 1px;border-radius:5px;color:#fff;}
.tg a:hover{border:#ffb700 solid 1px;background:#ffb700;}


footer{
    background: #262930;
    width: 100%;
    min-width: 1200px;
    color: #87898d;
    font-size: 12px;float:left;
}
footer dl{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #3c3e45;
}
footer dl dt{
    line-height: 50px;
    width: 100%;
}
footer dl dt span{
    float:right;
}
footer dl dd{
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    margin: 0 20px 0 0;
	width:102%;
}
footer dl dd a{
    color: #87898d;
    padding: 0.5% 1%;
    width: 6%;
    float: left;
    text-align: center;
    margin: 0 1% 1% 0;
    background: #383838;
}

footer dl dd a:hover{
    background: #333;
    color: #3163ac;
}

footer div.webInfo{
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 60px;
    text-align: right;
    
}

footer div.webInfo span{
    float: left;
}
footer div.webInfo a{
    color: #87898d;
}




/**返回顶部**/
.toTop{
    position: fixed;
    right: 20px;
    bottom: 80px;
    background: #fff url(../images/top.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: transform 0.5s;
    transform:scale(0);
    cursor: pointer;
}

@keyframes toTop{
    25%{
        transform:translate(0,-2px)
    }
    75%{
        transform:translate(0,2px)
    }
}

</pre></body></html>