/*清除默认样式*/
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

ol,
ul,
li {
    list-style-type: none;
}

p,
big,
small,
span,
font,
em {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
}

body {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-family: "Microsoft Yahei", Arial, sans-serif !important;
    text-align: justify;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #3a3a3a;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    -webkit-touch-callout: none;
}

/*html5 初始化新标签的CSS*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    background: #64402a;
}

/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* CSS活动的公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.mainWidth {
    width: 1000px;
    margin: 0 auto;
}

.ce {
    text-align: center;
}

.hide {
    overflow: hidden;
}

.erp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center {
    text-align: center;
}

.normal {
    font-weight: normal;
}

.box {
    box-sizing: border-box;
}

.en {

}

.pic-scale {
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radius {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}




/*公共按钮*/
.button {
    display: block;
    width: 150px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    padding-left: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #b6b6b6;
    border-radius: 25px;
    position: relative;
    transition: all 1s;
}

.button:before {
    content: "";
    position: absolute;
    z-index: 36;
    right: 42px;
    top: -4px;
    font-size: 14px;
    transition: all 1s;
    animation: cir-size 2s linear infinite;

}

.button:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 34px;
    top: -11px;
    font-size: 12px;
    transition: all 1s;
    animation: cir-size 2s linear infinite;
}

.button:hover {
    color: #fff;
    background: #64402a;
    border: 1px solid #64402a;
    padding-left: 40px;
}

.button:hover:before,
.button:hover:after {
    animation: cir-size 2s linear infinite;
}

@keyframes cir-size {
    0% {
        opacity: 1;
        -webkit-transform: translate(2px, 5px);
    }

    100% {
        opacity: 0;
        font-size: 0px;
        -webkit-transform: translate(8px, -8px);
    }

}

body {
    max-width: 1920px;
    margin: 0 auto;
    background: #fef6f2;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/*头部*/
.header {
    padding: 20px 0 5px 0px;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, .5) 100%);
}

.header:hover,.headerifx {
    background: #64402a;
}

.header .logo {
    width: 16%;
    height: 65px;
}

.header .logo .pic
{
   width:100%;
   height:100%;
   display:flex;
   flex-wrap:wrap;
   opacity:1;
} 
.header .logo .pic .image
{
    display:block;
    max-width:100%;
    max-height:80%;
}
.header .logo a {
    display: block;
    width: 100%;
    height: inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    width: 68%;
    margin-left: 5%;
}

.header .nav>ul {
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}

.header .nav>ul>li {
    width: 11%;
    text-align: center;
}

.header .nav>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 1px;
    height: 10px;
    background: #fff;
}

.header .nav>ul>:last-child::after {
    display: none;
}

.header .nav>ul>li>a {
    font-size: 15px;
    color: #fff;
}

.header .nav>ul>li>a>span {
    display: block;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

.header .nav>ul>li:hover a {
    color: #c1996a;
}

.header .nav>ul>li:hover>a>span {
    color: #c1996a;
}

/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
    display: none;
    position: absolute;
    width: 100%;
    padding: 3% 0;
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.header .nav ul li .sub-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header .nav ul li .sub-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #64402a;
    background: url(../image/sub-menu-bg.png) no-repeat top center;
    z-index: -1;
}

.header .nav ul li:hover .sub-box {
    display: block;
}

.header .nav ul li .sub-box {}

.header .nav ul li .sub-box ul {
    display: flex;
    width: 100%;
}

.header .nav ul li .sub-box ul li {
    flex: 1;
    position: relative;
    transition: all 1s;
}

.header .nav ul li .sub-box ul li:hover {
    transform: translate(0px, 15px);
}

.header .nav ul li .sub-box ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.1;
}

.header .nav ul li .sub-box ul li:last-child::after {
    display: none;
}

.header .nav ul li .sub-box ul li h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 5%;
    opacity: 0.5;
}

.header .nav ul li .sub-box ul li h4 {
    font-size: 16px;
    color: #fff;
    margin: 30px 0 100px 0;
}

.header .nav ul li .sub-box ul li h4 a {
    color: #fff;
}

.header .nav ul li .sub-box ul li .item {}

.header .nav ul li .sub-box ul li .item a {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    position: relative;
}

.header .nav ul li .sub-box ul li .item a::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #553d58;
    z-index: 1;
}

.header .nav ul li .sub-box ul li .item a:last-child::after {
    display: none;
}

.header .menu {
    display: none;
    width: 39px;
    height: 39px;
    margin-left: 20px;
    margin-top: 8px;
    background: url(../image/menu.svg) no-repeat center;
    background-size: cover;
}

.header .submenu {
    max-width: 18%;
}

