@charset "utf-8";
@import url(../fonts/fonts.css);

/* CSS Document */


/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
lengend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font-family: "微软雅黑", sans-serif, inherit;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
    font-size: 0.12rem;
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化 */


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}


/* 重置文本格式元素 */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/* 重置表单元素 */

legend {
    color: #000;
}


/* for ie6 */

fieldset,
img {
    border: none;
}


/* img 搭车：让链接里的 img 无边框 */


/* 注：optgroup 无法扶正 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}


/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 重置 hr */

hr {
    border: none;
    height: 1px;
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {
    overflow-y: scroll;
}


/*超出内容显示省略号*/

.ellipsis {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.inbox {
    width: 1260px;
    margin: 0 auto;
}

.user {
    display: none;
}

.dis {
    display: none;
}


/*************************************/

body {
    margin: 0;
    background: #fff;
    font: 1em/150% "微软雅黑", Arial, Helvetica, sans-serif;
}

A:link {
    TEXT-DECORATION: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zuo {
    float: left;
}

.you {
    float: right;
}

#ding {
    background: #0d0809;
    line-height: 36px;
    height: 36px;
    color: #9e9c9d;
    border-bottom: 1px solid #464646;
}

#ding h1,
#ding h2 {
    font-size: 12px;
    font-weight: normal;
    width: 50%;
    float: left;
}

#ding h2 {
    text-align: right;
}

#ding h2 a {
    color: #9e9c9d;
    display: inline-block;
    padding: 0 20px;
}

#ding h2 a:hover {
    color: #bfa162;
}

#daohang {
    height: 77px;
    position: relative;
    background: url(../img/top_bg.jpg) repeat-x;
    min-width: 1258px;
}

#logo {
    display: block;
    width: 130px;
    height: 154px;
    background: url(../img/logo.png) no-repeat;
    position: absolute;
    top: -36px;
    left: 50%;
    z-index: 900;
    margin-left: -65px;
}

#logo:hover {
    background: url(../img/logo2.png) no-repeat;
}

#logo a:link,
#logo:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#banner {
    text-align: center;
}

#h_about {
    background: url(../img/h_a_bg.gif) no-repeat center #fff;
    background-size: 100% auto;
}

#h_about .title {
    text-align: center;
    padding: 20px;
}

#h_about .title img {
    max-width: 100%;
}

#h_about .nr {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    line-height: 150%;
    font-size: 14px;
    text-indent: 28px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#big {
    height: 427px;
    background: url(../img/h_a_big.jpg) no-repeat #c0a264;
    background-size: 50%;
    min-width: 1258px;
    position: relative;
}

#big .nr h1 {
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    line-height: 150%;
}

#big .nr {
    width: 330px;
    height: 190px;
    padding: 20px 20px 20px 250px;
    background: url(../img/h_a_p.jpg) no-repeat left bottom #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 25%;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

#big .nr h2 {
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    line-height: 200%;
}

#big .nr p {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 200%;
}

#big .nr .more,
#h_pr .more {
    display: block;
    border: 1px solid #c0a264;
    color: #c0a264;
    width: 30%;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

#h_pr .more {
    margin: 10px auto;
    line-height: 30px;
}

#big .nr .more:hover,
#h_pr .more:hover {
    background: #c0a264;
    color: #fff;
}

#h_pr {
    background: #fff;
}

#h_pr .title,
#pr_gy .title,
#h_wt .title {
    padding: 80px 0 30px;
    text-align: center;
}

#h_pr .title h2,
#pr_gy .title h2,
#h_wt .title h2 {
    font-weight: normal;
    font-size: 26px;
    display: inline-block;
    border: 1px solid #cccccc;
    width: auto;
    padding: 15px 60px;
    position: relative;
}

#h_pr .title h2 i,
#pr_gy .title h2 i,
#h_wt .title h2 i {
    display: block;
    height: 1px;
    width: 50%;
    background: #cccccc;
    position: absolute;
    top: 50%;
}

.title h2 .z {
    left: -35%;
}

.title h2 .y {
    right: -35%;
}

#h_pr .title h3,
#pr_gy .title h3,
#h_wt .title h3 {
    font-weight: normal;
    color: #b2b2b2;
    line-height: 250%;
}

#pr_gy ul {
    width: 1258px;
    margin: 0 auto;
}

#pr_gy ul li,
#pr_gy ul {
    clear: both;
}

#pr_gy ul li {
    padding: 10px 0;
}

#pr_gy ul li img {
    float: left;
    width: 50%;
}

#pr_gy ul li:nth-child(2) img {
    float: right;
}

#pr_gy ul li div {
    float: left;
    width: 50%;
}

#pr_gy ul li div .t {
    background: #c0a264;
    float: none;
    padding: 20px 0 10px 20px;
    border-radius: 0 50px 0 0;
}

#pr_gy ul li:nth-child(2) div .t {
    float: right;
    text-align: right;
    padding: 20px 20px 10px 0;
    border-radius: 50px 0 0 0;
}

#pr_gy ul li div .t h1,
#pr_gy ul li div .t h2 {
    font-weight: normal;
    font-size: 21px;
    color: #ffffff;
}

#pr_gy ul li div .t h2 {
    font-size: 14px;
    line-height: 34px;
}

#pr_gy ul li div p {
    width: 80%;
    padding: 5%;
    line-height: 220%;
    color: #8d8d8d;
}

#pr_gy ul li div p span {
    display: block;
}

