/*统一的样式*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

/*默认外边距 和 内边距*/
/*去圆点*/
img {
    border: none;
    max-width: 100%;
    vertical-align: bottom
}

table {
    border-collapse: collapse;
}

/*边框会合并为一个单一的边框*/
/**/
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/
/*轮廓取消*/
/* link */
a {
    text-decoration: none;
    color: inherit;
    transition: 0s;
}

/*清除超链接的下划线*/
a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

/*清除浮动*/
.layout {
    max-width: 1711px;
    margin-left: auto;
    margin-right: auto;
}

.center {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.liu {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.liu p{
    color: #fff;
    line-height: 2;
}
.clearfix:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

/*统一的样式*/
body {
    margin: 0px auto;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    min-width: 320px;
    background-color: #202020;
    color: #ffffff;
}

/*-------------------------------------首页样式开始------------------------------------------------------------*/
/*---移动端------*/

.nav-btn-open span {
    width: 0 !important;
}

.nav-btn-open span::before {
    top: 0 !important;
    transform: rotate(45deg);
}

.nav-btn-open span::after {
    top: 0 !important;
    transform: rotate(-45deg);
}

.search-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 14px 20px;
    margin: 0;
    background: #333;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search-btn i {
    margin-left: 10px;
}

.pub_search2 {
    width: 100%;
    margin: 0 auto;
    min-width: 175px;
    max-width: 248px;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.pub_search2 input {
    background: #fff;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 46px;
    padding: 0 50px 0 20px;
    border: 1px solid #DCDCDC;
    color: #8c8c8c;
    outline: none;
    transition: 0.4s;
}

.pub_search2 input:focus {
    box-shadow: 0 0 10px #999;
}

.pub_search2 button {
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 10px;
    background-color: transparent;
}

.nav-btn {
    background: #ffdc88;
    padding: 4px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
    transition: 0.6s;
    z-index: 100;
}

.nav-btn span {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #FFFFFF;
    transition: .2s ease;
}

.nav-btn span::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #FFFFFF;
    transition: transform .2s ease, top .2s ease;
}

.nav-btn span::after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #FFFFFF;
    transition: transform .2s ease, top .2s ease;
}

.mobile-nav-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 220px;
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transform: perspective(450px) rotateY(-90deg);
    transform-origin: 0;
    transition: .4s ease;
    display: none;
}

.mobile-menu-nav {
    overflow-y: scroll;
    height: 86%;
    pointer-events: auto;
}

.mobile-second-nav {
    display: none;
    margin-bottom: 0;
}

.mobile-menu-nav ul li dl dd {
    border-bottom: 1px solid #f2f2f2;
    height: 56px;
    line-height: 56px;
    padding: 0 20px 0 40px;
    margin: 0;
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
}

.mobile-menu-nav ul li .tit {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0 20px 0 40px;
    margin: 0;
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .5s;
}

.mobile-menu-nav ul li .tit a {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-menu-nav ul li .tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #505050;
    border-radius: 50%;
    transition: .3s;
}

.mobile-menu-nav ul li .tit:hover {
    color: #ffdc88;
}

.mobile-menu-nav ul li .tit:hover:before {
    background: #ffdc88;
    border: none;
}

.mobile-menu-nav ul li .tit i {
    float: right;
    margin-top: 18px;
    font-size: 18px;
}

.mobile-menu-nav ul li .tit.chose {
    color: #1b1b1b;
}

.mobile-menu-nav ul li .tit.chose:before {
    background: #333333;
}

.mobile-menu-nav ul li .tit.active {
    color: #1b1b1b;
}

.mobile-menu-nav ul li.li_act .tit {
    color: #ffdc88;
}

.mobile-menu-nav ul li.li_act .tit:before {
    background: #ffdc88;
    border: none;
}

.mobile-nav-box-show {
    transform: perspective(450px) rotateY(0deg);
}

.mobile-menu-nav ul li p {
    padding: 10px 20px;
    font-size: 14px;
}

.mobile-menu-nav ul li p b {
    font-size: 20px;
    font-weight: normal;
    color: #ffdc88;
}