.header .submenu .btn {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.header .submenu .search {

}

.header .submenu .tag {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
}



/*头部logo*/
.headerfix {
    background: #64402a;
    background: url(../image/sub-menu-bg.png) no-repeat top center;
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
}


/*自适应样式*/
@media screen and (max-width:1024px) {

    /*头部*/
    .header {
        padding: 0px 0;
        background-image: none;
        background: #64402a;
    }

    /*头部logo*/
    .header .logo {
        width: 50%;
        background-size: 80%;
    }
    .header .logo .pic
    {
        align-items:center;
    }
    .header .logo .pic .image
    {
        max-height:60%;
    }
    /*头部菜单*/
    .header .nav {
        display: none;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 20px;
        line-height: 30px;
        background: #64402a;
    }

    .header .nav>ul {
        width: 100%;
    }

    .header .nav>ul>li {
        width: 100%;
        margin: 1% 0;
        padding: 5px 20px;
        text-align: left;
        *background: url(../image/more-icon.svg) no-repeat right center/13px;
    }

    .header .nav>ul>li::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 1px;
        height: 10px;
        background: #fff;
    }

    .header .nav>ul>:last-child::after {
        display: none;
    }

    .header .nav>ul>li>a {
        display: inline-block;
        font-size: 18px;
        padding: 0 10px;
        margin: 0 0 0 0;
        color: #fff;
        position: relative;
    }

    .header .nav>ul>li>a>span {
        display: none;
        font-size: 12px;
        color: #f6f6f6;
        margin-top: 0px;
    }

    .header .nav>ul>li:hover a {
        color: #fff;
    }

    .header .nav>ul>li:hover>a>span {
        color: #fff;
    }

    /*头部菜单-下拉菜单*/
    .header .nav ul li .sub-box {
        display: none;
        position: absolute;
        width: 100%;
        padding: 4% 0;
        background: rgba(12, 55, 113, 0.99);
        border-bottom: solid 1px #fff;
        z-index: 999;
        left: 0;
        overflow: hidden;
        transition: all 0.3s;
    }

    .header .nav ul li:hover .sub-box {
        display: none;
    }

    .header .nav ul li .sub-box .item-fl {
        width: 100%;
        text-align: left;
    }

    .header .nav ul li .sub-box .item-fl h3 {
        display: inline-block;
        font-size: 24px;
        padding: 0 10px;
        margin: 0 0 10% 0;
        color: #fff;
        font-family: 'RuiZiChaoPaiHaoHengHeiJian';
        position: relative;
    }

    .header .nav ul li .sub-box .item-fl h3:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0%;
        width: 100%;
        height: 10px;
        background: #ffc006;
        z-index: -1;
        transition: all 0.5s;
    }

    .header .nav ul li .sub-box .item-fl p {
        font-size: 14px;
        color: #fff;
        line-height: 1.6;
        text-align: left;
    }

    .header .nav ul li .sub-box .item-fr {
        width: 100%;
        border-left: none;
    }

    .header .nav ul li .sub-box .item-fr a {
        display: block;
        float: left;
        width: 33.3%;
        padding: 0 4.016%;
        margin-bottom: 8%;
    }

    .header .nav ul li .sub-box .item-fr a h4 {
        font-size: 20px;
        color: #aac2e2;
       
        text-transform: uppercase;
        transition: all 0.5s;
    }

    .header .nav ul li .sub-box .item-fr a h3 {
        font-size: 14px;
        color: #fff;
    }

    .header .menu {
        display: block;
        width: 39px;
        height: 39px;
        margin-left: 20px;
        margin-top: 8px;
        background: url(../image/menu.png) no-repeat center/30px;
    }

    .headerfixmenu .menu {

    }

    .header .submenu {
        display: none;
        width: 18%;
    }

    .header .submenu .search {
        padding: 0% 0% 0 0%;
        margin-right: 10%;
        margin-top: 4%;
        max-width: 170px;
    }

    .header .submenu .search form {
        height: 36px;
        line-height: 36px;
        border: 1px solid #fff;
        padding: 0 12px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

    .header .submenu .search .test {
        float: left;
        width: 84%;
        font-size: 12px;
        color: #fff;
        background: none;

    }

    .header .submenu .search .button {
        width: 16%;
    }

    .header .submenu .buss {
        width: 30px;
        height: 30px;
        margin-top: 4%;
        -webkit-border-radius: 50%;
    }

    .header .submenu .buss a {
        display: block;
        width: 100%;
        height: 100%;
    }
}


.footer {
    padding: 5% 0 4% 0;
    background: #fbe9df;
}

.footer .footer-box {}

.footer .footer-box .foot-menu {
    float: left;
    width: 66%;
}

.footer .footer-box .foot-menu .item {
    float: left;
    width: 14.28%;
}

.footer .footer-box .foot-menu .item a.tit {
    font-size: 17px;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding: 0px 0;
}

.footer .footer-box .foot-menu .item a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 6px 0;
    transition: all 1s;
}

.footer .footer-box .foot-menu .item a:hover {
    color: #64402a;
    transform: translate(5px, 0px);
}

.footer-contact {
    float: right;
    width: 30%;
}

.footer-contact .tel {}

.footer-contact .tel p {
    font-size: 12px;
    color: #666;
    margin-bottom: 5%;
}

.footer-contact .tel a {
    font-size: 46px;
    color: #64402a;
    letter-spacing: 0;
   
}

.footer-contact .address {
    margin: 5% 0 3% 0;
}

