/* CSS initialization */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    min-height: 800px;
    font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

td, th, caption {
    font-size: 14px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    /*font-weight: normal;*/
}

a {
    text-decoration: none;
    color: #333333;
    /*transition: 0.2s;*/
}

a:hover {
    color: #781610;
}

img {
    display: block;
    border: none;
    transition: 0.5s;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovf{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more{
    display: block;
    height: 15px;
    line-height: 15px;
    margin: 35px 10px 0 0;
}
.more span,.hamore span{
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 13px;
    background: #781610;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.more:hover{
    color: #781610;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
/* ==========================================================================
   Component:
 ============================================================================ */
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.page a {
    padding: 4px 10px;
    border: 1px solid #949494;
    margin: 0 2px;
    color: #797979;
}

.page a:hover, .page a.on {
    border-color: #781610;
    background: #781610;
    color: #f8f8f8;
}
#dq{
    border-color: #781610;
    background: #781610;
    color: #f8f8f8;
}

/* ==========================================================================
   Component: 首页样式 ͷ
 ============================================================================ */
/*--logo--*/
.head{
    height: 145px;
    width: 100%;
    background: #fdfaf3;
}
.headTop{
    width: 100%;
    height: 30px;
    background: url("../images/top.png") repeat-x;
}
.headCon{
    padding: 10px 0 0;
}

/*--nav--*/
.nav{
    width: 100%;
    height: 78px;
    background: url("../images/navbg.png") repeat-x;
}
.nav ul li{
    float: left;
    width: 150px;
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.nav li a{
    color: #111111;
}
.nav li a.on{
    color: #781610;
}

/*--case--*/
.hcase{
    width: 100%;
    height: auto;
    background: url("../images/hcasebg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 30px 0;
}
.hcn{
    height: 80px;
    background: url("../images/hcase.png") no-repeat;
}
.hctxt{
    width: 350px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    left: 700px;
    top: 55px;
}

.case_column{
    width: 1200px;
    margin: 30px 0 20px;
}
.case_column #current a{
    color: #781610;
}
.cc_item{
    display: block;
    width: 280px;
    height: 33px;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    margin: 5px 10px;
    background: url("../images/hcc.png") no-repeat;
}
.case_list{
    height: 466px;
    margin: 0 auto;
}
.case_item{
    display: block;
    width: 272px;
    padding: 3px;
    margin: 0 10px 20px;
    border: 1px solid #8f762f;
}
.case_item01{
    display: block;
    width: 254px;
    padding: 3px;
    margin: 10px 8px 10px;
    border: 1px solid #8f762f;
}
.case_name{
    width: 212px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 28px;
    margin: 10px 0 5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    background: url("../images/hccn.png") no-repeat;
}
.case_name01{
    width: 198px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 28px;
    margin: 10px 0 5px;
    text-align: center;
    background: url("../images/hccn01.png") no-repeat;
}

/*--about--*/
.habout{
    width: 100%;
    height: 395px;
    background: url("../images/haboutbg.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.hac{
    height: 395px;
    background: url("../images/habout.png") no-repeat;
    position: relative;
}
.hatxt{
    width: 630px;
    padding: 40px 280px 30px 290px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: rl-tb;
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 3px;
}
.hamore{
    position: absolute;
    top: 260px;
    left: 245px;
    color: #781610;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.hahonor{
    display: block;
    position: absolute;
    top: 65px;
    left: 30px;
    width:100px;
    height: 100px;
}
.haculture{
    display: block;
    position: absolute;
    top: 145px;
    left: 120px;
    width:100px;
    height: 100px;
}
.hateam{
    display: block;
    position: absolute;
    top: 236px;
    left: 38px;
    width:100px;
    height: 100px;
}

/*--new link--*/
.hnl{
    width: 100%;
    background: url("../images/hnewbg.png") no-repeat;
}
.hnew,.hgnew{
    width: 570px;
    height: auto;
}
.hnn{
    width: 570px;
    height: 80px;
    background: url("../images/hnew.png") no-repeat;
}
.hni{
    width: 570px;
    margin: 15px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #cdbbad;
}
.hni:last-child{
    border-bottom: none;
}
.hnit{
    width: 72px;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #781610;
    background: url("../images/hnnbg.png") no-repeat;
}
.hnibox{
    width: 480px;
    height: 53px;
    margin-left: 18px;
}
.hnin{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 7px;
}
.hnis{
    color: #666666;
}

.hgnn{
    width: 570px;
    height: 80px;
    background: url("../images/hnew1.png") no-repeat;
}
.hgni{
    width: 570px;
    height: 50px;
    border-bottom: 1px dashed #cdbbad;
}
.hgni:last-child{
    border-bottom: none;
}
.hgnit{
    width: 60px;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #781610;
    text-align: center;
}
.hgnin{
    width: 500px;
    margin-left: 10px;
    line-height: 50px;
    font-size: 15px;
}

/*--link--*/
.link{
    width: 1200px;
    height: 85px;
    margin: 80px 0 150px;
}
.linkn{
    width: 240px;
    height: 85px;
    background: url("../images/link.png") no-repeat;
}
.linkc{
    width: 900px;
    height: 85px;
    margin-left: 60px;
}
.linkc a{
    display: inline-block;
    line-height: 28px;
}
.linkc span{
    padding: 0 10px;
}

/*--footer--*/
.footer{
    margin-top: -80px;
}
.footerT{
    width: 100%;
    height: 80px;
    background:url("../images/bottom.png") left bottom;
    background-size: 100% 100%;
}
.footerBox{
    background: #222021;
    padding: 40px 0;
}
.textF{
    width: 900px;
    text-align: center;
    line-height: 28px;
    margin-left: 45px;
    color: #ffffff;
}
.textF span{
    padding: 0 10px;
}
.textF a{
    color: #ffffff;
}

.content{
    width: 100%;
    padding: 40px 0 150px;
    background: url("../images/nbg.png") no-repeat;
}
/*--左侧菜单--*/
.column{
    width: 320px;
    height: auto;
    margin: 0 0 50px;
}
.columnT{
    width: 320px;
    height: 34px;
}
.columnC{
    width: 270px;
    margin: 0 auto;
    border: 5px solid #cdbbad;
}
.columnC ul{
    margin: 0 0 70px 0;
}
.columnC li{
    width: 235px;
    padding: 15px 0 10px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    background: url("../images/column.png") no-repeat;
}
.columnC ul li a{
    font-size: 16px;
    color: #111111;
}
.columnC ul li a:hover,.columnC ul li a.on{
    color: #781610;
}
.lcontact{
    margin: 0 0 150px;
}
.lct{
    width: 320px;
    height: 77px;
}
.lcc{
    line-height: 26px;
    padding: 20px 25px;
}

/*--右侧内容--*/
.rct{
    width: 835px;
    height: 77px;
    background: url("../images/rct.png") no-repeat;
}
.rct .name{
    font-size: 24px;
    font-weight: bold;
    padding: 26px 0 0 130px;
}
.crumbs{
    margin: 32px 10px 0 0;
}
.rcc{
    width: 805px;
    padding: 45px 15px;
}
.rcbox{
    width: 835px;
    padding: 45px 0;
}
.rcc img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.newItem{
    height: 20px;
    background: url("../images/linfo.png") no-repeat;
    border-bottom: 1px dotted #888;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ntitle{
    display: inline-block;
    width: 600px;
    font-size: 16px;
    margin-left: 50px;
}
.ntime{
    width: 110px;
    margin-right: 20px;
    color: #666666;
}

.job{
    margin: 0 0 50px;
}
.njob{
    font-size: 24px;
    font-weight: bold;
    color: #781610;
}
.djob{
    padding: 15px 0;
}

.contact01{
    line-height: 28px;
}
.code img{
    display: block;
    margin: 20px auto;
}

