/*
    Document : hanweb CSS样式初始化
    Created time : 2019.1.24
    Author : hanweb-zzf
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body,input, textarea {
    font-family: "微软雅黑";
    font-size: 14px;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
    clear: both;
}

textarea {
    font-family: "微软雅黑";
    color: #333;
    padding: 0px;
}
.header_top{width:1201px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;}
	
.seach {
    width: 309px;
    float: right;
    margin-top: 28px;}	
.seach_hd {
    float: right;
    font-size: 14px;
    color: #9e9e9e;}
seach_bd {
    float: left;
    margin-top: 8px;
}

.logo{float:left;margin-top:16px;}
.logo img{float:left; width:90%;}
/*搜索区域*/
.seach{width:309px;float:right;margin-top:28px;}
.seach_hd{float:right;font-size:14px;color:#9e9e9e;}
.seach_hd a{color:#9e9e9e;float:left;}
.seach_hd span{width:1px;height:11px;float:left;background:#505050;margin:5px 14px 0 14px;}
.seach_hd a:hover{text-decoration:underline;}
.seach_bd{float:left;margin-top:8px;}
.seach_w{width:306px;height:25px;float:left;border:2px solid #af090b;border-radius:3px;background:url(jyjdsearch_bg.png) repeat-x 0 0;}
.seach_w span{width:80px;height:25px;float:left;line-height:25px;font-size:14px;color:#999;display:inline-block;text-align:center;}
.seach_w input{width:271px;height:23px;float:left;line-height:25px;border:0;outline:0;}
.seach_w a{width:37px;height:25px;float:left;}
.seach_w a img{float:left;margin:5px 0 0 10px;}

/*nav导航区域开始*/
.nav{width:100%;height:50px;float:left;background:#af090b;position:relative;z-index:9;}
.nav .w1002{overflow:visible;}
.nav ul{height:50px;background:#af090b;}
.nav ul li{width:200px;height:50px;float:left;background:#af090b;}
.nav ul li > a{width:100%;height:50px;line-height:50px;color:#fff;font-size:18px;float:left;display:inline-block;text-align:center;}
/*.nav ul li:hover a{background: url(jyjdnav_h.png);}*/
.nav ul li:hover .secondNav{display:block;}
.nav ul li .secondNav{width:100%;float:left;background: url(jyjdnav_h.png) repeat;padding-bottom:4px;display:none;}
.nav ul li .secondNav a{width:159px;height:34px;line-height:34px;float:left;border-bottom:1px solid #e37878;color:#fff;background:#c30a0c;font-size:14px;text-align:center;margin-left:4px;}
.nav ul li .secondNav a:hover{background: #680001;}	