/*---移动端-*/
.h-top {
    width: 100%;
    height: 65px;
    background: #0f0f0f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.h-top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}

.h-top>div section {
    display: flex;
}

.h-top>div section ul {
    display: flex;
}

.h-top>div section ul li {
    margin-right: 58px;
    transition: .5s;
}

.h-top>div section ul li:hover {
    color: #ffdc88;
}

.h-top>div section ul .li_act {
    color: #ffdc88;
}

.h-top>div section i {
    transition: .5s;
    cursor: pointer;
    font-size: 20px;
}

.h-top>div section i:hover {
    color: #ffdc88;
    transform: scale(1.1);
}

.h-top .top-bd {
    position: absolute;
    right: 0;
    top: 65px;
    width: 234px;
    height: 65px;
    background: #0f0f0f;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}

.h-top .top-bd input {
    width: 100%;
    height: 100%;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
}

.h-top .top-bd input::-webkit-input-placeholder {
    font-size: 16px;
    color: #b5b5b5;
}

.h-top .top-bd button {
    position: absolute;
    border: none;
    outline: none;
    background: transparent;
    color: #2c2c2c;
    font-size: 20px;
    top: 30%;
    right: 20px;
}

.in1 {
    width: 100%;
}

.in1 .swiper-box1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.in1 .swiper-box1 .navigation-box1 {
    position: absolute;
    bottom: 75px;
    z-index: 55;
    left: 10%;
}

.in1 .swiper-box1 .navigation-box1 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #7d797e;
    border: 1px solid #7b777c;
    cursor: pointer;
    font-size: 20px;
    transition: .5s;
    outline: none;
}

.in1 .swiper-box1 .navigation-box1 i:hover {
    color: #ffe38d;
}

.in1 .swiper-box1 .navigation-box1 i:first-of-type {
    margin-right: -5px;
}

.in1 .swiper-box1 ul li {
    height: 100%;
    width: 100%;
}

.in1 .swiper-box1 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

#fp-nav.right {
    left: 17px;
    right: auto;
    width: 40px
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #ffffff !important;
    border: none !important;
    position: relative;
}

#fp-nav ul li .active span {
    width: 22px !important;
    border-radius: 15px;
    height: 6px !important;
}

#fp-nav ul li:nth-of-type(1) .active span::after {
    position: absolute;
    content: '首页';
    top: -7px;
    left: 25px;
    width: 35px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

#fp-nav ul li:nth-of-type(2) .active span::after {
    position: absolute;
    content: '关于我们';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

/* #fp-nav ul li:nth-of-type(3) .active span::after {
    position: absolute;
    content: '董事长致词';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
} */

#fp-nav ul li:nth-of-type(3) .active span::after {
    position: absolute;
    content: '产品中心';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

#fp-nav ul li:nth-of-type(4) .active span::after {
    position: absolute;
    content: '产品服务';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

#fp-nav ul li:nth-of-type(5) .active span::after {
    position: absolute;
    content: '新闻资讯';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

#fp-nav ul li:nth-of-type(7) .active span::after {
    position: absolute;
    content: '分店风采';
    top: -7px;
    left: 25px;
    width: 75px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
}

.in2 {
    width: 100%;
    height: 100%;
    background: url("../image/in2-bg.jpg")no-repeat center center;
    background-size: cover;
    padding-top: 12%;
    padding-bottom: 50px;
}

.in2-word {
    width: 455px;
}

.in2-word h5 {
    font-size: 30px;
    color: #ffe286;
    font-weight: normal;
}

.in2-word p {
    color: #ffffff;
    font-size: 14px;
    padding: 40px 0;
    line-height: 1.5em;
}

.in2-word a {
    display: inline-block;
    font-size: 14px;
    color: #ffe286;
    text-transform: uppercase;
    transition: .5s;
}

.in2-word a:hover {
    background: #ffe286;
    color: #ffffff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: scale(1.1);
}

.in2>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.in2>div ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 142px;
    background: rgba(82, 83, 87, .7);
    position: absolute;
    bottom: 0;
    z-index: 55;
}

.in2>div ul li {
    width: 25%;
    border-right: 1px solid #a0a1a3;
    height: 100%;
    transition: .5s;
}

.in2>div ul li:last-of-type {
    border-right: none;
}

.in2>div ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.in2>div ul li a span {
    display: block;
    font-size: 16px;
    color: #fefefe;
    margin-top: 15px;
}

.in2>div ul li:hover {
    background: rgba(42, 43, 44, .3);
}

.in2>div ul li:hover img {
    transform: scale(1.1) rotateY(360deg);
    transition: .5s;
}

.in3 {
    width: 100%;
    height: 100%;
    background: url("../image/in3-bg.jpg")no-repeat center center;
    padding: 10% 0 50px 0;
}

