/* 通用样式 */

@charset "utf-8";
html {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-size: 1rem;
}


/* 3.去除列表默认样式 */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
hr,
input,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    border: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

li {
    cursor: pointer;
}


/* 4.去除默认倾斜效果 */

em,
i {
    font-style: normal;
}


/* 5.去除a标签默认的下划线,并设置默认文字颜色 */

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}


/* 6.设置img的垂直对齐方式为居中对齐 */

img {
    vertical-align: middle;
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* 7.左右浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 清除浮动影响 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* 版心的公共类 */

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/* ------------------------------------------------- */


/* 内容板块头部标题 */

.hd_title {
    position: relative;
}

.hd_title .yun {
    position: absolute;
    top: -23px;
    right: -27px;
    width: 68px;
    height: 27px;
    background: url("../images/yun.png") no-repeat 100%;
}

.hd_title h1 {
    font-size: 40px;
    font-family: "MaoKenWangFengYaSong";
    color: #000;
    letter-spacing: 2px;
}

.hd_title .c_name {
    color: #73431a;
}

.header .more {
    margin-top: 5px;
    width: 70px;
    padding: 7px 0;
    font-size: 14px;
    color: #74441b;
    text-align: center;
    background-color: #fffaf4;
    border-radius: 15px;
    border: solid 1px #e6daca;
}

.header .more:hover {
    color: #fff;
    background-color: #74441b;
}


/* 网页底部 */

footer {
    background-color: #432205;
    padding: 24px 0;
    color: #ffffff;
    line-height: 22px;
}

.ft_logo {
    margin-right: 95px;
}

.ft_logo img {
    margin-left: 10px;
}

.ft_logo .jszc {
    margin-top: 5px;
    font-size: 12px;
}

.ft_logo .ft_logo img {
    max-width: 100%;
}

footer .about {
    margin-top: 5px;
    font-size: 13px;
}

footer .qr_box ul {
    margin: 0 -4px;
}

footer .qr_box li {
    margin: 0 4px;
    float: left;
}


/* 副页面上方图块 */

.page_img {
    background: url("../images/box_bg.png") no-repeat;
    background-size: cover;
}

.page_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* 副页面内容主体盒子 */

.contents_box {
    padding: 50px 0 80px;
    background: url("../images/shan.png") no-repeat bottom;
}


/* 副页面左侧栏目导航盒子 */

.snav {
    width: 255px;
}


/* 栏目导航标题 */

.snav .snav_title {
    position: relative;
    padding: 19px 0;
    background: url("../images/sNav_title_bg.png");
    background-size: cover;
    border-radius: 15px 15px 0 0;
}

.snav .snav_title h2 {
    padding: 0px 50px;
    text-align: center;
    font-size: 32px;
    color: #feffff;
    background: url("../images/yun.png") no-repeat 95% 0;
}


/* 栏目项目 */

.snav .snav_column {
    padding: 40px 18px 140px 18px;
    background-color: #f4efea;
    background-image: url("../images/sNav_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.snav_column .snav_shadow {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}

.snav_column .snav_shadow .column_name {
    position: relative;
    display: block;
    font-size: 20px;
    color: #111;
    padding: 19px 0 18px 37px;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    border-left: 3px solid #74441b;
}

.snav_column .snav_shadow h1 .column_name .c_arrow {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 22px;
    right: 19px;
    background: url("../images/c_arrow.png") no-repeat;
}

.snav_column h1.on .column_name .c_arrow {
    background: url("../images/c_arrow_hover.png") no-repeat;
}

.snav_column h1.on .column_name {
    background-color: #74441b;
    border-radius: 10px 10px 0px 0px;
}

.snav_column h1.on .column_name {
    color: #fff;
}

.snav_column ul {
    position: relative;
    padding: 10px 0 10px 50px;
    background-color: #fff;
    border-left: 3px solid #74441b;
    z-index: 9;
}

.snav_column ul::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: -35px;
    left: 180px;
    background-color: #74441b;
    background-image: url("../images/c_ul_arrow_hover.png");
}

.snav_column ul li>a {
    display: block;
    padding: 7px 0 7px 17px;
    font-size: 16px;
    color: #333;
    background-image: url("../images/nav_column_arrow.png");
    background-position: 0 center;
    background-repeat: no-repeat;
}

.snav_column ul li>a:hover {
    color: #74441b;
    font-weight: 700;
    background-image: url("../images/nav_column_arrow_hover.png");
}


/* 栏目导航 end */


/* 副页面右侧内容盒子 */

.right_box {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px)
}


/* 副页面右侧头部标题 */

.inner_header {
    width: 100%;
    padding: 15px 0 20px;
    border-bottom: 1px solid #74441b;
}

.inner_header .hd_title {
    font-size: 30px;
    color: #74441b;
}


/* 副页面右侧头部当前位置 */

.inner_header .position {
    background: url("../images/position.png") no-repeat 0 center;
    font-size: 14px;
    line-height: 30px;
    padding-left: 27px;
    color: #888;
}

.inner_header .position ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.inner_header .position li {
    float: left;
}

.inner_header .position li>a {
    position: relative;
    color: #888;
}


/*  */






