﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    height: 115px;
    line-height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.head.nhead{
	position:static;
	background:#fff;
}

.banner .swiper-button-prev{
	width:62px;
	height:62px;
	border-radius:100%;
	background:#fff url(../images/jiantou1.png) center no-repeat;
	transform:rotate(180deg);
}
.banner .swiper-button-next{
	width:62px;
	height:62px;
	border-radius:100%;
	background:#fff url(../images/jiantou1.png) center no-repeat;
}

.heads {
    max-width: 1450px;
    margin: auto;
}

.logo {
    float: left;
    width: 20.14%;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 115px;
    line-height: 115px;
    padding-top: 52px;
    cursor: pointer;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #32302f;
    border-right: 1px solid #a19f9f;
    padding: 0 35px;
    display: block;
    height: 18px;
    line-height: 18px;
}

.nav ul li .detailnav {
    position: absolute;
    width: 110%;
    background: #fff url(../images/navxiala_bg.png) center bottom no-repeat;
    padding: 20px 20px 110px;
    top: 115px;
    left: -5%;
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 39px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.nav ul li .detailnav li a {
    font-size: 14px;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border-right: none;
    color: #32302f;
}

.nav ul li .detailnav li:hover a {
    color: #89211b;
    background: #fff;
}

.nav ul li:hover .detailnav {
    display: block;
}

.nav ul li:hover {
    background: #89211b;
}

.nav ul li:hover a {
    color: #fff;
    border-right: none;
}

.about {
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 70px;
    background: url(../images/background_02.jpg) top center no-repeat;
}

.abouts {
    max-width: 1450px;
    margin: auto;
}

.left_ab {
    width: 44%;
    float: left;
    border: 6px solid #b69258;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 50.7%;
    float: right;
}

.rabtitle span {
    font-family: "宋体";
    font-size: 40px;
    font-weight: bold;
    color: #ab7e5d;
}

.rabtitle img {
    margin-top: -45px;
    margin-left: 15px;
}

.rab_con {
    font-size: 15px;
    color: #464646;
    line-height: 2.2;
    margin-top: 35px;
}

.rab_more a {
    display: block;
    width: 186px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url(../images/kuang_on.png) center no-repeat;
    font-size: 16px;
    color: #0f0e0e;
}

.rab_more {
    margin-top: 45px;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/background_03.jpg) top center no-repeat;
    padding-top: 85px;
	background-size:cover;
}

.products {
    max-width: 1450px;
    margin: auto;
    position: relative;
    padding-bottom: 110px;
}

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: url(../images/tit.png) center no-repeat;
}

.maintitle {
    font-size: 30px;
    font-weight: bold;
    color: #0f0e0e;
}

.titles {
    font-size: 14px;
    color: #676564;
    text-transform: uppercase;
}

.swiper-container.proswiper {
    margin-top: 50px;
}

.pro {
    width: 100%;
    border: 1px solid #e4e4e6;
    background: #fff;
    text-align: center;
    padding: 0 5px 105px 5px;
}

.procname {
    font-family: "宋体";
    font-size: 25px;
    color: #121111;
    font-weight: bold;
    margin-top: 35px;
}

.proename {
    font-family: "Arial";
    font-size: 14px;
    color: #777472;
    text-transform: uppercase;
    margin-top: 15px;
}

.pronum {
    width: 75px;
    height: 63px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.pronum b {
    font-size: 30px;
    color: #8c8c8c;
    line-height: 61px;
    font-family: kaiti;
    position: relative;
    font-weight: normal;
}

.pronum:before {
    content: "";
    background: url(../images/dbx.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}

.pro:hover .pronum:before {
    transform: rotate(180deg);
    background: url(../images/dbx_on.png) center no-repeat;
}

.pro:hover .pronum b {
    color: #fff
}

.propic img {
    width: 100%;
}

.propic {
    margin-top: 65px;
}

.product .swiper-button-prev {
    width: 8px;
    height: 14px;
    background: url(../images/swipericon_06.jpg) center no-repeat;
    top: auto;
    bottom: 58px;
    left: 34%;
	z-index:999;
}

.product .swiper-button-next {
    width: 8px;
    height: 14px;
    background: url(../images/swipericon_09.jpg) center no-repeat;
    top: auto;
    bottom: 58px;
    right: 34%;
	z-index:999;
}

.product .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    background: url(../images/swipericon_12.jpg) center no-repeat;
}

.product .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    background: url(../images/swipericon_03.jpg) center no-repeat;
}