.in3>div figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.in3>div figure>div {
    width: 50%;
}

.in3>div figure figcaption {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.in3>div figure figcaption article {
    width: 220px;
    height: 220px;
    background: #a8a8a8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}

.in3>div figure figcaption article h5 {
    text-align: center;
    font-weight: normal;
    width: 100%;
}

.in3>div figure figcaption article span {
    font-size: 30px;
    text-transform: uppercase;
}

.in3>div figure figcaption article span:nth-of-type(1) {
    color: #1f1f1f;
}

.in3>div figure figcaption article span:nth-of-type(2) {
    color: #f3d787;
}

.in3>div figure figcaption article p {
    font-size: 20px;
    color: #1f1f1f;
}

.in3>div figure figcaption>p {
    font-size: 14px;
    color: #f5f4f1;
    line-height: 2em;
    text-indent: 2em;
    text-align: justify;
}

.in4 {
    width: 100%;
    height: 100%;
    background: url("../image/in4-bg.jpg")no-repeat center center;
    padding: 7% 0 4% 0;
    background-size: cover;
}

.in4 section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.in4 section h5 {
    font-size: 30px;
    color: #fefefe;
    position: relative;
    margin-right: 30px;
}

.in4 section h5::after {
    position: absolute;
    content: '';
    background: url("../image/in4-img2.png")no-repeat;
    width: 37px;
    height: 36px;
    left: 80%;
    top: 0;
    z-index: 4;
}

.in4 section dl {
    font-size: 16px;
    color: #e1e1e1;
    display: flex;
}

.in4 section dl dd {
    margin-right: 90px;
}

.in4 section dl dd a {
    display: block;
    transition: .5s;
}

.in4 section dl dd a:hover {
    color: #f3d787;
}

.in4-pro {
    max-width: 1400px;
    margin: 0 auto;
}

.in4-pro .swiper-box2 {
    margin-top: 6%;
    width: 100%;
    height: auto;
    position: relative;
}

.in4-kk {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: -1;
    content: '';
    width: 68.5%;
    height: 320px;
    border: 2px solid #f3d787;
}

.in4-pro .swiper-box2 .navigation-box2 {
    position: absolute;
    width: 80%;
    display: flex;
    justify-content: space-between;
    top: 80%;
    left: 20px;
}

.in4-pro .swiper-box2 ul {
    width: 100%;
    position: relative;
    height: 100%;
}

/*.in4-pro .swiper-box2 ul::after{position: absolute;width: 75%;height: 320px;border: 2px solid #f3d787;bottom: 0;left:100px;z-index: -1;content: '';}*/
.in4-pro .swiper-box2 ul li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in4-pro .swiper-box2 ul li .in4-left {
    width: 75%;
    height: 522px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-left: 100px;
}

.in4-pro .swiper-box2 ul li .in4-left>img {
    width: 96%;
    height: 80%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 2%;
}

.in4-pro .swiper-box2 ul li .in4-left>p {
    position: absolute;
    width: 100%;
    height: 320px;
    border: 2px solid #f3d787;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.in4-pro .swiper-box2 ul li .in4-right {
    width: 25%;
    height: 100%;
    padding-left: 8%;
}

.in4-pro .swiper-box2 ul li .in4-right span {
    font-size: 20px;
    color: #e1e1e1;
    display: block;
    margin-bottom: 30px;
}

.in4-pro .swiper-box2 ul li .in4-right p {
    font-size: 14px;
    color: #e1e1e1;
    line-height: 2em;
}

.in4-pro .swiper-box2 ul li .in4-right b {
    font-size: 30px;
    color: #fcde8b;
    display: block;
}

.in4-pro .swiper-box2 ul li .in4-right .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #494747;
    border-radius: 20px;
    background: #f3d787;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
}

.in4-pro .swiper-box2 ul li .in4-right .more a {
    display: block;
    width: 100%;
    height: 100%;
}

.navigation-box2 .swiper-button-prev {
    background: url("../image/in4-img3.png")no-repeat;
    width: 23px;
    height: 27px;
    transition: .5s;
    outline: none;
    cursor: pointer;
}

.navigation-box2 .swiper-button-next {
    background: url("../image/in4-img5.png")no-repeat;
    width: 23px;
    height: 27px;
    transition: .5s;
    outline: none;
    cursor: pointer;
}

.navigation-box2 .swiper-button-prev:hover {
    background: url("../image/in4-img6.png")no-repeat;
}

.navigation-box2 .swiper-button-next:hover {
    background: url("../image/in4-img4.png")no-repeat;
}

.in4-pro .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.in4-pro .swiper-box2 ul li .in4-right .more::before {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 3px;
    background: inherit;
    z-index: -2;
    opacity: .7;
    transform: scale3d(0, 0, 0);
}

.in4-pro .swiper-box2 ul li .in4-right .more:hover::before {

    animation: anim-moema-2 .3s .3s forwards;
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.in5 {
    width: 100%;
    height: 100%;
    background: url("../image/in5-bg.jpg")no-repeat center center;
    padding: 10% 0 4% 0;
    background-size: cover;
}

.in5 figure {
    width: 100%;
    padding: 5%;
    height: auto;
    position: relative;
}

.in5 figure::after {
    position: absolute;
    content: '';
    background: url("../image/in5-img3.png")no-repeat;
    width: 47px;
    height: 37px;
    top: 0;
    left: 50%;
}

.in5 figure>ul {
    width: 100%;
    height: auto;
    position: relative;
}

.in5 figure>ul::before {
    position: absolute;
    content: '';
    background: url("../image/in5-img1.png")no-repeat;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}

.in5 figure>ul::after {
    position: absolute;
    content: '';
    background: url("../image/in5-img2.png")no-repeat;
    width: 16px;
    height: 16px;
    bottom: 0;
    right: 0;
}

.in5 figure>ul li {
    padding: 30px;
    font-size: 26px;
    color: #fcde8b;
    text-align: center;
    display: none;
    height: 130px;
}

.in5 .in5-words {
    width: 100%;
    height: 328px;
    background: rgba(31, 31, 31, .7);
}

.in5 .in5-words .in5-lb {
    max-width: 1435px;
    margin: 0 auto;
    height: 100%;
}

.in5 .in5-words .in5-lb .swiper-box3 {
    width: 100%;
    height: 100%;
}

.in5 .in5-words .in5-lb .swiper-box3 ul {
    width: 100%;
    height: 100%;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li span {
    font-size: 16px;
    color: #d3bf8b;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(22, 22, 22, .4);
    border-bottom: 0 solid #a49062;
    transition: .5s;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li:hover::before {
    height: 200px;
    border-bottom: 5px solid #a49062;
}

.in5 .in5-words .in5-lb .swiper-box3 ul li.active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: rgba(22, 22, 22, .4);
    border-bottom: 5px solid #a49062;
}

.in6 {
    width: 100%;
    height: 100%;
    background: url("../image/in6-bg1.jpg")no-repeat center center;
    padding: 5% 0;
    background-size: cover;
}

.in6>div>h5 {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.in6>div h5 b {
    color: #eace83;
}

.in6>div .in6-lb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    position: relative;
}

.in6>div .in6-lb .navigation-box4 {
    position: absolute;
    bottom: 0;
    right: 28%;
    z-index: 55;
}

.in6>div .in6-lb .navigation-box4 i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #7d797e;
    border: 1px solid #7b777c;
    cursor: pointer;
    font-size: 30px;
    transition: .5s;
    outline: none;
}

.in6>div .in6-lb .navigation-box4 i:hover {
    color: #ffe38d;
}

.in6>div .in6-lb .navigation-box4 i:first-of-type {
    margin-right: -5px;
}

.in6>div .in6-lb figure .swiper-container {
    width: 100%;
    height: 100%;
}

.in6>div .in6-lb figure ul li {
    width: 100%;
    height: 100%;
}

.in6>div .in6-lb figure ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.in6>div .in6-lb figure:nth-of-type(1) {
    width: 25%;
}

.in6>div .in6-lb figure:nth-of-type(1) .first-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40% 0;
    overflow: hidden;
}

.in6>div .in6-lb figure:nth-of-type(1) .first-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in6>div .in6-lb figure:nth-of-type(2) {
    width: 50%;
}

.in6>div .in6-lb figure:nth-of-type(2) ul li {
    overflow: hidden;
}

.in6>div .in6-lb figure:nth-of-type(2) ul li a {
    padding: 0 5% 95px 5%;
    position: relative;
}

.in6>div .in6-lb figure:nth-of-type(2) .first-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 44% 0;
    overflow: hidden;
}

