﻿/*----- Common css ------*/
.fl {float: left;}
.fr {float: right;}
.di {_display: inline;}
.fwn {font-weight: normal;}
.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*头部样式*/
#header{
    background: url(../images/headbg.jpg) no-repeat center;
    position: relative;
    height:85px;
}
.top{
    width:1200px;
    margin:0 auto;
}
.logo{
    float:left;
    z-index: 99;
    position: relative;
}
.top-contact{
    color:#388438;
    font-size: 20px;
    line-height: 85px;
    font-weight: 600;
    background: url(../images/call.png) no-repeat left;
    padding-left:28px;
}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

.sbtn{
    position: relative;
}

/*热门搜索*/
.search{
    text-align:left;
    background-color:#fff;
    display: none;
    margin-top:10px;
    z-index: 999999;
    position: absolute;
    top:27px;
    left:0;
    padding:20px;
    
}
#formsearch{
    width:340px;
}
.hotSearch{
    height:34px;
    line-height:34px;font-weight:normal;
    color:#999;
}
/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
    color:#999;
}
#formsearch input {
    height: 34px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 34px;
}
#formsearch input#keyword {
    height: 34px;
    line-height: 34px;
    padding-left: 4px;
    color: #999;
    width: 260px;
}
#formsearch input#s_btn {
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #3f9d3f;
    color: #fff;
    border: none;
    cursor: pointer;
}
 



/*友情链接*/
.f_link {
    width: 580px;
    margin-top: 25px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}
.f_link a{
    color:#999;
}
/*页面底部*/
.four-icon{
    background: #1e1e1e;
    border-bottom: 1px solid #262626;
    padding: 35px 0;
    color:#fff;
}
.four-icon img{
    margin-right:20px;
}
.footer,
#footer{
    background: #1e1e1e;
    padding: 60px 0;
}
.footer {
    border-top: 1px solid #262626;
    padding:20px 0;
    color:#999;
    text-align: center;
}
.footer a{
    color:#999;
}
.copyright{text-align:center;line-height:24px;}

.contact{
    width:540px;
    color:#fff;
    font-size: 14px;
    line-height: 34px;
}
.nav_foot{
    color:#fff;
}
.nav_foot a{
    color:#fff;
    font-size: 14px;
    padding:0 16px;
}
.nav_foot a:hover {
   color:#3f9d3f;
}


/*------------内页-------------------*/
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.n_banner {
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}

.left {
    width: 230px;
    float: left;
}
.left .box{margin-bottom:10px;}
.left .box h3{
    background: #1e1e1e;
    color:#fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 44px;
    border-left:10px solid #3f9d3f;
}
.left .box .content{
    background: #f9f9f9;
    padding:8px;
    
}

.right{width:930px;float:right;padding-bottom:10px;}

.sitemp{overflow:hidden;}
.sitemp h2{
    width:340px;float:left;line-height:31px;
text-align:left;
font-size:18px;
    
}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}






/*导航栏样式*/
#menu {
    margin-left:20px;
}
.nav{  
}
.nav li {
    line-height: 85px;
    height: 85px;
    text-align: center;
    width: 114px;
    float: left;
    position: relative;
    z-index: 999;
}
.nav li a {
    display: block;
    line-height: 85px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.nav li a.current{
    color: #3f9d3f;
}
.nav li a:hover {
    color: #3f9d3f;
    text-decoration: none;
    background-color: none;
}

.nav .sec{height:0;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:85px;left:0px;}
.nav .sec a {
    background: #3c3c3c;
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 114px;
    font-size: 12px;
    font-weight: 400;
}
.nav .sec a:hover {
    background: #3f9d3f;
    text-decoration: none;
    color:#fff;
}