.product .swiper-pagination {
    bottom: 48px;
    text-align: center;
    width: 100%;
}

.service {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.services {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.ser {
    float: left;
    width: 14.2%;
    margin-right: 0.1%;
    position: relative;
    overflow: hidden;
}

.ser:last-child {
    margin-right: 0;
}

.ser_pic img {
    width: 100%;
    transition: all 0.8s;
}

.ser_before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(126, 29, 9, 0.8);
    top: 0;
    left: 0;
    transition: all 0.8s;
    opacity: 0;
}

.ser_cname {
    font-family: "宋体";
    color: #fff;
    font-size: 24px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 100px;
    right: 45px;
}

.ser_ename {
    font-family: "Arial";
    color: #fff;
    font-size: 16px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 100px;
    right: 70px;
}

.ser:hover .ser_before {
    opacity: 1;
}

.ser:hover .ser_pic img {
    transform: scale(1.15);
}

.new {
    width: 100%;
    overflow: hidden;
    background: url(../images/background_05.jpg) top center no-repeat;
    padding-top: 65px;
    padding-bottom: 70px;
	background-size:cover;
}

.news {
    max-width: 1450px;
    margin: 65px auto 0 auto;
}

.nw {
    width: 23%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding-bottom: 20px;
	overflow:hidden;
}

.nw:last-child {
    margin-right: 0;
}

.nw_pic img {
    width: 100%;
	transition:all 0.8s;
}

.nw:hover .nw_pic img{
	transform:scale(1.1);
}

.nw_top {
    line-height: 56px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 20px;
}

.nw_name {
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bold;
}

.nw_link {
    float: right;
}

.nw_bot {
    font-size: 14px;
    color: #676461;
    line-height: 1.5;
    margin: 10px 15px 0 15px;
}

.link {
    width: 100%;
    overflow: hidden;
    line-height: 98px;
    background: #fff4ed;
    border-bottom: 1px solid #ded1c8;
}

.links {
    max-width: 1450px;
    margin: auto;
}

.links span {
    font-size: 16px;
    color: #43140b;
    margin-right: 25px;
}

.links a {
    font-size: 14px;
    color: #43140b;
    margin-right: 25px;
}

.copy {
    width: 100%;
    line-height: 69px;
    background: #43140b;
    text-align: center;
    color: #917b76;
}

.copy a {
    font-size: 14px;
    color: #917b76;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #fff4ed;
    padding-top: 40px;
    padding-bottom: 50px;
}

.foots {
    max-width: 1450px;
    margin: auto;
}

.saoma {
    float: right;
    background: #fff;
    text-align: center;
    padding: 10px;
}

.saoma p {
    margin-top: 5px;
}

.lf_more a {
    display: block;
    width: 282px;
    height: 38px;
    border-radius: 30px;
    background: #eadfd8;
    line-height: 38px;
    text-align: center;
}

.left_foot {
    float: left;
}

.flogo {
    padding-bottom: 30px;
    padding-right: 85px;
    border-right: 1px solid #ded1c8;
}

.mid_foot {
    float: left;
    margin-left: 95px;
}

.mfoot_top span:first-child {
    display: inline-block;
    color: #302a29;
    font-size: 16px;
    line-height: 20px;
}

.mfoot_top span:nth-child(2).tnum {
    font-family: "Times New Roman";
    font-size: 47px;
    color: #302a29;
    font-weight: bold;
}

.mfoot_top a {
    width: 165px;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    background: #43140b;
    margin-left: 10px;
    position: relative;
    top: -10px;
}

.mfoot_top a span {
    color: #fff4ed;
    font-size: 16px;
}

.mfoot_top a img {
    margin-right: 10px;
    margin-top: -5px;
}

.mfoot_bot .adress {
    font-size: 16px;
    color: #5d5d5d;
}

.mfoot_bot a {
    margin-left: 5px;
}

.mfoot_bot {
    margin-top: 40px;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 75%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-loading .miso-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-list,
.miso-track,
.miso-slide,
.miso-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track:before,
.miso-track:after {
    content: "";
    display: table;
}

.miso-track:after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.miso-slide img {
    display: inline-block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.miso-prev,
.miso-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    z-index: 1;
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft Yahei"
}

.miso-lightbox .miso-prev:before {
    content: '←';
}

.miso-lightbox .miso-next:before {
    content: '→';
}


/* Dots */

.miso-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.miso-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.miso-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.miso-dots li button:focus {
    outline: none;
}

.miso-dots li.miso-active a {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.n_product {
    padding: 95px 0 55px;
}

.n_product .n_title h3 span.span01:after {
    left: 72px;
}

.n_product ul {
    font-size: 0;
    margin: 0 -25px;
}

.n_product ul li {
    display: inline-block;
    padding: 0 25px;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

.n_product ul li a {
    background: #fff;
    border: #e4e4e6 1px solid;
    display: block;
}

.n_product ul li a .con {
    padding: 50px 0 10px;
}

.n_product ul li a .con h3 span {
    width: 75px;
    height: 63px;
    display: inline-block;
    position: relative
}

.n_product ul li a .con h3 span b {
    font-size: 30px;
    color: #8c8c8c;
    line-height: 61px;
    font-family: kaiti;
    position: relative;
    font-weight: normal
}

.n_product ul li a .con h3 span:before {
    content: "";
    background: url(../images/dbx.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s
}

.n_product ul li a .con h4 {
    font-size: 28px;
    color: #242424;
    font-family: simkai;
    margin: 38px 0 14px;
    position: relative
}

.n_product ul li a .con h4:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    width: 5px;
    height: 5px;
    background: #000000;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 50%
}

.n_product ul li a .con h6 {
    font-size: 12px;
    color: #ababab;
    text-transform: uppercase;
    font-family: "Times New Roman";
}

.n_product ul li a .img,
.n_product ul li a .img img {
    max-width: 100%;
    overflow: hidden
}

.n_product ul li a:hover .con h3 span:before {
    transform: rotate(180deg);
    background: url(../images/dbx_on.png) center no-repeat;
}

.n_product ul li a:hover .con h3 span b {
    color: #fff
}

.w1450 {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.n_title {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.n_title h3 {
    font-size: 36px;
    color: #242424;
    font-family: simkai;
    margin-bottom: 12px;
    margin-top: 0;
}

.n_title h3 span {
    position: relative;
    font-family: simkai;
    text-transform: uppercase;
}

.n_title h3 span.span01:after {
    content: "";
    width: 7px;
    height: 7px;
    border: #89211b 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 19px;
}

.n_title h5 {
    font-size: 14px;
    color: #ababab;
    font-family: Times New Roman;
    text-transform: uppercase
}

.n_shengxiao {
    padding: 85px 0 105px;
}

.n_shengxiao .n_title h3 span.span01:after {
    top: 12px;
    left: 74px;
}

.n_shengxiao ul {
    font-size: 0;
    margin: 0 -25px;
    margin-bottom: 50px
}

.n_shengxiao ul li {
    display: inline-block;
    padding: 0 25px;
    width: 33.3333333%;
    margin-bottom: 15px;
}

.n_shengxiao ul li a {
    display: block
}

.n_shengxiao ul li a .img,
.n_shengxiao ul li a .img img {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover
}

.n_shengxiao ul li a .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e4e4e6 1px solid;
    transition: 0.6s
}

.n_shengxiao ul li a .con {
    padding: 22px 10px;
}

.n_shengxiao ul li a .con h5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.n_shengxiao ul li a .con h5 span {
    position: relative;
    padding-left: 20px;
}

.n_shengxiao ul li a .con h5 span:before {
    content: "";
    width: 10px;
    height: 10px;
    border: #000000 1px solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.n_shengxiao ul li a .con p {
    font-size: 14px;
    line-height: 28px;
    color: #6d6d6d
}

.n_shengxiao ul li a .con p span {
    margin-right: 18px
}

.n_shengxiao ul li a:hover .img:after {
    border: #89211b 1px solid
}

.tp_xuanfu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000000;
    display: none;
}

.tp_xuanfu .content01 {
    width: 655px;
    display: inline-block;
    background: #fff;
    padding: 42px 0 0;
    position: relative
}

.tp_xuanfu .content01 .box {
    padding: 0 50px;
}

.tp_xuanfu .content01 .box h3 {
    font-size: 24px;
    color: #393939;
    text-align: left;
    margin-bottom: 42px
}

.tp_xuanfu .content01 .box .img,
.tp_xuanfu .content01 .box .img img {
    width: 555px;
    height: 370px;
    object-fit: cover;
    overflow: hidden;
    position: relative
}

.tp_xuanfu .content01 .box .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e4e4e6 1px solid;
    transition: 0.6s
}

.tp_xuanfu .content01 .box .ar_article {
    height: 224px;
    overflow: hidden;
    overflow-y: scroll;
    text-align: left
}

.tp_xuanfu .content01 .box .ar_article p {
    font-size: 16px;
    line-height: 32px;
    color: #777777;
    margin: 0;
}

.tp_xuanfu .content01 .box .ar_article {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    margin: 30px 0;
}

.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 2px;
    height: 2px;
    background-color: #333;
}

.tp_xuanfu .content01 .bottom .jiantou {
    border-top: #e7e7e7 1px solid;
    width: 50%;
    line-height: 70px;
    font-size: 16px;
    color: #454545;
    transition: 0.6s
}

.tp_xuanfu .content01 .bottom .jiantou img {
    margin: 0 16px;
    transition: 0.6s;
    display: inline-block
}

.tp_xuanfu .content01 .bottom .jiantou span {
    transition: 0.6s;
    display: inline-block
}

.tp_xuanfu .content01 .bottom .jiantou .img02 {
    display: none
}

.tp_xuanfu .content01 .bottom .jiantou.on,
.tp_xuanfu .content01 .bottom .jiantou:hover {
    background: #89211b;
    border-top: #89211b 1px solid;
    color: #fff
}

.tp_xuanfu .content01 .bottom .jiantou.on span,
.tp_xuanfu .content01 .bottom .jiantou:hover span {
    color: #fff
}

.tp_xuanfu .content01 .bottom .jiantou.on .img01,
.tp_xuanfu .content01 .bottom .jiantou:hover .img01 {
    display: none
}

.tp_xuanfu .content01 .bottom .jiantou.on .img02,
.tp_xuanfu .content01 .bottom .jiantou:hover .img02 {
    display: inline-block
}

.tp_xuanfu .content01 .close a {
    cursor: pointer;
    position: absolute;
    left: -70px;
    top: 0;
    width: 70px;
    height: 70px;
    background: #89211b;
    line-height: 70px;
    text-align: center;
    transition: 0.6s
}

.tp_xuanfu .content01 .close a img {
    transition: 0.6s
}

.tp_xuanfu .content01 .close a:hover img {
    transform: rotate(180deg)
}

.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

.n_pinpai .fl01 {
    padding: 140px 0 0;
    height: 710px;
    background: url(../images/n_pinpai_fl01_bg.png) 168px center no-repeat;
    border-bottom: #dadada 1px solid;
}

.n_pinpai .fl01 .n_title {
    text-align: left;
}

.n_pinpai .fl01 .n_title h3 span.span01:after {
    left: 98px;
    top: 25px;
}

.n_pinpai .fl01 .box {
    width: 642px;
}

.n_pinpai .fl01 dl {
    padding-bottom: 80px;
    position: relative
}

.n_pinpai .fl01 dl:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 2px;
    background: #626262;
    bottom: 56px;
}

.n_pinpai .fl01 dl dt {
    font-size: 16px;
    color: #242424;
    line-height: 24px;
    margin-bottom: 20px;
}

.n_pinpai .fl01 dl dt {
    position: relative;
    padding-left: 24px;
}

.n_pinpai .fl01 dl dt:before {
    content: "";
    width: 10px;
    height: 10px;
    border: #000000 1px solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.n_pinpai .fl01 p {
    font-size: 16px;
    line-height: 32px;
    color: #737373
}

.n_pinpai .fl02 {
    padding: 70px 0 45px;
    background: url(../images/n_pinpai_fl02_bg.png) center bottom no-repeat;
    text-align: center;
}

.n_pinpai .fl02 .n_title {
    text-align: center;
    margin-bottom: 38px;
}

.n_pinpai .fl02 .n_title h3 span.span01:after {
    left: 107px;
}

.n_pinpai .fl02 .w1200>h4 {
    font-size: 20px;
    color: #6a6a6a;
    font-family: simkai;
    line-height: 30px;
    margin-bottom: 30px;
}

.n_pinpai .fl02 .w1200>h2 {
    margin-bottom: 60px;
}

.n_pinpai .fl02 ul {
    font-size: 0;
    margin: 0 -48px;
}

.n_pinpai .fl02 ul li {
    display: inline-block;
    width: 16.6666667%;
    text-align: center;
    vertical-align: top;
}

.n_pinpai .fl02 ul li a {
    display: block
}

.n_pinpai .fl02 ul li .yuan {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: #a8a8a8 1px solid;
    border-radius: 50%;
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
    transition: 0.36s
}

.n_pinpai .fl02 ul li .yuan:before {
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    left: 50%;
    top: 50%;
    margin-left: -52px;
    margin-top: -52px;
    transform: scale(0);
    background: #89211b;
    opacity: 0;
    transition: 1s ease;
    border-radius: 50%
}

.n_pinpai .fl02 ul li .yuan span {
    font-size: 22px;
    color: #565656;
    font-family: simkai;
    position: relative;
    transition: 0.36s
}

.n_pinpai .fl02 ul li h5 {
    font-size: 18px;
    color: #737373;
    font-family: simkai;
    line-height: 30px;
    margin-bottom: 30px;
    writing-mode: tb;
    display: inline-block;
	letter-spacing: 0.3rem;
}

.n_pinpai .fl02 ul li h4 {
    font-size: 18px;
    color: #89211b;
    font-family: simkai;
    line-height: 30px;
    margin-bottom: 30px;
    writing-mode: tb;
    display: inline-block;
    vertical-align: top;
	letter-spacing: 0.3rem;
}

.n_pinpai .fl02 ul li:hover .yuan {
    border: #89211b 1px solid
}

.n_pinpai .fl02 ul li:hover .yuan:before {
    transform: scale(1);
    opacity: 1
}

.n_pinpai .fl02 ul li:hover .yuan span {
    color: #fff
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto
}

.n_contact {
    padding: 90px 0
}

.n_contact .left .n_title {
    text-align: left;
}

.n_contact .left .n_title h3 span.span01:after {
    left: 78px;
}

.n_contact .left p {
    font-size: 15px;
    line-height: 32px;
    color: #5c5c5c
}

.n_contact .left p a {
    font-size: 15px;
    line-height: 32px;
    color: #5c5c5c;
    text-decoration: underline;
    margin-left: 24px;
    transition: 0.36s
}

.n_contact .left p big {
    font-size: 22px;
    color: #89211b;
    font-family: ARVO;
}

.n_contact .left ul {
    margin-top: 32px;
}

.n_contact .left ul li {
    display: inline-block
}

.n_contact .left ul li h5 {
    font-size: 14px;
    color: #717171;
    margin-top: 15px;
    text-align: center
}

.n_contact .right {
    background: url(../images/n_contact_bg.jpg) right bottom no-repeat;
    padding: 0 20px 20px 0
}

.n_contact .left p a:hover {
    color: #89211b
}

.fl {
    float: left
}

.fr {
    float: right
}

.n_news {
    padding: 90px 0 100px
}

.n_news .n_title {
    margin-bottom: 35px
}

.n_news .n_title h3 span.span01:after {
    left: 21px
}

.n_news ul {
    margin-bottom: 58px
}

.n_news ul li {
    border-bottom: #d5d5d5 1px solid;
    position: relative;
}

.n_news ul li:after {
    position: absolute;
    content: "";
    bottom: -1px;
    height: 1px;
    width: 0;
    left: 0;
    background: #89211b;
    transition: 1s ease;
}

.n_news ul li a {
    padding: 35px 0;
    display: block;
}

.n_news ul li .left {
    width: 805px;
    padding: 3.75rem 0 0;
}

.n_news ul li .left .time {
    width: 134px;
    padding: 0 0 0 20px
}

.n_news ul li .left .time h3 {
    font-size: 32px;
    color: #acacac;
    margin-bottom: 34px;
    font-family: Barlow Condensed;
}

.n_news ul li .left .time .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #bfbfbf 1px solid;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: 0.6s
}

