<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 */
/*头部LOGO 标语 联系电话*/
.header {line-height:normal;}
.headcon{margin:0 auto;width:1200px;}

.headlogo{float:left;width:480px;overflow:hidden;border-right: 0px solid #e9e9e9; font-size: 0;}
.headlogo img{height:80px;width:480px;}

.top_css{position: relative;width: 100%;z-index: 999;}
.logoright{float:left;width:720px;}

.logoright .links{text-align:right;color: #909090;height:30px;line-height:30px;width:100%;}
.logoright .links a{padding: 0 5px;color: #909090;}
.logoright .links a:hover{text-decoration:underline;}

.headtext{float:left;color:#000;line-height:40px;height:40px;font-size:22px;margin-left:20px;}

.headtel{float:right;margin-top:0px;}
.headtel .telimg{float:left;background:url(../images/h_pho.gif);width:50px;height:46px;}
.headtel .tel{margin-left:10px;float:left;}
.headtel .tel p{height:25px;line-height:25px;font-size:22px;color:#959595;}
.headtel .tel p span{color:#ff4a00;}

/*头部导航*/
.headernav {background: #5bb434; height:50px;}

.navlist {}
.navlist ul li { float: left; position: relative; font-size: 16px; }
.navlist ul li a { display: block; width:128px; text-align: center; height: 50px; line-height: 50px;color:#fff;margin-left:25px; }
.navlist ul li a:hover { background:#ff6600; }
.navlist ul .li01{ background:#ff6600;}
.navlist ul li a i { margin-left: 5px; }
.navlist ul li.end{float:right;}
.navlist ul li.first a{margin-left:0px;}

/*下拉菜单*/
.navUp { width: 150px;position: absolute; left: 25px; top: 50px; border: 1px solid #e6e6e6; background: #5bb434; z-index: 9999; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.08); border-radius: 3px }
.navUp ul { background-color:#f9f9f9; }
.navUp ul li { float: none !important; width: 150px; text-align: left; border-bottom: 1px solid rgba(0,0,0,.07); }
.navUp ul li a { padding: 0px 10px; height: 30px; line-height: 30px; font-size: 14px; width: 130px; color: #555; overflow: hidden; margin-left:0px;}
.navUp ul li a:hover { border-bottom: none;  background-color:#f9f9f9; color:#ff6600; }
.navUp ul li a span { width: 100px; display: block; text-align: left; }

.navUp ul li a i { float: right; height: 30px; line-height: 30px; }

.proUp { width: 100%; height: 620px; padding-bottom: 0px; padding-top: 0px; position: absolute; left: 0; top: 150px; z-index: 19999; background: #f9f9f9; box-shadow: 1px 0 8px rgba(0,0,0,.3); display: none; }
.proUp a{padding:0px !important;text-align:left !important;}
.proUp a:hover {  color: #ff6600 !important; }

.proUp .list { width: 160px; float: left; padding:10px 20px 50px 15px;height:auto; }
.proUp .list .tit a { color: #5bb434 !important; font-size: 18px; height: 30px; line-height: 30px; border-bottom: 1px #5bb434 solid; text-align: center !important; font-weight: bold; }
.proUp .list .titlist{font-size:12px;height:60px;line-height:60px;overflow:hidden;margin-top:5px;text-align:left !important;}
.proUp .list .titlist img{float:left;margin-right:5px;}




/** 下拉菜单 内部修改**/
.new_headcon{
    position: relative;
    margin:0 auto;
    width:1200px;
    overflow: hidden;
}
.new_list{
    position: relative;
    float: left;
    width:200px;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.new_list .new_li{
    position: relative;
    width:100%;
    overflow: hidden;
}
.new_list .new_name{
    position: relative;
    display: block;
    width: 100%;
    /*height: 30px;*/
    /*line-height: 30px;*/
    margin-top: 13px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    height:40px;
    line-height:40px;
    background-image: url("../images/new_name.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 16px !important;
    box-sizing: border-box;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new_list .new_name:hover{
    background-image: url("../images/new_name_hover.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.new_list .new_view{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.new_list .new_view .new_view_url{
    position: relative;
    display: block;
    width: 100%;
    padding: 3px 0 !important;
    overflow: hidden;
}
.new_list .new_view .new_view_url .new_view_name{
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #555;
    font-size: 14px;
    font-weight:600;
    background-image: url("../images/new_view_name.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-left: 16px !important;
    box-sizing: border-box;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new_list .new_view .new_view_url:hover .new_view_name{
    color: #ff6600;
    font-weight: bold;
    background-image: url("../images/new_view_name_hover.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
.new_list .new_view .new_view_url .new_view_desc{
    position: relative;
    width: 100%;
    height: 18px;
    line-height: 18px;
    color: #b2b2b2;
    font-size: 12px;
    padding-left: 16px !important;
    box-sizing: border-box;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
</pre></body></html>