.in6>div .in6-lb figure:nth-of-type(2) .first-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in6>div .in6-lb figure:nth-of-type(3) {
    width: 25%;
}

.in6>div .in6-lb figure:nth-of-type(3) .first-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40% 0;
    overflow: hidden;
}

.in6>div .in6-lb figure:nth-of-type(3) .first-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in6>div .in6-lb .in6-con1 ul li time {
    font-weight: bold;
    font-size: 14px;
    color: #eace83;
    display: block;
    margin: 35px 0 10px;
}

.in6>div .in6-lb .in6-con1 ul li p {
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in6>div .in6-lb figure:nth-of-type(2) .in6-word {
    width: 370px;
    height: 385px;
    background: #222222;
    padding: 30px 25px;
    position: absolute;
    z-index: 55;
    bottom: -95px;
    left: 0;
}

.in6>div .in6-lb figure:nth-of-type(2) .in6-word time {
    font-weight: bold;
    font-size: 14px;
    color: #eace83;
}

.in6>div .in6-lb figure:nth-of-type(2) .in6-word h5 {
    font-weight: normal;
    font-size: 16px;
    color: #eace83;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.in6>div .in6-lb figure:nth-of-type(2) .in6-word p {
    font-size: 14px;
    color: #ffffff;
    height: 65px;
    overflow: hidden;
    margin: 30px 0;
    line-height: 1.5em;
}

.in6>div .in6-lb figure:nth-of-type(2) .in6-word span {
    display: block;
    width: 130px;
    height: 35px;
    border: 1px solid #a49062;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}

.in7 {
    width: 100%;
    height: 100%;
    background: url("../image/in7-bg.jpg")no-repeat center center;
    padding: 10% 0;
    background-size: cover;
}

.in7>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.in7>div .in7-left {
    width: 40%;
    height: 100%;
}

.in7>div .in7-left .swiper-box7 {
    width: 100%;
    height: 100%;
}

.in7>div .in7-left .swiper-box7 ul li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 47% 0;
    overflow: hidden;
}

.in7>div .in7-left .swiper-box7 ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in7>div .in7-right {
    width: 60%;
    padding-left: 10px;
    height: 100%;
}

.in7>div .in7-right .swiper-box8 {
    width: 100%;
    height: 100%;
}

.in7>div .in7-right .swiper-box8 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.in7>div .in7-right .swiper-box8 ul li span {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding-bottom: 35px;
    position: relative;
}

.in7>div .in7-right .swiper-box8 ul li span::after {
    position: absolute;
    content: "";
    background: url("../image/in7-img1.png")no-repeat;
    width: 10px;
    height: 33px;
    bottom: 0;
    left: 43%;
}

.in7>div .in7-right .swiper-box8 ul li p {
    font-size: 14px;
    color: #fefefe;
    width: 100%;
    height: 62px;
    background: #838383;
    padding: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in7>div .in7-right .swiper-box8 ul .swiper-slide-active p {
    border: 1px solid #fcde8b;
    color: #fcde8b;
    background: #8e8e8e;
}

.in7 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 45px !important;
}

.in7 .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    background: #5b5d60;
    border-radius: 5px;
    opacity: 1;
}