#pr_gy ul li div p span em {
    padding-left: 40px;
    font-style: normal;
}

#pr_gy ul li:nth-child(2) div p {
    float: right;
}

#pr_gy ul li div a {
    display: inline-block;
    background: url(../img/h_gy_a.jpg) no-repeat 10% center #c0a264;
    padding: 8px 10px 8px 5%;
    margin: 0 0 0 25px;
    color: #fff;
}

#pr_gy ul li:nth-child(2) div a {
    clear: both;
    float: right;
    background: url(../img/h_gy_a2.jpg) no-repeat 90% center #c0a264;
    padding: 8px 5% 8px 10px;
    margin: 0 25px 0 0;
}

#pr_gy ul li div a:hover {
    opacity: 0.8;
}

#h_wt .nr li {
    display: inline-block;
    width: 30%;
    margin: 0 1.5% 0 1.5%;
}

#h_wt .nr li h1 {
    color: #ccc;
    font-size: 32px;
    line-height: 180%;
    font-weight: normal;
    padding-bottom: 10px;
}

#h_wt .nr li h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
}

#h_wt .nr li i {
    display: block;
    height: 1px;
    background: #b2b2b2;
    width: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#h_wt .nr li p {
    padding: 10px 0;
    color: #999999;
}

#h_wt .nr li a:hover,
#h_wt .nr li a:hover h1,
#h_wt .nr li a:hover p,
#h_wt .nr li a:hover h2 {
    color: #bfa162;
}

#h_wt .nr li a:hover i {
    background: #bfa162;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#h_bz {
    background: #f0f0f0;
    padding: 20px 0;
    margin: 20px auto;
}

#h_bz ul {
    text-align: center;
}

#h_bz ul li {
    display: inline-block;
    width: 20%;
    text-align: left;
}

#h_bz ul li h1 {
    display: block;
    float: left;
    width: 43px;
    height: 43px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    color: #9c9c9c;
    font-size: 24px;
    margin-right: 10px;
}

#h_bz ul li p {
    display: block;
    width: 75%;
    float: right;
    padding: 4px;
    color: #787878;
    line-height: 20px;
}

#h_bz ul li p span {
    font-size: 16px;
    line-height: 150%;
    display: block;
    color: #000;
}

#h_bz ul li:hover h1 {
    color: #bfa162;
    border-color: #bfa162;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#h_bz ul li:hover p,
#h_bz ul li:hover p span {
    color: #bfa162;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer {
    border-top: 1px solid #e7e7e7;
    padding: 0 0 20px 0;
}

footer .width .d_contact {
    padding: 10px 10px 10px 20%;
    background: url(../img/d_logo.jpg) no-repeat 20px center;
    width: 50%;
    float: left;
}

footer .width .d_contact li {
    line-height: 30px;
    color: #a7a7a7;
}

footer .width .d_ewm {
    width: 50%;
    float: right;
    padding: 20px 0 0 0;
}

footer .width .d_ewm a {
    line-height: 135px;
}

footer .width .d_ewm img {
    max-width: 134px;
}

footer .width .d_ewm a:nth-child(4) {
    margin-left: 30px;
}

footer .copyright {
    clear: both;
    border-top: 1px solid #e7e7e7;
    text-align: center;
    line-height: 30px;
    color: #8e8e8e;
}


/*搜索框*/

#daohang .search_box {
    width: 180px;
    float: right;
    color: #fff;
    margin-top: 20px;
}

.search_box form {
    height: 30px;
    position: relative;
}

.search_box input {
    width: 150px;
    height: 30px;
    padding-left: 13px;
    border-radius: 42px;
    border: 1px solid #fff;
    background: #303030;
    transition: .3s linear;
    float: right;
}

.search_box input:focus {
    width: 180px;
}

.search_box .icon-search {
    background: none;
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    border: none;
}

.ny_banner {
    background: url(../img/ny_b.gif) no-repeat;
    background-size: 100% auto;
    height: 200px;
}

.page_show_about,
.page_show_yh {
    padding: 1% 10%;
}

.page_show_about span,
.page_show_yh .zuo,
.page_show_yh .you {
    display: block;
    width: 48%;
    line-height: 150%;
    margin-bottom: 15px;
}

.page_show_yh p span {
    line-height: 250%;
}

.page_show_yh .zuo {
    float: left;
}

.page_show_about img,
.page_show_yh .you {
    float: right;
}

.inner_container {
    background: url(../img/ny_d_b.gif) no-repeat bottom center;
    background-size: 100% auto;
}

.page_show_contact {
    background: url(../img/cont_bg.png) no-repeat center 10px #fff;
    padding: 80px 0 0 0;
    width: 900px;
    margin: 0 auto;
    background-size: 100% auto;
    line-height: 200%;
}

.ueditor_baidumap {
    width: 534px;
    height: 334px;
}

.c_zi {
    background: rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 20px 50px;
    margin: 0 auto 80px auto;
    line-height: 200%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.fenlei {
    margin: 0 auto;
}

.fenlei li {
    text-align: left;
    float: left;
    width: 33.3333333333333%;
    padding: 0;
}

.fenlei li img {
    max-width: 100%;
    max-height: 280px;
    margin: 10px auto 30px auto;
}

.fenlei a {
    display: block;
}

.fenlei li h1 {
    text-align: left;
    font-size: 24px;
}

.fenlei .nr {
    line-height: 180%;
    font-size: 14px;
}

.fenlei .nr i {
    padding: 0 10px;
}