.n_news ul li .left .time .icon span {
    font-size: 12px;
    color: #adadad;
    font-family: simsun;
    position: relative;
}

.n_news ul li .left .con {
    width: calc(100% - 134px);
    padding-left: 4.5rem;
}

.n_news ul li .left .con h4 {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_news ul li .left .con p {
    font-size: 13px;
    line-height: 22px;
    color: #999999;
    height: 44px;
    overflow: hidden;
}

.n_news ul li .right {}

.n_news ul li .right .img {
    overflow: hidden;
    border: #d5d5d5 4px solid;
}

.n_news ul li .right .img img {
    transition: 0.9s ease;
    width: 315px;
    height: 195px;
    object-fit: cover;
}

.n_news ul li:hover:after {
    width: 100%
}

.n_news ul li:hover .right .img img {
    transform: scale(1.06)
}

.n_news ul li:hover .left .time .icon {
    background: #89211b;
    border: #89211b 1px solid
}

.n_news ul li:hover .left .time .icon span {
    color: #fff
}

.n_news ul li:hover .left .con h4 {
    color: #89211b
}

.more00.more {
    text-align: center
}

.more00.more a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
    border: #b9b9b9 1px solid;
}

.more00.more a span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #cecece;
    border-radius: 50%;
    margin: -5px 1px 0;
    vertical-align: middle;
    transition: 0.6s;
}

.more00.more a:hover {
    background: #89211b;
    border: #89211b 1px solid
}

.more00.more a:hover span {
    margin: -5px 2px 0;
    background: #fff
}

.n_news_detail {
    padding: 100px 0 65px;
}

.n_news_detail .ar_title {
    border-bottom: #d4d4d4 1px solid;
    padding-bottom: 48px;
    text-align: center;
    margin-bottom: 48px
}

.n_news_detail .ar_title h3 {
    font-size: 27px;
    color: #403f3f;
    line-height: 40px;
    margin-bottom: 20px
}

.n_news_detail .ar_title h6 {
    font-size: 13px;
    color: #818181;
}

.n_news_detail .ar_title h6 img {
    margin: -3px 10px 0 0
}

.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}