.in7 .swiper-pagination-bullet-active {
    width: 45px;
    height: 2px;
    background: #fcde8b;
}

.foot {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 117px 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.foot>div {
    display: flex;
}

.foot>div p {
    margin-right: 18px;
}

footer {
    width: 100%;
    height: 50px;
}

/*--------------------------公司简介--------------------------------------------------------------------------------------*/
.all-banner {
    margin-top: 65px;
}

.all-load {
    width: 100%;
    padding: 10px 0;
}

.all-load dl {
    display: flex;
    font-size: 14px;
    color: #9b9b9b;
}

.all-load dl dd:last-of-type span {
    display: none;
}

.all-nav {
    width: 100%;
}

.all-nav>ul {
    width: 100%;
    background: #000000;
    padding: 10px 0;
    display: flex;
}

.all-nav>ul li {
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.all-nav>ul li a {
    display: block;
}

.all-nav>ul li.active {
    color: #fbdf91;
}

.about-box {
    margin: 2% 0 1% 0;
}

.about-box>div>figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-box>div>figure h5 {
    font-size: 20px;
    font-weight: normal;
    width: 15%;
    color: #eed284;
}

.about-box>div>figure figcaption {
    width: 75%;
}

.about-box>div>figure figcaption p {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 3%;
    line-height: 2em;
}

.culture-box>div figure {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.culture-box>div figure>div {
    width: 50%;
}

.culture-box>div figure figcaption {
    width: 50%;
    height: auto;
    position: relative;
    padding: 11% 0;
    overflow: hidden;
}

.culture-box>div figure figcaption img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.culture-box>div figure>div h5 {
    font-size: 20px;
    color: #f3d787;
    margin-bottom: 3%;
}

.culture-box>div figure>div span {
    font-size: 14px;
    color: #ffffff;
}

.culture-box>div figure>div ul li {
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    line-height: 1.5em;
}

.culture-box>div figure>div ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.cult-con {
    width: 100%;
    height: 100%;
    background: url("../image/culture-bg.jpg")no-repeat center center;
    padding-top: 2%;
    background-size: cover;
}

.cult-con>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cult-con>div .cu-left {
    width: 30%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 20% 0;
}

.cult-con>div .cu-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cult-con>div .cu-right {
    width: 60%;
}

.cult-con>div .cu-right h6 {
    font-size: 20px;
    font-weight: normal;
    color: #f3d787;
    text-align: center;
    width: 100%;
    padding: 0 5%;
    position: relative;
    margin-bottom: 6%;
}

.cult-con>div .cu-right h6::before {
    position: absolute;
    content: '';
    background: url("../image/culture-img1.png")no-repeat;
    width: 47px;
    height: 37px;
    left: 0;
    top: 0;
}

.cult-con>div .cu-right h6::after {
    position: absolute;
    content: '';
    background: url("../image/culture-img2.png")no-repeat;
    width: 47px;
    height: 37px;
    right: 0;
    bottom: 0;
}

.cult-con>div .cu-right p {
    font-size: 14px;
    color: #f5f4f1;
    line-height: 2em;
    text-indent: 2em;
    text-align: justify;
}

.history-box {
    margin: 3% 0;
}

.history-box>div h5 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 3%;
}

.history-box>div ul li {
    padding-left: 25px;
    position: relative;
    color: #ffffff;
    margin-bottom: 2%;
}

.history-box>div ul li span {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    transition: .5s;
}

.history-box>div ul li p {
    font-size: 14px;
}

.history-box>div ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.history-box>div ul li:hover span {
    color: #f3d787;
}

.history-box>div ul li:hover::before {
    background: #f3d787;
    border: 1px solid #f3d787;
}

.honor-box {
    margin-top: 2%;
}

.honor-box ul li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.honor-box ul li:nth-of-type(3n+3) {
    margin-right: 0;
}

.honor-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.honor-box ul li a>div {
    width: 100%;
    height: auto;
    position: relative;
    padding: 45% 0;
    overflow: hidden;
    background: #000000;
}

.honor-box ul li a>div img {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 94%;
    object-fit: contain;
}

.honor-box ul li a p {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    margin-top: 1px;
    background: #000000;
    font-size: 16px;
    color: #fbdf91;
}

.fenye {
    width: 100%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #4e4e4e;
}

.fenye ul {
    display: flex;
}

.fenye ul li {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid #b5b5b5;

}

.fenye ul li:hover {
    color: #fbdf91;
}

.fenye ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye select {
    width: 55px;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    height: 30px;
    outline: none;
}

.fenye span {
    color: #9b9b9b;
    font-size: 14px;
}

/*---------------------产品-------------------------------------------*/
.pro-box {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.pro-box .pro-con {
    width: 100%;
}

.pro-box .pro-con li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
}

.pro-box .pro-con li:nth-of-type(3n+3) {
    margin-right: 0;
}

.pro-box .pro-con li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    padding: 10px;
}

.pro-box .pro-con li a>div {
    width: 100%;
    height: auto;
    position: relative;
    padding: 35% 0;
    overflow: hidden;
}

.pro-box .pro-con li a>div p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c8c9c4;
}

