﻿@charset "utf-8";

/* CSS Document */

html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial, 微软雅黑;
    position: relative;
    color: #000;
    overflow-x: hidden;
}

ul,
li,
p,
img,
b,
a,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    font-weight: normal;
    text-decoration: none;
}

.container {
    width: 95%;
    margin: auto;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.banner .hd li.on,
.page_n li,
.pading a {
    background: #2f1812;
}

.pading span,
h1.pro_text,
h1.art_text {
    color: #2f1812;
}


/*头部*/

.header {
    background: #f2f2f2;
    padding-right: 60px;
    position: relative;
}

.logo img {
    display: block;
}

.logo {
    border-right: 1px solid #2f1812;
    padding-right: 10px;
}

.nav b {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    margin: 0 auto 6px;
}

.nav {
    width: 50px;
    position: absolute;
    top: 50%;
    right: 5px;
    text-align: center;
    font-size: 14px;
    height: 40px;
    margin-top: -20px;
}

.navs li a:hover,
.navs li a.cur {
    background: #2f1812;
    color: #fff;
}

.navs li a {
    display: block;
}

.navs {
    position: fixed;
    width: 120px;
    background: #393939;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    right: 0;
    display: none;
    z-index: 99;
}


/*banner*/

.banner .bd li img {
    width: 100%;
    display: block;
}

.banner .bd li {
    width: 100%;
}

.banner {
    position: relative;
}

.banner .hd {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.banner .hd li.on {
    background: #2f1812;
}

.banner .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 20px;
    font-size: 0px;
    background: #fff;
    vertical-align: bottom;
    border-radius: 50%;
}


/*首页*/

.title h3:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 9px;
    left: -14px;
    z-index: 2;
    border: 1px solid #b5b5b5;
    transform: rotate(45deg);
    background: #fff;
}

.title h3:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 9px;
    right: -14px;
    z-index: 2;
    border: 1px solid #b5b5b5;
    transform: rotate(45deg);
    background: #fff;
}

.title:after {
    content: '';
    width: 96%;
    background: #d1d1d1;
    position: absolute;
    top: 35px;
    left: 2%;
    height: 1px;
    z-index: 1;
}

.title p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.title h3 b {
    font-weight: bold;
    color: #2f1812;
}

.title h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #333;
    line-height: 30px;
    background: #fff;
    z-index: 2;
    padding: 0 15px;
}

.title {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**/

.one {
    position: relative;
    padding: 0 1%;
    text-align: center;
}

.one li {
    width: 29.66%;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 0 1% 20px;
    display: inline-block;
}

.one li img {
    margin: 0 auto 10px;
    display: block;
}

.one li h3 {
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 30px;
    white-space: nowrap;
    color: #d51a23;
    margin-top: -44px;
}

.one li h3 b {
    color: #333;
}

.one li p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}


/**/

.two li a {
    display: block;
    text-align: center;
    line-height: 30px;
    background: #2f1812;
    color: #fff;
}

.two {
    overflow: hidden;
    padding: 0 2%;
}

.two li {
    width: 31.33%;
    float: left;
    margin: 1%;
}


/**/

.two_c li h3 {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_c li img {
    width: 100%;
    display: block;
}

.two_c li {
    width: 48%;
    margin: 1%;
    float: left;
}

.two_c {
    padding: 20px 2%;
    overflow: hidden;
}


/**/

.three {
    background: #2f1812;
    padding: 20px 2%;
}

.three .title:after {
    background: #fff;
}

.three .title h3:before,
.three .title h3:after {
    border-color: #fff;
    background: #2f1812;
}

.three .title h3 {
    background: #2f1812;
    color: #fff;
}

.three .title p {
    color: #fff;
}

.threes {
    position: relative;
}

.three .prev,
.three .next {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 40%;
    font-family: '宋体';
    line-height: 30px;
    margin-top: -15px;
}

.three .prev {
    left: -5px;
}

.three .next {
    right: -5px;
}

.three_ul {
    overflow: hidden;
}

.three_ul li {
    font-size: 16px;
    color: #e5e5e5;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    text-align: center;
    position: relative;
}

.three_ul li:after {
    content: "";
    width: 30px;
    height: 1px;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    position: absolute;
}

.three_ul .swiper-slide-active {
    transform: scale(1);
}

.three_ul .swiper-slide-active:after {
    display: none;
}

.three_ul li img {
    display: block;
    width: 100%;
}

.three_ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
}


/**/

.four {
    padding: 0 3% 20px;
}

.four_title {
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
}

.four_title b {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.four_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}

.four_c li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.four_c li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.four_c li:nth-child(2n) b {
    left: auto;
    right: 0;
}

.four_c li:nth-child(2n) {
    padding-right: 70px;
    padding-left: 0;
}

.four_c li:last-child {
    border-bottom: 0;
}

.four_c li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 10px 70px;
    padding-right: 0;
}

