@charset "utf-8";

.sub_banner_wrap{
 position: relative;
    width:100%;
        height:295px;
}

.sub_banner01{
background:url(../images/sub_banner01.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner02{
background:url(../images/sub_banner02.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner03{
background:url(../images/sub_banner03.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner04{
background:url(../images/sub_banner04.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner05{
background:url(../images/sub_banner05.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner06{
background:url(../images/sub_banner06.jpg) no-repeat center;
    background-size:cover;
}

.sub_banner07{
background:url(../images/sub_banner07.jpg) no-repeat center;
    background-size:cover;
}

.sb_text{
    text-align: center;
    color:#fff;
    font-size:50px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top:120px;
    font-family:'arial', sans-serif;
}

.sb_text>span{
font-weight: bold;
}

.sub_nav_wrap{
 background:#094a8d;   
}

.area_sub_nav{
    position:relative;
    width:1260px;
    margin:0 auto;
	z-index:10;
}

.sub_nav:after{
content:'';
    display:block;
    clear:both;
}

.sub_nav>li{
float:left;
    position: relative;
}

.sub_nav>li>a:link, .sub_nav>li>a:visited{
font-size:14px;
    font-weight:300;
    color:#fff;
    display:block;
    width:250px;
    height:55px;
    line-height:55px;
    box-sizing:border-box;
    padding-left:40px;
    border-right:1px solid rgba(255,255,255,0.2);
    background:url(../images/s_nav_b.png) no-repeat right 30px center;
}


.sub_nav>li>a.s_home{
    box-sizing: content-box;
    padding-left:0;
 width:53px;
    height:55px;
    background:url(../images/home_icon.jpg);
    text-indent:-9999em;
    border-right:1px solid rgba(255,255,255,0.2);
    border-left:1px solid rgba(255,255,255,0.2);
}

.sub_nav>li>a.dapth0101{
 background:none;   
    cursor:text;
}

.sub_nav_hidden{
 width:100%;   
    position: absolute;
    top:55px;
    left:0;
}

.sub_nav_hidden>li>a:link, .sub_nav_hidden>li>a:visited{
font-size:14px;
    font-weight:300;
    display:block;
    width:100%;
    height:55px;
    line-height:55px;
    padding-left:40px;
    box-sizing: border-box;
    color:rgba(255,255,255,0.8);
    background:rgba(9,74,141,0.9);
    border-bottom:1px solid rgba(224,224,224,0.2);
}

.sub_nav_hidden>li>a:hover, .sub_nav_hidden>li>a:focus{
    background:#094a8d;
}


.sub_title{
 text-align:center;   
    font-size:40px;
    font-weight:500;
    background:url(../images/sub_title_bar.gif) no-repeat center bottom;
    padding:70px 0 14px;
}

.sub_title02{
 text-align:center;   
    font-size:40px;
    font-weight:500;
    background:url(../images/sub_title_bar.gif) no-repeat center bottom;
    padding:70px 0 14px;
}

.sub_contents_wrap{
    margin-top:70px;
}



.area_sub_contents{width:1260px; margin:0 auto; margin-bottom:80px}

#bbs {font-size:13px !important;}