.footer-contact .address p {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

.footer-contact .code {}

.footer-contact .code p {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.footer-contact .code-icon span {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #64402a;
    margin-right: 10px;
    padding: 2px;
    -webkit-border-radius: 25px;
    position: relative;
    text-align: center;
}

.footer-contact .code-icon span>img {
    width: 20px;
    padding: 2px 0 0 0;
}

.footer-contact .code-icon span .fix {
    display: none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}

.footer-contact .code-icon span .fix img {
    background: #fef6f2;
    border-radius: 5px;
}

.footer-contact .code-icon span .fix:after {
    content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.footer-contact .code-icon span:hover .fix {
    display: block;
}

.copy {
    padding: 10px 0;
    background: #64402a;
}

.copy p {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
}

.copy a {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .footer {
        padding: 10% 0 6% 0;
    }

    .footer .footer-box {}

    .footer .footer-box .foot-menu {
        width: 100%;
        padding: 0 10%;
    }

    .footer .footer-box .foot-menu .item {
        width: 100%;
    }

    .footer .footer-box .foot-menu .item a.tit {
        display: block;
        margin-bottom: 20px;
        padding: 0 0 5% 0;
        border-bottom: 1px dotted #d8d8d8;
        background: url(../image/more-icon.svg) no-repeat right center/13px;
    }

    .footer .footer-box .foot-menu .item a {
        display: none;

    }

    .footer-contact {
        margin: 5% 0 0 0;
        width: 100%;
    }

    .footer-contact .tel {}

    .footer-contact .tel p {
        font-size: 12px;
        color: #666;
        margin-bottom: 5%;
    }

    .footer-contact .tel a {
        font-size: 32px;
    }

    .footer-contact .address {
        margin: 5% 0 3% 0;
    }

    .footer-contact .address p {}

    .footer-contact .code {}

    .footer-contact .code p {}

    .footer-contact .code-icon span {}

    .footer-contact .code-icon span>img {}

    .footer-contact .code-icon span .fix {
        left:0px;
    }

    .footer-contact .code-icon span .fix img {}

    .footer-contact .code-icon span .fix:after {
          display:none;
    }

    .footer-contact .code-icon span:hover .fix {}

    .copy {}

    .copy p {}

    .copy a {}
}



/*浮窗视频播放*/
.modal .modal-header {
    border-bottom: none;
}

.modal {
    text-align: center;
    width: 100%;
    height: 100%;
}

.modal .modal-content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -275px;
    max-width: 1000px;
    height: auto;
}

.modal .modal-content video {
    width: 100%;
    height: 100%;
    height: auto;
}



/*右边浮窗按钮*/
.right-fixed {
    position: fixed;
    bottom: 30%;
    right: 0;
    width: 70px;
    z-index: 999;
}

.right-fixed .icon {
    background: #64402a;
    padding: 2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.right-fixed .icon i {
    display: inline-block;
    width: 70px;
    height: 42px;
    line-height: 42px;
}

.right-fixed .icon i img {
    width: 35px;
}

.right-fixed .icon span {
    font-size: 12px;
    color: #fff;
}

.right-fixed .icon:hover {
    background: #64402a;
}

.right-fixed .icon .weixin {
    display: none;
    position: absolute;
    top: -32px;
    right: 80px;
    width: 130px;
    min-height: 130px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.right-fixed .icon:hover .weixin {
    display: block;
}

.right-fixed .icon .weixin img {
    max-width: 100px;
}

.right-fixed .icon .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #64402a;
    padding: 22px 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
}

.right-fixed .icon:hover .call {
    right: 71px;
}

.right-fixed .icon .call .no {
    font-size: 24px;
    color: #fff;
}

/*自适应样式*/
@media screen and (max-width:1024px) {
    .right-fixed {
        display: flex;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }

    .right-fixed .icon {
        flex: 1;
    }

    .right-fixed .icon i {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .right-fixed .icon i img {
        width: 25px;
    }

    .right-fixed .icon span {
        font-size: 12px;
        color: #fff;
    }

    .right-fixed .icon:hover {
        background: #64402a;
    }

    .right-fixed .icon .weixin {
        display: none;
        position: absolute;
        top: -32px;
        right: 80px;
        width: 100px;
        height: 100px;
    }

    .right-fixed .icon:hover .weixin {
        display: block;
    }

    .right-fixed .icon .weixin img {
        width: 100%;
    }

    .right-fixed .icon .call {
        display: none;
    }

    .right-fixed .icon:hover .call {
        right: 71px;
    }

    .right-fixed .icon .call .no {
        font-size: 24px;
        color: #fff;
    }
}


/*搜索功能*/
.search-product {
    display: none;
}

.searchfix {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.searchfix .box {
    background-size: 20%;
    max-width: 1200px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}

.searchfix .box form {
    display: block;
    width: 424px;
    margin: 0 auto;
}

.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border: 1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}

.searchfix .box .btn {
    width: 60px;
    height: 42px;
    line-height: 38px;
}

.searchfix .box .btn:hover {

}




/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999999999;
}

.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin: 10% auto;
    padding: 50px;
    background: #fef6f2;
    border-radius: 20px;
    position: relative;
}

.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.fixed-msg .msg-box h4 strong {
    font-size: 37px;
    color: #64402a;
}

.fixed-msg .msg-box h5 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}

.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: all 0.5s;
}

.fixed-msg .msg-box .closefix:hover {
    transform: rotate(90deg);
}

.fixed-msg .msg-box .form {}

.fixed-msg .msg-box .form input,
.fixed-msg .msg-box .form select {
    float: left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 5%;
    margin: 1%;
    line-height: 46px;
    width: 48%;
    height: 46px;
}

.fixed-msg .msg-box .fixSubmit {
    background: #64402a url(../image/more-icon.png) no-repeat 85% center/10px;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 40px;
    margin: 20px auto;
    clear: both;
    transition: all 0.5s;
    cursor: pointer;
}

.fixed-msg .msg-box .fixSubmit:hover {
    background: #e1aa06 url(../image/more-icon.png) no-repeat 90% center/10px;
}

/*以下代码是自适应样式*/
@media screen and (max-width:1024px) {
    .fixed-msg .msg-box h4 {
        font-size: 20px;
    }

    .fixed-msg .msg-box h4 strong {
        font-size: 20px;
    }

    .fixed-msg .msg-box h5 {
        font-size: 14px;
    }

    .fixed-msg .msg-box {
        height: 100%;
        width: 100%;
        margin: 0% auto;
    }

    .fixed-msg .msg-box .form input,
    .fixed-msg .msg-box .form select {
        margin: 1%;
        line-height: 46px;
        width: 100%;
        height: 46px;
    }
}


/*二级栏目无banner图*/
.none-banner {
    height: 140px;
}

/*自适应样式*/
@media screen and (max-width:1024px) {
    .none-banner {
        height: 0px;
    }
}



/*当前位置*/
.position {
    color: #666;
    font-size: 14px;
    height: 50px;
}

.position .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}

.position .position-link a:hover,
.position .position-link a:last-child {
    color: #64402a;
}

.position .position-nav {
    min-width: 200px;
}

.position ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}

.position ul .cur a {
    color: #64402a;
    border-bottom: 3px solid #64402a;
}