.pro-box .pro-con li a>div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-box .pro-con li a span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5% 0;
    color: #ffffff;
    font-size: 16px;
    transition: .5s;
}

.pro-box .pro-con li a>div:after {
    content: "";
    position: absolute;
    left: -900px;
    top: 0;
    width: 800px;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-50deg);
    transition: 0s;
}

.pro-box .pro-con li:hover a>div:after {
    left: 900px;
    width: 800px;
    transition: .8s;
}

.pro-box .pro-con li:hover span {
    color: #fbdf91;
}

.pv-box {
    margin-top: 2%;
}

.pv-box .pv-lb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pv-box .pv-lb .pv-left {
    width: 75%;
}

.pv-box .pv-lb .pv-left .swiper-pv {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.pv-box .pv-lb .pv-left .swiper-pv ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 28% 0;
    overflow: hidden;
    background: #c8c9c4;
}

.pv-box .pv-lb .pv-left .swiper-pv ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pv .swiper-pagination-bullet {
    background: #bfbfbf;
}

.swiper-pv .swiper-pagination-bullet-active {
    background: #fbdf91;
}

.pv-box .liu .pv-right {
    width: 25%;
    padding-left: 4%;
}

.pv-right b {
    font-size: 30px;
    color: #fcde8b;
    text-transform: uppercase;
}