.four_c li b {
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #d51a23;
    width: 60px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    border-radius: 50%;
    background: #ccc;
}


/**/

.five {
    position: relative;
    padding: 20px 3%;
}

.five_title {
    text-align: center;
}

.five_title h2 {
    font-size: 15px;
    line-height: 30px;
}

.five_title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

.five_c {
    overflow: hidden;
    margin-top: 20px;
}

.five li {
    float: left;
    box-sizing: border-box;
    color: #4d4d4d;
    width: 50%;
    position: relative;
    padding: 10px 0 10px 60px;
}

.five li img {
    width: 50px;
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -25px;
}

.five li p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 22px;
}

.five li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.five li:nth-child(1) {
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

.five li:nth-child(2) {
    border-bottom: 1px solid #bfbfbf;
}

.five li:nth-child(3) {
    border-right: 1px solid #bfbfbf;
}


/**/

.six {
    background: #3a2524;
    padding: 20px 0;
    text-align: center;
}

.six h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #d51a23;
}

.six h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

.six h3 a {
    margin-left: 20px;
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    background: #d51a23;
}

.six h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.six h4 b {
    color: #d51a23;
}


/**/

.seven li h3 {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven li img {
    width: 100%;
    display: block;
}

.seven li {
    width: 48%;
    margin: 1%;
    float: left;
}

.seven {
    padding: 20px 2%;
    overflow: hidden;
}


/**/

.eight {
    position: relative;
    color: #fff;
    padding: 20px 3%;
}

.eight_title p {
    font-size: 14px;
    line-height: 24px;
}

.eight_title {
    text-align: center;
}

.eight_title h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.eight_c a.more {
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    margin: 20px auto 0;
    display: block;
}

.eight_c {
    line-height: 24px;
    text-align: justify;
    margin-top: 10px;
}


/**/

.nine {
    margin: 0 auto;
}

.tabnav {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.ntab.tabnav ul {
    display: inline-block;
    color: #fff;
}

.tabnav li.on {
    background: #653123;
}

.tabnav li {
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    background: #2f1812;
}

.nlist {
    padding: 0 3%;
}

.nlist li {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    padding-left: 90px;
}

.nlist li.first {
    padding-left: 0;
}

.nlist li:last-child {
    border-bottom: none;
}

.date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    text-align: center;
    background: #2f1812;
    box-sizing: border-box;
    color: #fff;
}

.date b {
    font-size: 40px;
    line-height: 55px;
    font-weight: normal;
}

.date i {
    line-height: 24px;
    height: 24px;
    font-style: normal;
    display: block;
}

.nlist li h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #2f1812;
}

.nlist li p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #868686;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nlist li.first img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px;
    box-sizing: border-box;
}

.nlist li.first p {
    color: #6f6f6f;
}

.nlist li.first h4 {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 40px;
}


/*页面通用*/

.tip b {
    font-weight: bold;
}

.tip {
    border-top: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2;
    background: #fff;
    margin-top: 10px;
    color: #333;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

.main_m {
    padding: 0 2%;
    clear: both;
}

ul.product {
    overflow: hidden;
}

ul.product li h3 {
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.product li img {
    width: 100%;
    display: block;
}

ul.product li {
    width: 46%;
    float: left;
    margin: 4% 2% 0;
}
ul.product li:nth-child(2n+1){clear: left;}

.pading {
    text-align: center;
    margin: 10px 0;
}

.pading span {
    display: inline-block;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 3px;
    font-weight: bold;
}

.pading a {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    padding: 0 5px;
    margin: 0 3px;
}

.product_c {
    padding: 2%;
}

p.info {
    color: #9a9a9a;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

h1.pro_text {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 5px;
    font-weight: 700;
}

.page_n {
    text-align: center;
    padding: 10px 0;
    border-bottom: 5px solid #f2f2f2;
}

.page_n li a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 34px;
}
.page_n li a.cur{background-color: #653123;}
.page_n li {
    width: 23%;
    float: left;
    margin: 0% 1% 2%;
}

ul.article li a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.article li span {
    position: absolute;
    top: 0;
    right: 4px;
    color: #989898;
    font-size: 12px;
}

ul.article li {
    line-height: 36px;
    border-bottom: 1px dashed #cecece;
    height: 36px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
}

ul.article {
    padding: 2%;
}

.page {
    padding: 2% 4%;
}

h1.art_text {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 5px;
    font-weight: 700;
}

.article_c {
    padding: 2%;
}


/**/

#corpright {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 55px;
    margin: 3% 0 10px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    background: #333333;
}

.bottom li img {
    width: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.bottom li span {
    line-height: 24px;
    font-size: 14px;
    display: block;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.bottom li {
    width: 25%;
    height: auto;
    float: left;
    padding: 0px 2%;
    box-sizing: border-box;
    position: relative;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    background: #262727;
}