.position ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}

.position-title {
    width: 100%;
    padding: 4% 0;
}

.position-title p {
    text-align: center;
}

.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}

.position-title .cn {
    font-size: 20px;
}



/*分页页码*/
.page {
    padding: 30px 0px;
    text-align: center;
    overflow: hidden
}

.page ul li {
    display: inline-block;
    height: 30px
}

.page ul li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #e3e3e3;
    background: #fff
}

.page a:hover {
    text-decoration: none
}

.thisclass {
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    margin-left: 2px;
    background: #64402a;
    color: #fff
}




/*网站sitemap地图*/
.sitemap {}

.sitemap .linkbox {
    margin: 10px 0;
}

.sitemap .linkbox h3 {
    max-width: 100px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.sitemap .linkbox h3 a {
    color: #000;
    font-size: 16px;
}

.sitemap .linkbox ul {}

.sitemap .linkbox ul li {
    display: inline-block;
    padding: 10px 15px;
}

.sitemap .linkbox ul li a {}

.sitemap .linkbox ul li:hover a {
    color: #64402a;
}

.sitemap .artkbox {
    margin: 10px 0;
}

.sitemap .artbox h3 {
    max-width: 100px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

.sitemap .artbox h3 a {
    color: #000;
    font-size: 16px;
}

.sitemap .artbox ul {
    padding: 20px 0;
}

.sitemap .artbox ul li {
    display: inline-block;
    width: 30%;
    padding: 5px;
}

.sitemap .artbox ul li a {}

.sitemap .artbox ul li:hover a {
    color: #64402a;
}




/*子栏目菜单*/
.twomenu {
    padding: 2% 0 2% 0;
}

.twomenu .title {
    overflow: hidden;
}

.twomenu .title font {
    font-size: 30px;
    margin-right: 5%;
    line-height: 34px;
    text-transform: uppercase;
   
}

.twomenu .title em {
    border: solid 1px #cfcfcf;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 40px;
}

.twomenu .title em a {
    font-size: 14px;
    color: #464646;
}

.twomenu .title .cur,
.title em:hover {
    background: #64402a;
    border: solid 1px #64402a;
}

.twomenu .title .cur a,
.title em:hover a {
    color: #fff;
}

/*自适应样式*/
@media screen and (max-width:1024px) {
    .twomenu {
        padding: 2% 0 2% 0;
    }

    .twomenu .title {
        overflow: hidden;
    }

    .twomenu .title font {
        display: none;
        font-size: 16px;
    }

    .twomenu .title em {
        border: solid 1px #cfcfcf;
        margin-top: 5px;
        margin-left: 5px;
        text-align: center;
        width: 100%;
        font-style: normal;
        max-width: 110px;
        line-height: 32px;
    }

    .twomenu .title em a {
        font-size: 12px;
        color: #464646;
    }
}

/*自适应样式 end*/



/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}



/*图片自动动态效果  公共样式*/
@keyframes efeect-photo {
    0% {
        opacity: 0.9;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.9;
        transform: scale(1);
    }

}

.twobanner>img {
    animation: efeect-photo 10s linear infinite;
}

/**显示隐藏**/
.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}
/**显示隐藏 end**/
/**网站banner**/
.banner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .bannerarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.banner:hover .bannerarr
{
	opacity:1;
}
.banner .leftbtn-prev
{
	background:url('../image/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:30px;
}
.banner .rightbtn-next
{
	background:url('../image/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:30px;
}
.banner a.bannerlink
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.banner a img
{
	width:100%;
	height:auto;
}
.banner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#fff;
}
.mheadsupport
{
    width:100%;
    height:65px;
}
/**网站banner end**/
/**首页视频**/
.homevideo
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.homevideo .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.homevideo .pic .image
{
    width:100%;
    height:auto;
    display:block;
}
.homevideo .up
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    width:100%;
    height:100%;
    overflow:hidden;
}
.homevideo .up .btn
{
     width:120px;
     height:auto;
     position:absolute;
     top:50%;
     left:50%;
     z-index:20;
     transform:translate(-50%,-50%);
     overflow:hidden;
     opacity:0.7;
     transition:1s;
}
.homevideo .up .btn .image
{
    width:100%;
    height:auto;
    display:block;
    filter:drop-shadow(-1000px -1000px #fff);
    transform: translate(1000px,1000px);
}
.homevideo .up:hover .btn
{
    opacity:1;
}
/**首页视频 end**/
/**全屏视频**/
.fullscreenvideobg
{
	width:100%;
	height:100vh;
	z-index:8000;
	background:rgba(0,0,0,0.5);
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.fullscreenvideobg .closebtn
{
	width:80px;
	height:80px;
	font-size:75px;
	color:#fff;
	line-height:75px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
}
.fullscreenvideo
{
    position:absolute;
    top:0px;
    left:0px;
	width:100%;
	height:100%;
    z-index:10;
}
.fullscreenvideobg .videoblock
{
	width:80%;
    height:80%;
	overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    z-index:30;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fullscreenvideobg .videoblock .video_1
{
    display:block;
    max-height:100%;
    max-width:100%;
}
/**全屏视频 end**/
/**内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**内页banner end**/
/**内页标题**/
.inside-title
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-bottom:40px;
}
.inside-title .tit
{
    font-size: 32px;
    color: #3a3a3a;
    font-weight: lighter;
    text-align:center;
    line-height:36px;
}
.inside-title .line
{
    display: block;
    width: 70px;
    height: 3px;
    background: #c1996a;
    margin: 10px auto 15px auto;
}
.inside-title .des
{
   font-size: 16px;
   color: #666;
   line-height: 20px;
   text-align:center;
}
.inside-title .des p
{
    font-size:16px;
    line-height:20px;
}
/**内页标题 end**/
/**关于我们**/
.aboutblock
{
    width:100%;
    height:auto;
    padding-top:80px;
    padding-bottom:80px;
}
.about1content
{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.about1content .about1content_l
{
    width:50%;
    height:auto;
    overflow:hidden;
    background:#fbe9df;
    box-sizing:border-box;
    padding:3% 3%;
}
.about1content .about1content_l .tit
{
    font-size: 32px;
    color: #3a3a3a;
    font-weight: lighter;
    transition: all 0.6s ease;
}
.about1content .about1content_l .line
{
    display: block;
    width: 50px;
    height: 3px;
    background: #c1996a;
    margin: 4% 0 5% 0;
    transition: all 0.6s ease;
}
.about1content .about1content_l .cont
{
    font-size:14px;
    line-height:2;
}
.about1content .about1content_l .cont p
{
    font-size:14px;
    line-height:2;
}
.about1content .pic
{
    width:50%;
    height:auto;
}
.about1content .pic .image
{
    width:100%;
    height:100%;
    overflow:hidden;
    object-fit:cover;
}
/**关于我们 end**/
/**锚点**/
.maodian
{
    width:100%;
    height:90px;
    margin-top:-90px;
}
/**锚点 end**/
/**企业优势**/
.aboutblock2
{
    padding-top:0px;
}
.youshilist
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.youshilist .grid
{
    width:48%;
    margin-right:4%;
    margin-bottom:30px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.youshilist .grid:nth-child(2n)
{
    margin-right:0px;
}
.youshilist .grid .pic
{
    width:118px;
    height:auto;
}
.youshilist .grid .pic .image
{
    width:100%;
    height:auto;
    display:block;
}
.youshilist .grid .wenzi
{
    width:calc(100% - 138px);
    height:auto;
    overflow:hidden;
}
.youshilist .grid .wenzi .tit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:18px;
    line-height:30px;
    margin-bottom:10px;
}
.youshilist .grid .wenzi .cont
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
}
.youshilist .grid .wenzi .cont p
{
    font-size:14px;
    line-height:25px;
}
/**企业优势 end**/
/**荣誉资质**/
.aboutblock3
{
    padding-top:0px;
}
.outhonorswiper
{
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}
.outhonorswiper .honorarr
{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0px,-50%);
	z-index:100;
	cursor: pointer;
	opacity:0;
	border-radius:50%;
	transition:1s;
}
.outhonorswiper:hover .honorarr
{
	opacity:1;
}
.outhonorswiper .leftbtn-prev
{
	background:url('../image/index/bannerleftarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	left:30px;
}
.outhonorswiper .rightbtn-next
{
	background:url('../image/index/bannerrightarr.png') no-repeat center center;
	background-size:50%;
	background-color:rgba(0,0,0,0.3);
	right:30px;
}
.honorswiper
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.honorswiper .link
{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    box-sizing: border-box;
}
.honorswiper .link .outpic
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom:120%;
    position:relative;
}
.honorswiper .link .outpic .pic
{
    background:#fff;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.honorswiper .link .outpic .pic .image
{
    display:block;
    max-width:100%;
    max-height:100%;
    transition:1s;
}
.honorswiper .link:hover .outpic .pic .image
{
    transform:scale(1.1);
}
.honorswiper .link .tit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    padding-top:15px;
    padding-bottom:15px;
    line-height:20px;
    text-align:center;
}
/**荣誉资质 end**/
/**当前位置**/
.pathblock
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.pathblock .path
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    padding-top:15px;
    padding-bottom:15px;
}
.pathblock .path .websitename
{
    width:70px;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist
{
    width:calc(100% - 70px);
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.pathblock .path .nlist .link
{
    display:block;
    font-size:14px;
    line-height:25px;
    transition:1s;
}
.pathblock .path .nlist .link:hover
{
    color:#64402a;
}
.pathblock .path .nlist .arr
{
    display:block;
    font-size:14px;
    line-height:25px;
}
.pathblock .path .nlist .arr:last-child
{
   display:none;
}
/**当前位置 end**/
/**英文标题和子菜单**/
.extitblock
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    padding-top:15px;
}
.extitblock .ex_title
{
    font-size: 30px;
    margin-right: 5%;
    line-height: 34px;
    text-transform: uppercase;
}
.extitblock .catenav
{
    display:flex;
    flex-wrap:wrap;
}
.extitblock .catenav .grid
{
    margin-right:10px;
    margin-bottom:10px;
}
.extitblock .catenav .grid a.link
{
    display:block;
    border: solid 1px #cfcfcf;
    background: #fff;
    text-align: center;
    font-style: normal;
    min-width: 150px;
    line-height: 20px;
    font-size:14px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:20px;
    transition:1s;
}
.extitblock .catenav .grid:hover a.link
{
    color:#fff;
    background: #64402a;
}
.extitblock .catenav .grid a.link.hover
{
    color:#fff;
    background: #64402a;
}
/**英文标题和子菜单 end**/
/**搜索标题**/
.catesearch
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:15px;
    padding-bottom:15px;
}
.catesearch .catecntit
{
    font-size:24px;
    height:auto;
    color:#64402a;
    line-height:30px;
}
.catesearch .search
{
    width:300px;
    height:auto;
    overflow:hidden;
}
.catesearch .search .form
{
    width:100%;
    height:40px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
}
.catesearch .search .form .input
{
    width:calc(100% - 70px);
    height:100%;
    overflow:hidden;
}
.catesearch .search .form .input .kw
{
    width:100%;
    height:100%;
    border:none;
    background:#fff;
    font-size:14px;
    box-sizing: border-box;
    padding-left:10px;
    padding-right:10px;
}
.catesearch .search .form .submit
{
    width:70px;
    height:100%;
    overflow:hidden;
}
.catesearch .search .form .submit .kwbtn
{
    width:100%;
    height:100%;
    box-sizing:border-box;
    color:#fff;
    background:#64402a;
    cursor:pointer;
}
/**搜索标题 end**/
/**分页**/
.pages
{
	width:100%;
}
.Pagination__Nav {
    text-align: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.Pagination__Nav span {
    padding: 5px 10px;
    background: #fff;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav a {
    padding: 5px 10px;
    background: #fff;
    color: #333;
    transition: all 0.3s;
    font-size: 14px;
}

.Pagination__Nav .is-active {
    background: #64402a;
	color:#fff;

}

.Pagination__Nav span:hover {
    background: #64402a;
	color:#fff;
}

.Pagination__Nav a:hover {
    background: #64402a;
	color:#fff;
}
/**分页 end**/
/**产品列表**/
.prolist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.prolist .grid
{
    width:32%;
    height:auto;
    overflow:hidden;
    margin-right:2%;
    margin-bottom:30px;
}
.prolist .grid:nth-child(3n)
{
    margin-right:0px;
}
.prolist .grid .link
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
}
.prolist .grid .link .outpic
{
    width:100%;
    height:auto;
    padding-bottom:66.66%;
    position:relative;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    overflow:hidden;
}
.prolist .grid .link .outpic .pic
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}
.prolist .grid .link .outpic .pic .image
{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}
.prolist .grid:hover .link .outpic .pic .image
{
    transform:scale(1.1);
}
.prolist .grid .link .wenzi
{
    width:100%;
    height:auto;
    box-sizing: border-box;
    padding:30px;
}
.prolist .grid .link .wenzi .tit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:20px;
    line-height:32px;
    transition:1s;
    box-sizing:border-box;
}
.prolist .grid:hover .link .wenzi .tit
{
    color:#64402a;
    padding-left:20px;
}
.prolist .grid .link .wenzi .catename
{
    margin-top:5px;
    font-size:16px;
    line-height:25px;
    color:#999;
}
/**产品列表 end**/
/**产品详情**/
.proshowfir
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:30px;
    align-items:flex-start;    
}
.proshowfir .picarr
{
    width:48%;
    height:auto;
    position:sticky;
    top:150px;
}
.proshowfir .picarr .picarrlist
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.proshowfir .picarr .picarrlist .outpic
{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:66.66%;
}
.proshowfir .picarr .picarrlist .outpic .pic
{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    border:1px solid #eee;
    box-sizing:border-box;
    
}
.proshowfir .picarr .picarrlist .outpic .pic .image
{
    max-width:100%;
    max-height:100%;
    display:block;
}
.proshowfir .picarr .picarrlist .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.proshowfir .prorightcont
{
    width:48%;
    background:#fff;
    padding:30px 50px;
    box-sizing:border-box;
}
.proshowfir .prorightcont .protitle
{
    width: 100%;
    font-size: 24px;
    color: #64402a;
    position: relative;
    margin-bottom:15px;
}
.proshowfir .prorightcont .insidecontent
{
    width:100%;
    font-size:14px;
    line-height:25px;
    border-top:1px solid #eee;
    padding-top:15px;
    padding-bottom:15px;
}
.proshowsec .contenttitle
{
	font-size:16px;
	line-height:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.proshowsec .insidecontent
{
    width:100%;
    font-size:14px;
    line-height:25px;
    padding-bottom:20px;
}
.protjtitle
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:24px;
    margin-bottom:15px;
    line-height:30px;
    color:#64402a;
}
/**产品详情 end**/
/**上一页下一页**/
.prevnext
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom:30px;
}
.prevnext .grid
{
    width:48%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prevnext .grid.next
{
    text-align:right;
}
.prevnext .grid a
{
    transition:1s;
}
.prevnext .grid a:hover
{
    color:#64402a;
}
/**上一页下一页 end**/
/**内容页内容**/
.insidecontent
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
}
.insidecontent p
{
    font-size:14px;
    line-height:25px;
}
.insidecontent img
{
    vertical-align: middle;
    display:inline-block;
    max-width:100%;
}
.inside_bigtit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:24px;
    line-height:30px;
    text-align:center;
    color:#64402a;
    margin-bottom:10px;
}
.create_time
{
    font-size:14px;
    text-align:center;
    line-height:25px;
    margin-bottom:15px;
}
/**内容页内容 end**/
/**新闻内容**/
.newblock
{
    padding-top:15px;
}
.newblock .insidecontent
{
    max-width:1024px;
    margin:auto;
    margin-bottom:30px;
}
/**新闻内容 end**/
/**专卖店列表**/
.storelist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.storelist .grid
{
    width:32%;
    height:auto;
    overflow:hidden;
    margin-right:2%;
    margin-bottom:30px;
}
.storelist .grid:nth-child(3n)
{
    margin-right:0px;
}
.storelist .grid .link
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-radius:10px;
    display:block;
}
.storelist .grid .link .outpic
{
    width:100%;
    height:auto;
    padding-bottom:57%;
    position:relative;
    overflow:hidden;
}
.storelist .grid .link .outpic .pic
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}
.storelist .grid .link .outpic .pic .image
{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}
.storelist .grid:hover .link .outpic .pic .image
{
    transform:scale(1.1);
}
.storelist .grid .link .wenzi
{
    width:100%;
    height:auto;
    box-sizing: border-box;
    padding:10px 30px;
    background:#fff;
    transition:1s;
}
.storelist .grid .link:hover .wenzi
{
    background:#64402a;
}
.storelist .grid .link .wenzi .tit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:32px;
    transition:1s;
    box-sizing:border-box;
}
.storelist .grid:hover .link .wenzi .tit
{
    color:#fff;
}
/**专卖店列表 end**/
/**招商优势**/
.inside-service1
{
    padding-top:0px;
}
.inside-service2
{
    padding-top:0px;
}
.inside-service2 .title
{
    padding-top:0px;
}
.join2content
{
    width:78%;
    display:flex;
    flex-wrap:wrap;
    margin:auto;
    margin-top:10px;
}
.join2content .join2content_l
{
    width:50%;
    height:auto;
    overflow:hidden;
    background:#fbe9df;
    box-sizing:border-box;
    padding:3% 3%;
}
.join2content .join2content_l .tit
{
    font-size: 24px;
    color: #3a3a3a;
    font-weight: lighter;
    transition: all 0.6s ease;
}
.join2content .join2content_l .line
{
    display: block;
    width: 50px;
    height: 3px;
    background: #c1996a;
    margin: 4% 0 5% 0;
    transition: all 0.6s ease;
}
.join2content .join2content_l .cont
{
    font-size:14px;
    line-height:2;
}
.join2content .join2content_l .cont p
{
    font-size:14px;
    line-height:2;
}
.join2content .pic
{
    width:50%;
    height:auto;
}
.join2content .pic .image
{
    width:100%;
    height:100%;
    overflow:hidden;
    object-fit:cover;
}
.inside-service3
{
    padding-top:0px;
}
/**招商优势 end**/
/**联系我们**/
.contactblock
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:30px;
    padding-bottom:30px;
}
.contactfir
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:stretch;
}
.contactfir .contactfir_l
{
    width:40%;
    height:auto;
    overflow:hidden; 
}
.contactfir .contactfir_l .gsm
{
    font-size:18px;
    line-height:30px;
    overflow:hidden;
    margin-bottom:5px;
    font-weight:600;
}
.contactfir .contactfir_l .ppname
{
    font-size:16px;
    line-height:30px;
    overflow:hidden;
    margin-bottom:5px;
    font-weight:600;
}
.contactfir .contactfir_l .inforec
{
    width:100%;
    font-size:14px;
    line-height:25px;
}
.contactfir .codelist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    margin-top:15px;
}
.contactfir .codelist .grid
{
    width:120px;
    height:auto;
    margin-right:15px;
}
.contactfir .codelist .grid .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.contactfir .codelist .grid .pic .image
{
    width:100%;
    height:auto;
    display:block;
}
.contactfir .codelist .grid:last-child
{
    margin-right:0px;
}
.contactfir .codelist .grid .name
{
    width:100%;
    font-size:14px;
    line-height:25px;
    text-align:center;
}
.contactfir .map
{
    width:58%;
}
/**联系我们 end**/
/**首页黑檀新中式简介**/
.homeprodes
{
    margin-top:15px;
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:25px;
}
.homeprodes p
{
    font-size:14px;
    line-height:25px;
}
.banner_2 .homeprodes1
{
    position:absolute;
    bottom:130px;
    left:0px;
    z-index:100;
    width:100%;
    color:#fff !important;
    text-align:center !important;
    font-size:16px !important;
    /* text-shadow: 1px 1px 1px #333; */
}
.banner_2 .homeprodes1 p
{
    color:#fff !important;
    text-align:center !important;
    font-size:16px !important;
    /* text-shadow: 1px 1px 1px #333; */
}