.pv-right span {
    font-size: 20px;
    color: #e1e1e1;
    display: block;
    margin-top: 2%;
}

.pv-right .pv-word p {
    font-size: 14px;
    color: #e1e1e1;
    line-height: 1.8em;
}

.pv-right .pv-word {
    margin: 25px 0;
}

.pv-right .pv-sx {
    width: 100%;
    height: 37px;
    font-size: 14px;
    border: 1px solid #fcde8b;
    display: flex;
}

.pv-right .pv-sx .pvs {
    width: 50%;
    color: #494747;
    text-align: center;
    line-height: 37px;
}

.pv-right .pv-sx .pvx {
    width: 50%;
    color: #fcde8b;
    text-align: center;
    line-height: 37px;
}

.pv-right .pv-sx .pvs a {
    background: #fcde8b;
}

.pv-right .pv-sx>p a {
    display: block;
    width: 100%;
    height: 100%;
}

.pv-right .pv-sx .fx {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.pv-right .pv-sx .fx::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 27px;
    background: #fcde8b;
    top: 5px;
    left: 0;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    background-image: url(../image/pv-fs.png) !important;
    width: 22px;
    height: 27px;
}

.p-view-con {
    width: 100%;
    height: auto;
    background: #121212;
    border-bottom: 1px solid #202020;
    padding: 2% 0;
}

.p-view-con>div h5 {
    font-size: 16px;
    color: #fcde8b;
    margin-bottom: 4%;
}

.p-view-con>div p {
    font-size: 14px;
    color: #ffffff;
}

/*---------------------------------新闻-------------------------------------------------------------------------*/
.news-box {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.news-box .news-con {
    width: 100%;
    height: auto;
}

.news-box .news-con li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 5%;
    position: relative;
}

.news-box .news-con li:nth-of-type(3n+3) {
    margin-right: 0;
}

.news-box .news-con li a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #f8f8f8;
    transition: .5s;
}

.news-box .news-con li a b {
    font-size: 16px;
    color: #eace83;
    display: block;
    margin: 4% 0;
}

.news-box .news-con li a h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3%;
}

.news-box .news-con li a p {
    font-size: 14px;
    color: #dedede;
    line-height: 1.8em;
    margin: 8% 0;
    height: 50px;
    overflow: hidden;
    padding-right: 3%;
}

.news-box .news-con li a .news-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 38% 0;
    overflow: hidden;
}

.news-box .news-con li a .news-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.news-box .news-con li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    z-index: -1;
    transition: .5s;
}

.news-box .news-con li:hover::after {
    height: 100%;
    background: #0e0e0e;
    width: 100%;
}

.news-box .news-con li:hover a>div img {
    transform: scale(1.1);
}

.news-box .news-con li:hover a {
    border-top: 1px solid #0e0e0e;
}

.n-view-box {
    width: 100%;
    height: 100%;
    margin: 3% 0;
}

.n-view-box>div h5 {
    font-size: 16px;
    color: #f3d687;
    width: 100%;
    text-align: center;
}

.n-view-box>div span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    margin: 2% 0;
    text-align: center;
}

.n-view-box>div .nv-con {
    padding: 2% 0;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
    width: 100%;
    font-size: 14px;
    color: #fdfdfd;
}

.n-view-box>div>a {
    position: relative;
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #fdfdfd;
}

.n-view-box>div>a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("../image/back.png")no-repeat;
    width: 18px;
    height: 18px;
}

/*---------------------------分店风采------------------------------------------------*/
.door-box {
    margin: 3% 0;
}

.door-box .door-con {
    width: 100%;
    height: auto;
}

.door-box .door-con li {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
}

.door-box .door-con li:nth-of-type(4n+4) {
    margin-right: 0;
}

.door-box .door-con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.door-box .door-con li a>div {
    width: 100%;
    height: auto;
    position: relative;
    padding: 43% 0;
    overflow: hidden;
}

