﻿@charset "utf-8";

html,
body{
    margin: 0;
    padding: 0;
    width: 100%;
}

body{
    /*font: normal 16px/1.0 STHeiti, '宋体', '微软雅黑', arial;*/
    font: normal 16px/1.0 '微软雅黑', arial;
    color: #3f2800;
    background: url("./images/bg_body.png") repeat;
}

.bg-header{ background: url("./images/bg_header.png") repeat-x scroll left top;}
.bg-header-line{ background: url("./images/bg_header_line.png") no-repeat scroll center top;}
.bg-footer{ background: url("./images/bg_footer.png") no-repeat scroll center bottom;}
.bg-opacity-gray{ background: url("./images/bg_footer_gray.png") repeat scroll;}
.bg-white{ background: #FFF; padding: 2em;}

a, a:link{ color: #3f2800; text-decoration: none;}
a:visited{ color: #3f2800;}
a:hover{ color: #A02716;}
a:active{ color: #A02716;}

img{
    border: none;
    max-width: 100%;
    vertical-align: bottom;
}

.wrap:after, .clearfix:after{/* IE8+等其他支持:after的浏览器 */
    content: '\200B';/* 零宽度空格，其他值时，应该设置overflow或者visibility值为hidden用以隐藏内容 */
    display: block;
    clear: both;
    height: 0;
}
.wrap, .clearfix{ *zoom: 1;}/* for IE6 & IE7 */

.col-full, .col-left, .col-right, .col-auto{
    display: block;
}
.col-left{ float: left;}
.col-right{ float: right;}

.wrap{
    margin: 0 auto;
    width: 1240px;
}

.block,
.block > .title,
.block > .content{
    display: block;
}
.block{
    padding: 1em 0;
}
.block > .title{
    padding: 0.5em 0;
    border-bottom: 1px dashed #000;
    font-weight: bold;
}
.block > .title > .more{ float: right; font-weight: normal;}

a.more{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #A02716;
    border-radius: 5px;
    width: 50px;
    height: 20px;
    line-height: 16px;
}

/**/
.header{
    position: relative;
    padding: 1em 0 0 0;
}
.logo{ float: left;}
.logo img{ width: 210px;}
nav{float: right; margin-top: 40px;}
nav a{
    display: inline-block;
    margin-left: 10px;
    padding: 0.5em 1em;
    min-width: 60px;
    text-align: center;
    font-weight: bold;
}
nav a:hover,
nav a.active{
    background: #A02716;
    border-radius: 6px;
    color: #FFF;
}
.main{
    margin-top: 2em;
    margin-bottom: 2em;
    min-height: 600px;
}
.copyright{
    padding: 2em 0;
    text-align: center;
}

.banner {
    text-align: center;
}

.sidebar-index{
    padding-right: 2em;
    margin-right: 2em;
    width: 830px;
    border-right: 1px solid #B1B1B1;
}


.article h1{ text-align: center;}
.article .content > p{
    margin: 1em 0;
    text-indent: 2em;
    line-height: 1.5;
}

.list-with-content,
.list-with-content li{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-with-content li{
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #B1B1B1;
}
.list-with-content h2 span{
    float: right;
    font-style: italic;
    /*color: #D8D8D8;*/
    font-weight: normal;
}
.list-with-content div{
    text-indent: 2em;
    line-height: 1.5;
}
.pagesize{ text-align: center; padding: 1em 0;}
.pagesize span{
    font-size: 18px;
    color: #A02716;
    font-weight: bold;
}

.list-with-image,
.list-with-image li{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-with-image li{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 22%;
    text-align: center;
    font-size: 16px;
}
.list-with-image li div{
    height: 270px;
    border: 1px solid #B1B1B1;
}
.list-with-image li h3{
    height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.thumb{
    display: block;
    overflow: hidden;
    position: relative;
}
.thumb img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar{
    /*width: 160px;*/
    /*min-height: 300px;*/
    /*padding-right: 2em;*/
    /*margin-right: 2em;*/
}

.position{
    padding: 1em 0;
}
.position h4{
    margin: 0;
}
.position h4 img{ margin-right: 10px; display: inline-block; vertical-align: sub;}

.slides-product{
    width: 400px;
    height: 280px;
    margin-right: 2em;
    overflow: hidden;
    position: relative;
}
.flex-control-nav{
    bottom: 0.5em;
}
.slides-product .slides li{ position: relative; height: 280px;}
.slides-product .slides li div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
.slides-product div a{
    margin: 0 0.5em;
    color: #FFF;
}
.slides-product .flex-control-nav{
    bottom: auto;
    top: 0.5em;
    text-align: right;
}
.slides-product .flex-control-nav a{
    text-indent: 99999px;
}

.brief{ border-bottom: 1px dashed #000;}

.index-news-list ul,
.index-news-list li{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.index-news-list ul,
.index-news-list li{
    padding: 0.5em 0;
}
.index-news-list li span{ float: right;}

.index-honer{
    padding: 0.5em 1em;
    border: 2px solid #B1B1B1;
    background: #FFF;
}
.index-honer ul,
.index-honer li{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.index-honer li{
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 1%;
    width: 18%;
}
.index-honer .thumb{
    height: 140px;
}
.index-honer h4{
    text-align: center;
    height: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-honer .more{
    background: none;
    color: #3f2800;
}