.banner_2 .news-more1
{
    position:absolute;
    bottom:60px;
    left:calc(50% - 75px);
    z-index:100;
}
.banner_2 .news-more1 a
{
    color:#fff;
    border:1px solid #fff;
}
/**首页黑檀新中式简介 end**/
@media screen and (max-width:1024px)
{
    /**显示隐藏**/
    .m_hide
    {
        display:none;
    }
    .pc_hide
    {
        display:block;
    }
    /**显示隐藏 end**/
    /**幻灯片**/
    .banner .swiperpages
    {
        bottom:5px;
    }
    /**幻灯片 end**/
    /**首页视频**/
    .homevideo .up .btn
    {
        width:80px;
    }
    /**首页视频 end**/
    /**全屏视频**/
    .fullscreenvideobg .closebtn
    {
        width:50px;
        height:50px;
        font-size:45px;
        line-height:50px;
    }
    .fullscreenvideobg .videoblock
    {
        width:88%;
        height:88%;
    }
    /**全屏视频 end**/
    /**内页标题**/
    .inside-title
    {
        margin-bottom:15px;
    }
    .inside-title .tit
    {
        font-size: 24px;
        line-height:28px;
        font-weight:400;
    }
    .inside-title .des
    {
        font-size: 12px;
    }
    .inside-title .des p
    {
        font-size:12px;
    }
    /**内页标题 end**/
    /**关于我们**/
    .aboutblock
    {
        padding-top:20px;
        padding-bottom:20px;
    }
    .about1content
    {
        display:block;
    }
    .about1content .about1content_l
    {
        width:100%;
        padding:15px;
    }
    .about1content .about1content_l .tit
    {
        font-size: 24px;
    }
    .about1content .pic
    {
        width:100%;
    }
    .about1content .pic .image
    {
       height:auto;
       object-fit:contain;
    }
    /**关于我们 end**/
    /**锚点**/
    .maodian
    {
        height:65px;
        margin-top:-65px;
    }
    /**锚点 end**/
    /**企业优势**/
    .youshilist .grid
    {
        width:100%;
        margin-right:0px;
        margin-bottom:15px;
    }
    .youshilist .grid .pic
    {
        width:100px;
    }
    .youshilist .grid .wenzi
    {
        width:calc(100% - 115px);
    }
    .youshilist .grid .wenzi .tit
    {
        margin-bottom:5px;
    }
    /**企业优势 end**/
    /**英文标题和子菜单**/
    .extitblock
    {
        padding-top:0px;
    }
    .extitblock .ex_title
    {
        display:none;
    }
    .extitblock .catenav
    {
       width:100%;
    }
    /**英文标题和子菜单 end**/  
    /**搜索标题**/
    .catesearch .catecntit
    {
        width:100%;
        font-size:18px;
        margin-bottom:10px;
    }
    .catesearch .search
    {
        width:100%;
    }
    /**搜索标题 end**/
    /**分页**/
    .Pagination__Nav
    {
        margin-bottom:30px;
    }
    /**分页 end**/
    /**产品列表**/
    .prolist
    {
        padding-top:15px;
    }
    .prolist .grid
    {
        width:48%;
        margin-right:4%;
        margin-bottom:15px;
    }
    .prolist .grid:nth-child(3n)
    {
        margin-right:4%;
    }
    .prolist .grid:nth-child(2n)
    {
        margin-right:0px;
    }

    .prolist .grid .link .outpic
    {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .prolist .grid .link .wenzi
    {
        padding:0px;
    }
    .prolist .grid .link .wenzi .tit
    {
        text-align:center;
        font-size:15px;
        line-height:25px;
        margin-top:5px;
    }
    .prolist .grid .link .wenzi .catename
    {
        display:none;
    }
    /**产品列表 end**/
    /**产品详情**/
    .proshowfir
    {
        display:block;
        margin-bottom:20px; 
        margin-top:20px;
    }
    .proshowfir .picarr
    {
        width:100%;
        position:static;
        top:0px;
    }
    .proshowfir .prorightcont
    {
        width:100%;
        background:#fff;
        padding:15px;
        box-sizing:border-box;
    }
    .proshowfir .prorightcont .protitle
    {
        font-size: 20px;
        margin-bottom:15px;
        line-height:30px;
    }
    .protjtitle
    {
        font-size:20px;
    }
    /**产品详情 end**/
    /**上一页下一页**/
    .prevnext
    {
        display:block;
        margin-bottom:20px;
    }
    .prevnext .grid
    {
        width:100%;
        margin-bottom:5px;
    }
    .prevnext .grid:last-child
    {
        margin-bottom:0px;
    }
    .prevnext .grid.next
    {
        text-align:left;
    }
    /**上一页下一页 end**/
    /**文章标题**/
    .inside_bigtit
    {
        font-size:20px;
    }
    /**文章标题 end**/
    /**新闻内容**/
    .newblock .insidecontent
    {
        margin-bottom:20px;
    }
    /**新闻内容 end**/
        /**产品列表**/
    .prolist
    {
        padding-top:15px;
    }
    .prolist .grid
    {
        width:48%;
        margin-right:4%;
        margin-bottom:15px;
    }
    .prolist .grid:nth-child(3n)
    {
        margin-right:4%;
    }
    .prolist .grid:nth-child(2n)
    {
        margin-right:0px;
    }

    .prolist .grid .link .outpic
    {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .prolist .grid .link .wenzi
    {
        padding:0px;
    }
    .prolist .grid .link .wenzi .tit
    {
        text-align:center;
        font-size:15px;
        line-height:25px;
        margin-top:5px;
    }
    .prolist .grid .link .wenzi .catename
    {
        display:none;
    }
    /**产品列表 end**/
    /**专卖店列表**/
    .storelist
    {
        padding-top:15px;
    }
    .storelist .grid
    {
        width:48%;
        margin-right:4%;
        margin-bottom:15px;
    }
    .storelist .grid:nth-child(3n)
    {
        margin-right:4%;
    }
    .storelist .grid:nth-child(2n)
    {
        margin-right:0px;
    }
    .storelist .grid .link .wenzi
    {
        padding:5px;
    }
    .storelist .grid .link .wenzi .tit
    {
        text-align:center;
        font-size:14px;
        line-height:25px;
    }
    /**专卖店列表 end**/  
    /**招商加盟**/
    .inside-service2
    {
        padding-top:3%;
    }
    .join2content
    {
        display:block;
        width:100%;
    }
    .join2content .join2content_l
    {
        width:100%;
        padding:15px;
    }
    .join2content .join2content_l .tit
    {
        font-size:18px;
    }
    .join2content .pic
    {
        width:100%;
    }
    .join2content .pic .image
    {
       height:auto;
       object-fit:contain;
    }
    /**招商加盟 end**/
    /**联系我们**/
    .contactblock
    {
        padding-top:20px;
        padding-bottom:20px;
    }
    .contactfir .contactfir_l
    {
        width:100%;
        margin-bottom:15px;
    }
    .contactfir .contactfir_l .gsm
    {
        font-size:18px;
        line-height:30px;
        overflow:hidden;
        margin-bottom:5px;
        font-weight:600;
    }
    .contactfir .contactfir_l .ppname
    {
        font-size:16px;
        line-height:30px;
        overflow:hidden;
        margin-bottom:5px;
        font-weight:600;
    }
    .contactfir .contactfir_l .inforec
    {
        width:100%;
        font-size:14px;
        line-height:25px;
    }
    .contactfir .codelist
    {
        width:100%;
        height:auto;
        overflow:hidden;
        display:flex;
        flex-wrap:wrap;
        margin-top:15px;
    }
    .contactfir .codelist .grid
    {
        width:120px;
        height:auto;
        margin-right:15px;
    }
    .contactfir .codelist .grid .pic
    {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .contactfir .codelist .grid .pic .image
    {
        width:100%;
        height:auto;
        display:block;
    }
    .contactfir .codelist .grid:last-child
    {
        margin-right:0px;
    }
    .contactfir .codelist .grid .name
    {
        width:100%;
        font-size:14px;
        line-height:25px;
        text-align:center;
    }
    .contactfir .map
    {
        width:100%;
        height:300px;
    }
    /**联系我们 end**/
    /**首页黑檀新中式简介**/     
    .homeprodes
    {
        margin-bottom:15px;
    }
    .banner_2
    {
        margin-bottom:20px;
    }
    /**首页黑檀新中式简介 end**/                            
}