.door-box .door-con li a>div img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.door-box .door-con li a span {
    display: block;
    font-size: 16px;
    color: #fcde8b;
    text-align: center;
    margin: 10px 0;
}

.door-box .door-con li a p {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
    text-align: center;
}

.door-box .door-con li a p::before {
    position: absolute;
    content: "";
    background: url("../image/door-img2.png")no-repeat;
    width: 7px;
    height: 15px;
    top: 0;
    left: 0;
}

.door-box .door-con li:after {
    content: "";
    position: absolute;
    left: -900px;
    top: 0;
    width: 400px;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    transition: 0s;
}

.door-box .door-con li:hover:after {
    left: 900px;
    width: 400px;
    transition: .8s;
}

.door-box .door-con li:hover a>div img {
    transform: scale(1.1);
}

/*----------------------------联系我们-------------------------------------------------*/
.contacts-box {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.con-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 145px;
    border: 1px solid #dfdfdf;
}

.con-box li {
    width: 33.3%;
    height: 100%;
    border-right: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.con-box li:last-of-type {
    border-right: none;
}

.con-box li p {
    font-size: 16px;
    color: #ffffff;
    margin: 15px 0;
}

.con-box li span {
    display: block;
}

.con-box li h6 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.con-box li h6 a {
    display: inline-block;
    margin-right: 10px;
}

.line-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.line-input>input {
    width: 32%;
    height: 50px;
    margin-top: 27px;
    background-color: #7d7d7d;
    border: none;
    outline: none;
    padding-left: 20px;
    color: #fcfcfc;
}

.line-bd textarea {
    width: 100%;
    height: 138px;
    margin-top: 10px;
    resize: none;
    background-color: #7d7d7d;
    border: none;
    outline: none;
    padding: 30px 0 0 20px;
    color: #fcfcfc;
}

.line-input>input::-webkit-input-placeholder {
    color: #fcfcfc;
    font-size: 14px;
}

.line-bd textarea::-webkit-input-placeholder {
    color: #fcfcfc;
    font-size: 14px;
}

.form_btn input {
    width: 230px;
    height: 50px;
    color: #ffffff;
    background-color: #7d7d7d;
    border: none;
    outline: none;
    cursor: pointer;
}

.line-bd figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.form_btn .form_submit {
    width: 230px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #fcde8b;
    color: #494747;
    cursor: pointer;
}

.ver_code {
    border-bottom: 0 !important;
}

.ver_code>p {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
}

.ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 390px;
    height: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: #7d7d7d;
    border: 0;
    border-radius: 15px;
    outline: none;

}

.ver_code .code-box p {
    margin-top: 0 !important;
    color: #f0f0f0 !important;
    display: block;
    position: absolute;
    left: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}

.ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 15px;
}

.ver_code .code-box span {
    width: 60px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.ct-map {
    margin: 25px 0 10px 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 25% 0;
}

.ct-map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*----------------------------------产品服务---------------------------------------------------------------------------------*/
.news-box {
    width: 100%;
    height: auto;
    margin: 2% 0;
}

.news-box>div>h5 {
    font-size: 20px;
    color: #fcde8b;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

.news-box>div>ul {
    width: 100%;
    background: url("../image/service-bg.jpg")no-repeat center center;
    height: 417px;
    border: 1px solid #b5b5b5;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}

.news-box>div>ul::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #b5b5b5;
}

.news-box>div>ul li {
    width: 20%;
    border-right: 1px solid #b5b5b5;
    height: 50%;
    padding: 20px 10px;
}

.news-box>div>ul li:nth-of-type(5n+5) {
    border-right: none;
}

.news-box>div>ul li span {
    font-size: 16px;
    color: #d3bf8b;
}

.news-box>div>ul li h6 {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin: 4% 0 6% 0;
    transition: .5s;
}

.news-box>div>ul li p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
    opacity: 0;
    transition: .5s;
}

.news-box>div>ul li:first-of-type p {
    opacity: 1;
}

.news-box>div>ul li:first-of-type h6 {
    text-align: center;
}

.news-box>div>ul li:hover p {
    opacity: 1;
}

.news-box>div>ul li:hover h6 {
    text-align: center;
}


.back {
    position: relative;
    z-index: 1;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    color: #d3bf8b;
    letter-spacing: 2px;
    border: 1px solid #d3bf8b;
    background: transparent;
    margin-left: 1.75%;
}

.pro-box>div>h1 {
    font-size: 20px;
    color: #d3bf8b;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 30px 0;
}