@CHARSET "UTF-8";


/*产品分类*/
.sort-sec {
    padding-top: 10px;
}
.sort-sec li {
    float: left;
    width:350px;
    height:200px;
    margin-bottom: 38px;
    padding:10px 15px;
    margin-right: 8px;
    margin-left: 8px;
    border:1px solid #f9fbfc;
    box-shadow: 2px 2px 2px #f9fbfc;
}

.sort-sec li span {
    display: block;
    width: 158px;
    height:128px;
    overflow: hidden;
}
.sort-sec li a {
    font:600 16px/32px "microsoft yahei";
}
.sort-sec li p a {
    display: block;
    width:100px;
    border-radius: 3px;
    background: #e86f63;
    font:400 12px/22px "微软雅黑";
    color:#fff;
    text-align: center;
}
.sort-sec li p a:hover {
    background: #5174ac;
}
/*主体样式*/
#container{width:1200px;margin:0 auto;}

.common-title {
    font: 600 16px/40px "microsoft yahei";
    color: #4a4a4a;
    letter-spacing: 2px;
    background: url(../images/common-bg.jpg) no-repeat left bottom;
}
.common-title span {
    font:400 16px/40px "arial";
    text-transform: capitalize;
    letter-spacing: 0;
}
.wrap-about {
    padding:30px 0;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
}
/*首页新闻*/
.news_company{width:380px;}
.news-list li {
    border-bottom: 1px solid #e6e6e6;
}
.news-list li a {
    line-height: 40px;
    font-size: 16px;
}
.news-list li span {
    font-size: 14px;
    font-weight: 600;
    padding-right: 30px;
}

.contact .content,
.about .content,
.news_company .content {
    padding-top: 20px;
    font-size: 14px;
}
.about {
    width:380px;
    margin-left: 30px;
}
.navigation{float:right;width:100px;}

.common-more a {
    display: block;
    margin-top: 20px;
    background: #e86f63;
    width:100px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #f8d1cd;
}
.common-more a:hover {
    background: #5174ac;
    box-shadow: 3px 3px 3px #bed3f4;
}

/*首页左侧联系我们*/
.contact{width:380px;}

.honor {
    margin-top: 20px;
}
.honor .contents {
    position: relative;
    padding-top: 30px;
}
#pre_left{cursor:pointer;width:28px;height:36px;position: absolute;left:10px;top:58px;z-index: 9999;}
#pre_right{cursor:pointer;width:28px;height:36px;position: absolute;right:10px;top:58px; z-index: 9999;}

.prolist{width:2000px;}
.honor .content{width:1200px;overflow:hidden;float:left;height:90px;_display:inline;margin-left: 48px;}
.honor .content li{float:left;width:174px;margin-left:8px;margin-right: 8px;}
.honor .content li a img {
    width:174px;
    height:78px;
    border:1px solid #c9c9c9;
    border-radius: 3px;
}
.honor .content li:hover{}

/*友情链接*/
.f_link {
    width:1200px;
    margin:0 auto;
    margin-top:20px;
    line-height:30px;
}

/*页面底部*/
#footer {
    position:relative;
    margin-top:20px;
    background: #5174ac;
    padding:20px 0;
}
#footer a{color:#fff;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot {
    padding-top: 38px;
    line-height:24px;
    color:#fff;
    width:560px;
}
.nav_foot a {
    padding:0 10px;
}
.right-nav {
    font-size: 14px;
}
.copyright {
    text-align:left;line-height:24px;
    width:600px;
}
#footer div {
    color:#fff;
}


#gotop{position:fixed;display:none;height:100px;width:61px;background:url(../images/top.png) no-repeat;right:100px;bottom:130px;cursor:pointer;}

/*------------内页-------------------*/
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}
.n_banner{width:1000px;margin:0 auto;}
.n_banner img{width:1000px;margin:0 auto}

.left{width:220px;float:left;}
.left .box{margin-bottom:10px;background: #eee;}
.left .box h3 {
    background: #0e6fda;
    line-height: 36px;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    text-indent: 20px;
}
.left .box .content {
    padding:5px;
}
.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:36px;height:36px;overflow:hidden;border-bottom: 1px solid #ddd;}
.sitemp h2{width:340px;float:left;line-height:36px;text-align:center;text-align:left;color:#000;font-size:16px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:36px;}
.right .content {
    padding:10px;
    padding-top:15px;
    overflow:hidden;
}


