@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg') format('svg');
}

body {
    font-size: 14px;
    background: #FFF;
    overflow-x: hidden;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #333333;
    font-family: 'Noto-sans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #222222
}

a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: 10px
}

.p20 {
    padding-left: 20px;
}

.p30 {
    padding-left: 30px
}

.t10 {
    padding-top: 10px
}

.b10 {
    padding-bottom: 10px;
}

.t20 {
    padding-top: 20px
}

.b20 {
    padding-bottom: 20px;
}

.t30 {
    padding-top: 30px
}

.b30 {
    padding-bottom: 30px;
}

.t40 {
    padding-top: 40px
}

.b40 {
    padding-bottom: 40px;
}

.t50 {
    padding-top: 50px
}

.b50 {
    padding-bottom: 50px;
}

.t60 {
    padding-top: 60px
}

.b60 {
    padding-bottom: 60px
}

.t80 {
    padding-top: 80px
}

.b80 {
    padding-bottom: 80px;
}

.t100 {
    padding-top: 100px
}

.b100 {
    padding-bottom: 100px;
}

.b120 {
    padding-bottom: 150px;
}

.tm10 {
    margin-top: 10px
}

.bm10 {
    margin-bottom: 10px;
}

.tm20 {
    margin-top: 20px
}

.bm20 {
    margin-bottom: 20px;
}

.tm30 {
    margin-top: 30px
}

.bm30 {
    margin-bottom: 30px;
}

.tm50 {
    margin-top: 50px
}

.bm50 {
    margin-bottom: 50px;
}

.tm80 {
    margin-top: 80px;
}

.bm80 {
    margin-bottom: 80px;
}

.tm100 {
    margin-top: 100px;
}

.bm100 {
    margin-bottom: 100px;
}

.tm150 {
    margin-top: 150px;
}

.tm120 {
    margin-top: 120px;
}

.bm120 {
    margin-bottom: 120px;
}

.bm150 {
    margin-bottom: 150px;
}

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(50%) scale(0.8);
    -webkit-transform: translateY(50%) scale(0.8);
    -ms-transform: translateY(50%) scale(0.8);
    -o-transform: translateY(50%) scale(0.8);
    transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
    background-color: #88553a !important;
    color: #fff;
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
}

.gotop:hover:before {
    -webkit-transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* ********************************************************************header通用样式 ***************************************************************/
.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: transparent;
}

.nav1 .container {
    padding: 0;
}

.nav1main {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.nav1main .left {
    /*width: 10%;*/
}

.nav1main .left img {
    width: 100%;
}

.nav1main .center {
    display: flex;
    justify-content: center;
    width: 90%;
}

.nav1main .center .search {
    padding-left: 15px;
}

.nav1main .center .search i {
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head {
    width: 60%;
}

.nav1main .center .head_nav li a {
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;

}

.nav1main .center .head_nav li a i {
    color: #000;
    font-size: 22px;
}

.nav1main .center .head_nav li a:hover {
    border: 0;
    color: #88553a;
    border-bottom: 2px solid transparent;
}

.nav1main .center .head_nav li a::after {
    background-color: transparent;

}

.nav1main .center .head_nav li.active a {
    font-size: 16px;
    color: #88553a;
    font-weight: 600;
}

.nav1main .center .sub-menu li:hover a {
    color: #88553a;
}

.nav1main .center .sub-menu li:hover a::before {
    background-color: #88553a;
}

.nav1main .right {
    width: 10%;
}

.nav1main .right ul {
    display: flex;
    justify-content: space-around;
}

.nav1main .right ul li i {
    font-size: 16px;
    cursor: pointer;
}

.nav1main .right input::placeholder {
    color: #fff;
}

.nav2 {
    position: relative;
}

.nav2 .swiper img {
    width: 100%;
}

#dowebok .nav2 .swiper img {
    height: 100vh;
    width: 100%;
}

.nav2cont {
    position: absolute;
    top: 15%;
    left: 10%;
}

.nav2cont .on {
    border: 1px solid #ddd;
    width: 30%;
    padding: 5px;
    border-radius: 55px;
    display: flex;
    background-color: #eff0f4;
    margin-bottom: 20px;
}

.nav2cont .on .left {
    width: 35%;
    background-color: #f89047;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    text-align: right;
}

.nav2cont .on .left span {
    display: block;
    color: white;
    font-size: 15px;
    padding: 10px 0;
}

.nav2cont .on .right {
    width: 60%;
}

.nav2cont .on .right span {
    display: block;
    padding: 10px 0;
    color: #9399a6;
    font-size: 15px
}

.nav2cont .in {
    margin-bottom: 40px;
}

.nav2cont .in div {
    width: 40%;
    font-size: 60px;
    font-weight: 600;
}

.nav2cont .un button {
    padding: 15px 20px;
    background-color: #000000;
    color: white;
    border: 0;
    border-radius: 5px;
}

.nav2cont .un button i {
    width: 14px;
    margin: auto 0;
}

.nav2cont .un button:hover {
    padding: 15px 20px;
    background-color: white;
    color: #000000;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
}

.nav2txt {
    position: absolute;
    display: flex;
    top: 15%;
    left: 45%;
}

.nav2txt span {
    display: block;
    margin: 0 100px;
    color: white;
}

.nav2txt span p:nth-child(2) {
    font-size: 23px;
    font-weight: 600;
}

.nav2txt span:nth-child(2) {
    text-align: right;
}

.nav2txt2 {
    display: none;
}

.nav2lunbo {
    position: absolute;
    width: 30%;
    object-fit: cover;
    overflow: hidden;
    bottom: 3%;
    left: 10%;
}

.nav2lunbo .swiper {
    width: 100%;
}

.nav2lunbo .swiper img {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background-color: #000000;
}

.d-block {
    width: 100% !important;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: auto;
}

.nav2 {
    position: relative;
}

.nav2 .fl {
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.nav2 .fl .main {
    display: flex;
}

.nav2 .fl .main div:nth-child(1) {
    background-color: #000000;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 30px 20px;

}

.nav2 .fl .main div:nth-child(1) .img {
    width: 30%;
    margin: 0 15px;
}

.nav2 .fl .main div:nth-child(1) .txt h3 {
    font-size: 20px;
    font-weight: 600;
}

.nav2 .fl .main div:nth-child(1) .txt p {
    padding: 15px 0;
    font-size: 16px;
}

.nav2 .fl .main div:nth-child(1) .txt h4 {
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}

.nav2 .fl .main div:nth-child(1) .txt h4:hover {
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.nav2 .fl .main div:nth-child(2) {
    background-color: #131428;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 30px 20px;

}

.nav2 .fl .main div:nth-child(2) .img {
    width: 30%;
    margin: 0 15px;
}

.nav2 .fl .main div:nth-child(2) .txt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.nav2 .fl .main div:nth-child(2) .txt p {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

.nav2 .fl .main div:nth-child(2) .txt h4 {
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}

.nav2 .fl .main div:nth-child(2) .txt h4:hover {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;

}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 5%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5%;
}

.carousel-caption {
    left: 67%;
    top: 60%;
}

#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #88553a;
    cursor: pointer;
}

#main4zz .video video {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;

}

/* *******************************************************footer通用样式********************************************* */
.footer {
    background-color: #cfc5b8;
}

.footer .fmain {
    padding: 150px 0 40px 0;
}

.footer .fmain .footerul .footerli {
    color: #000;
    margin: 15px 0;
    cursor: pointer;
}

.footer .fmain .footerul .footerli:nth-child(1) img {
    object-fit: cover;
    margin-bottom: 25px;
}

.footer .fmain .footerul .footerli:nth-child(1) p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 80%;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(1) {
    margin-bottom: 25px;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(1) h5 {
    margin: 0 0 20px 0;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(1) p {
    margin: 15px 0;
    font-size: 14px;
    color: #333;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(2) {
    margin-top: 15px;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(2) h5 {
    margin: 20px 0;
    width: 60%;
}

.footer .fmain .footerul .footerli:nth-child(2) div:nth-child(2) a {
    margin: 15px 0;
    font-size: 14px;
    color: #333;
    width: 60%;
}

.footer .fmain .footerul .footerli:nth-child(3) h5,
.footer .fmain .footerul .footerli:nth-child(4) h5 {
    margin-bottom: 20px;
}

.footer .fmain .footerul .footerli:nth-child(3) ul li a,
.footer .fmain .footerul .footerli:nth-child(4) ul li a{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    font-family: 16px;

}
.footer .fmain .footerul .footerli:nth-child(3) ul li:hover a,
.footer .fmain .footerul .footerli:nth-child(4) ul li:hover a{
    color: #88553a;
}
.footer .fmain .footerul .footerli:nth-child(3) ul li.active a,
.footer .fmain .footerul .footerli:nth-child(4) ul li.active a{
    color: #88553a;
    font-weight: 600;
}

.footer .fmain .footerul .footerli:nth-child(3) ul li a,
.footer .fmain .footerul .footerli:nth-child(4) ul li a{
    margin-right: 8px;
    color: #333;
}

.footer .fmain .footerul .footerli:nth-child(5) h5 {
    margin-bottom: 20px;
    width: 60%;
}

.footer .fmain .footerul .footerli:nth-child(5) p {
    margin: 15px 0;
    width: 70%;
    color: #333;
}

.footer .fmain .footerul .footerli:nth-child(5) input {
    margin: 6px 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #646464;
    background-color: transparent;
    font-size: 16px;
    padding: 3px 10px;
    width: 100%;
}

.footer .fmain .footerul .footerli:nth-child(5) button {
    margin: 12px 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #646464;
    background-color: transparent;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;

}

.footer .fline {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: none;
}

.footer .fff {
    display: flex;
    padding: 20px 0 40px 0;
    justify-content: space-between;
    font-weight: 600;
    color: #000;
}

.footer .fff ul {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.footer .fff ul li {
    margin: 0 10px;
    font-size: 20px;
    color: #666;
}

.fline {
    display: flex;
    align-items: center;
    padding: 60px 0 10px 0;
    background-color: #f9e7d3;
}

.fline1,
.fline2 {
    width: 100%;
    background-color: #999;
    height: 2px;
}

.fline img {
    width: 20%;
    display: flex;
    flex-direction: row;
}

.fline img::before,
.fline img::after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}

.pright,
.plist,
.plistzz {
    display: none;
}

.pright {}

.pright i {
    font-size: 40px;
    color: #c7aa95;
    line-height: 80px;
}

.plist div {
    background-color: #f9e7d3;
}

.plist div img {
    width: 40% !important;
}

.nav_wrap .head_nav li ul {
    top: 75%;
    left: 20%;
}

/* ************************************************************MAIN模块************************************************** */

/* main1 */
.main1 {
    background-color: #f9e7d3;
}

.main1 .main1bagin .up {
    text-align: center;
    position: relative;
    margin: 25px 0 45px 0;
}

.main1 .main1bagin .up img {
    width: 120px;
    object-fit: cover;
    position: absolute;
    opacity: 0.3;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.main1 .main1bagin .up h5 {
    color: #88553A;
}

.main1 .main1bagin .up h1 {
    margin: 10px auto;
    font-size: 45px;
}

.main1 .main1bagin .up p {
    margin: 20px auto;
}

.main1 .main1bagin .down div div:nth-child(1) img {
    width: 95%;
    height: 480px;
    object-fit: cover;
    border-radius: 204px;
}

.main1 .main1bagin .down div div:nth-child(1) {
    text-align: center;
}

.main1 .main1bagin .down div div:nth-child(1) h4 {
    text-align: center;
    margin: 20px 0;
}

.main1 .main1bagin .down div div:nth-child(2) img {
    width: 95%;
    height: 480px;
    object-fit: cover;
    border-radius: 204px 204px 0 0;
}

.main1 .main1bagin .down div div:nth-child(2) {
    text-align: center;
}

.main1 .main1bagin .down div div:nth-child(2) h4 {
    margin: 20px 0;
    text-align: center;
}

.main1 .main1bagin .down div div:nth-child(3) img {
    width: 95%;
    height: 480px;
    object-fit: cover;
    border-radius: 204px 0 0 0;
}

.main1 .main1bagin .down div div:nth-child(3) {
    text-align: center;
}

.main1 .main1bagin .down div div:nth-child(3) h4 {
    text-align: center;
    margin: 20px 0;
}

/* main2 */
.main2 {
    background-color: #f9e7d3;
}

.main2 .main2bagin .left .imgs {
    position: relative;
}

.main2 .main2bagin .left .imgs img:nth-child(1) {
    position: relative;
    border-radius: 316px 316px 0 0;
    width: 450px;
    height: 600px;
    object-fit: cover;
    z-index: 10;
}

.main2 .main2bagin .left .imgs img:nth-child(2) {
    position: absolute;
    border-radius: 148px;
    z-index: 10;
    bottom: -15%;
    right: 35px;
}

.main2 .main2bagin .left .imgs img:nth-child(3) {
    position: absolute;
    object-fit: cover;
    left: 35%;
    top: 10%;
    opacity: 0.3;
}

.main2 .main2bagin .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.main2 .main2bagin .right h5 {
    color: #88553A;
}

.main2 .main2bagin .right h2 {
    margin: 15px 0;
}

.main2 .main2bagin .right p {
    font-size: 16px;
    margin: 15px 0;
}


.main2 .main2bagin .right ul li {
    margin: 8px 0;
}

.main2 .main2bagin .right ul li i {
    color: #88553A;
    font-size: 16px;
    margin-right: 12px;
}

.main2 .main2bagin .right .suba {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 16px;
    border-bottom: 2px solid #837d63;
    padding: 3px 5px;
    width: 25%;
    text-align: center;
}

/* main3 */
.main3 {
    background-color: #f9e7d3;
}

.main3 .main3bagin .up {
    position: relative;
    text-align: center;
}

.main3 .main3bagin .up h5 {
    color: #88553A;
}

.main3 .main3bagin .up h1 {
    font-size: 35px;
}

.main3 .main3bagin .up img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.main3 .main3bagin .down div img {
    width: 100%;
    object-fit: cover;
}

.main3 .main3bagin .down div h2 {
    font-size: 20px;
    font-weight: 100;
    margin: 15px 0;
}

.main3 .main3bagin .down div .m3suba {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #646464;
    font-size: 16px;
    padding: 3px 5px;
}

.main3 .main3bagin .m3inpt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main3 .main3bagin .m3inpt .suba{
    padding: 15px 35px;
    background-color: #837d63;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-top: 80px;
    transition: 0.5s;
    font-size: 18px;
}

.main3 .main3bagin .m3inp .suba:hover {
    background-color: #88553a;
    transition: 0.5s;
}

/* main4 */
.main4 {
    background-color: #f9e7d3;
    overflow: hidden;
}

.main4 .main4bagin .up .left div {
    position: relative;
    height: 607px;
}

.main4 .main4bagin .up .left div .ijoimg1{
    position: relative;
    object-fit: cover;
    height: 100%;
    border-radius: 225px 225px 0 0;
    z-index: 10;
}

.main4 .main4bagin .up .left div .ijkhimg2 {
    width: 100%;
    position: absolute;
    /*left: -50px;*/
    bottom: -15%;
    z-index: 9 !important;
}

.main4 .main4bagin .up .left p {
    font-size: 18px;
    width: 88%;
    margin: 25px 0;
    font-style: italic;
}

.main4 .main4bagin .up .right .txt1 {
    position: relative;
}

.main4 .main4bagin .up .right .txt1 img:nth-child(1) {
    position: relative;
    z-index: 10;
}

.main4 .main4bagin .up .right .txt1 img:nth-child(2) {
    position: absolute;
    right: -250px;
    top: -11%;
}

.main4 .main4bagin .up .right .txt1 div {
    position: absolute;
    right: -55px;
    bottom: 15px;
    width: 30%;
    z-index: 10;
    padding: 25px 0;

}

.main4 .main4bagin .up .right .txt1 div h5 {
    color: #88553A;
    font-size: 16px;
}

.main4 .main4bagin .up .right .txt2 {
    margin: auto;
}

.main4 .main4bagin .up .right .txt2 h5 {
    font-size: 20px;
    margin: 30px 0;
}

.main4 .main4bagin .up .right .txt2 p {
    font-size: 16px;
}

.main4 .main4bagin .down .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

.main4 .main4bagin .down .left h5 {
    font-size: 16px;
}

.main4 .main4bagin .down .left h2 {
    font-size: 32px;
    margin: 20px 0;
}

.main4 .main4bagin .down .left p {
    width: 70%;
    margin: 15px 0;
}

.main4 .main4bagin .down .left .m4subsa{
    padding: 10px 30px;
    width: 20%;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #837d63;
    text-align: center;
}

.main4 .main4bagin .down .right {
    position: relative;
    margin-left: 80px;
}

.main4 .main4bagin .down .right img:nth-child(1) {
    position: relative;
    height: 704px;
    z-index: 10;
    object-fit: cover;
}

.main4 .main4bagin .down .right img:nth-child(2) {
    position: absolute;
    left: -10%;
    height: 357px;
    width: 264px;
    border-radius: 148px 148px 0 0;
    z-index: 100;
    bottom: 20%;
}

.main4 .main4bagin .down .right img:nth-child(3) {
    position: absolute;
    left: -30%;
    bottom: 15%;
    z-index: 1;
    opacity: 0.3;
    height: 326px;
}

/* main5 */
.main5 {
    background-color: #f9e7d3;
}

.main5 .main5bagin .up {
    text-align: center;
}

.main5 .main5bagin .up i {
    color: #88553a;
    font-size: 50px;
}

.main5 .main5bagin .down {
    background: url(../images/12-1.png);
    background-repeat: no-repeat;
    background-position: 50% 72%;
}

.main5 .main5bagin .down .m5card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}

.main5 .main5bagin .down .m5card p {
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    font-size: 20px;
}

.main5 .main5bagin .down .m5card div {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.main5 .main5bagin .down .m5card div img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    object-fit: cover;
}

.main5 .main5bagin .down .m5card div div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.main5 .main5bagin .down .m5card div div p {
    color: #88553A;
    font-weight: 600;
    font-size: 20px;
}

/* main6 */
.main6 {
    background-color: #f9e7d3;
}

.main6 .main6bagin .up {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    background: url(../images/15.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.main6 .main6bagin .up h1 {
    font-size: 45px;
    margin: 15px 0;
}

.main6 .main6bagin .down div div h3 {
    margin: 25px 0;
}

.main6 .main6bagin .down div div {
    position: relative;
}

.main6 .main6bagin .down div div .h {
    position: absolute;
    background-color: #f9e7d3;
    color: #b7863a;
    top: 20px;
    left: 10px;
    border-radius: 15px;
    padding: 5px 30px;
    font-weight: 600;
}

.main6 .main6bagin .m6btn {
    display: flex;
    align-items: center;
    padding: 50px 0 100px 0;
}

.main6 .main6bagin .m6btn .m6sona {
    padding: 18px 50px;
    border-radius: 30px;
    border: 1px solid transparent;
    color: #fff;
    background-color: #837d63;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s;
}

.main6 .main6bagin .m6btn input:hover {
    background-color: #88553a;
    transition: 0.5d;
}

/* 轮播按钮 */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #666;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;
    /* 设置按钮大小 */
}

.main5 .swiper {
    --swiper-theme-color: #c8b6a1;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #333;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* new */

.newmodle{
    background-color: #f9e7d3;
}
.newmodle .main {
    display: flex;
    justify-content: space-between;
}


.newmodle .left .title {
    background-color: #c7aa95;
    text-align: center;
    width: 100%;
}

.newmodle .left .title a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newmodle .left ul {
    width: 100%;
}

.newmodle .left ul li {
    width: 100%;
    border: .0625rem solid #c7aa95;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.newmodle .left ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left ul li div a.active {
    color: #0d6aa5;
}

.newmodle .left ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newmodle .left ul li ul li:nth-last-child(1) {
    border: 0;
}

.newmodle .right ul li {
    display: flex;
}

.newmodle .right ul li .liright {
    display: flex;
    flex-direction: column;
}

.newmodle .right ul li .liright span:nth-child(1) {
    color: #bbb;
    font-size: .875rem;
    padding: .3125rem;
}

.newmodle .right ul li .liright span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
    color: #333;
}

.newmodle .right ul li .liright span:nth-child(2):hover {
    color: #c7aa95;
}

.newmodle .right ul li .liright span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newmodle .right ul li .lileft img {
    border-radius: .9375rem;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.newmodle .right ul li .lileft {
    width: 30%;
}

.newmodle .right ul li .liright a {
    color: #c7aa95;
    text-align: right;
    margin-right: .9375rem;
    padding: 1.25rem 0;
}

.newmodle .right ul li .liright {
    margin-left: .625rem;
    width: 100%;

}

.newmodle .right ul li {
    padding-bottom: .625rem;
    margin: 3.125rem 0;
    cursor: pointer;
}

.newmodle .right ul li:nth-child(1) {
    margin-top: 0;
}

.newmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.newmodle .pagelist a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.newmodle .pagelist a.item2 {
    width: 7.5rem;
}

.newmodle .pagelist a:hover {
    color: #c7aa95;
}

.newmodle .pagelist a.on {
    background: #c7aa95;
    color: #fff;
}

.newmodle .right ul li {
    position: relative;
}

.newmodle .right ul li .line {
    width: 100%;
    height: .3125rem;
    background-color: #f9e7d3;
    position: absolute;
    bottom: -5%;
}

.newmodle .right ul li .line2 {
    width: 00%;
    height: .3125rem;
    background-color: #c7aa95;
    position: absolute;
    bottom: -5%;
}

.newmodle .right ul li:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

#newlist li a:hover {
    color: #c7aa95;
}

#newlist li a.active {
    color: #c7aa95;
}

/* newlist */
.newlistmodle{
    background-color: #f9e7d3;
}
.newlistmodle .newlistmain .txt span:nth-child(1) {
    padding: .3125rem;
}
.newlistmodle .newlistmain .txt span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
}

.newlistmodle .newlistmain .txt span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newlistmodle .newlistmain .txt a {
    color: #3f6ad7;
}

.newlistmodle .newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 1.25rem .625rem;
    border: .0625rem solid #bbb;
}

.newlistmodle .newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmodle .newlistmain .imge img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmodle .newlistmain .imge:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmodle .newlistmain {
    position: relative;
    box-shadow: 3xp .1875rem .25rem .125rem #c7aa95;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.newlistmodle .newlistmain .line2 {
    width: 0;
    height: .3125rem;
    background-color: #c7aa95;
    position: absolute;
    bottom: 0;
}

.newlistmodle .newlistmain:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmodle .newlistmain .txt {
    border: 0;
    box-shadow: .125rem .125rem .125rem .125rem #f9e7d3;
    padding: 1.875rem .9375rem 3.125rem .9375rem;
}

.newlistmodle .c {
    padding: 1.25rem;
}

.newlistmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.newlistmodle .pagelist a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.newlistmodle .pagelist a.item2 {
    width: 7.5rem;
}

.newlistmodle .pagelist a.on {
    background: #c7aa95;
    color: #fff;
    border-color: #c7aa95
}

.newlistmodle .c {
    cursor: pointer;
}

/* newinfo */


.newinfomodle .newinfomain {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.newinfomodle .left {
    width: 27%;
}

.newinfomodle .left .title {
    background-color: #c7aa95;
    text-align: center;
    width: 100%;
}

.newinfomodle .left .title a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newinfomodle .left ul {
    width: 100%;
}

.newinfomodle .left ul li {
    width: 100%;
    border: .0625rem solid #eee;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
}

.newinfomodle .left ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newinfomodle .right .newtit {
    border-bottom: .1px dashed #bbb;
    padding: 10px 0;

}

.newinfomodle .newcon p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}

.newinfomodle .newcon .newimgs {
    margin: 15px;
}

.newinfomodle .newtime {
    margin: 10px 0;
}

.newinfomodle .newcon {
    border-bottom: .0625rem solid #bbb;
    padding: 1.25rem 0;
}

.newinfomodle .newcon p {
    padding: .3125rem .9375rem;
}

.newinfomodle .updown {
    padding: .625rem 0;
}

.newinfomodle .updown div {
    padding: .3125rem 0;
}

#newlist li a i {
    display: none;
}

#newlist li a:hover {
    color: #c7aa95;
}

#newlist li a.active {
    color: #c7aa95;
}

.newinfomodle .right .updown div a:hover {
    color: #c7aa95;
}

/* product */
.productmodle {
    background-color: #f9e7d3;
}
.productmodle .productmain {
    display: flex;
    justify-content: space-between;
}

.productmodle .left .title {
    background-color: #c7aa95;
    text-align: center;
    width: 100%;
}

.productmodle .left .title a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productmodle .left ul {
    width: 100%;
}

.productmodle .left ul li {
    width: 100%;
    border: .0625rem solid #c7aa95;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productmodle .left ul li h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productmodle .left ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productmodle .left ul li div a.active {
    color: #c7aa95;
}

.productmodle .left ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productmodle .left ul li ul li:nth-last-child(1) {
    border: 0;
}

.productmodle .right .c {
    padding: 0;
    text-align: center;
}


.productmodle .right .down {
    cursor: pointer;
    width: 100%;
}

.productmodle .right .down a:nth-child(2) {
    display: block;
    /*padding: 15px 0;*/
    display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
}
.shows{
    overflow: hidden;
}
.productmodle .right .down .img {
    width: 90%;
    overflow: hidden;
    position: relative;
    height: 275px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
    ;
}

.productmodle .right .down .img img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmodle .right .c .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #c7aa95;
    opacity: 0.3;
    display: none;
}

.productmodle .right .c .up i {
    font-size: 3.125rem;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productmodle .right .down .img:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.productmodle .right .down .img:hover .up {
    display: block;
    transition: 1s;
}

.productmodle .right .down span {
    padding: .3125rem;
}

.productmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.productmodle .pagelist a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.productmodle .pagelist a.item2 {
    width: 7.5rem;
}

.productmodle .pagelist a.on {
    background: #c7aa95;
    color: #fff;
    border-color: #c7aa95
}

#productlist li ul li a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist li ul li a:hover {
    color: #c7aa95;
}

#productlist li a:hover {
    color: #c7aa95;
}

#productlist li div i {
    color: #c7aa95;
}

/* productlist */
.productlistmodle{
    background-color: #f9e7d3;
}
.productlistmodle .productlistmain {
    display: flex;
    justify-content: space-between;
}
.productlistmodle .left .title {
    background-color: #c7aa95;
    text-align: center;
    width: 100%;
}

.productlistmodle .left .title a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productlistmodle .left ul {
    width: 100%;
}

.productlistmodle .left ul li {
    width: 100%;
    border: .0625rem solid #c7aa95;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productlistmodle .left ul li h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productlistmodle .left ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    /* pointer-events: none */
}

.productlistmodle .left ul li div a.active {
    color: #88553a;
}

.productlistmodle .left ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productlistmodle .left ul li ul li:nth-last-child(1) {
    border: 0;
}

.productlistmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.productlistmodle .pagelist a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.productlistmodle .pagelist a.item2 {
    width: 7.5rem;
}

.productlistmodle .pagelist a.on {
    background: #c7aa95;
    color: #fff;
    border-color: #c7aa95
}

.productlistmodle .right ul li {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    margin: .9375rem;
    overflow: hidden;
}

.productlistmodle .right ul li .img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;

}

.productlistmodle .right ul li .img img {
    width: 100%;
    height: 300px;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 1.25rem;
    margin: 20px 25px 20px 0;
}

.productlistmodle .right ul li .txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmodle .right ul li .txt span:nth-child(1) {
    font-weight: bold;
    font-size: 2.1875rem;
}

.productlistmodle .right ul li .txt .sline {
    width: 40%;
    height: .3125rem;
    background-color: #c7aa95;
}

.productlistmodle .right ul li .txt span:nth-child(3) {
    display: block;
    margin: 1.25rem 0 2.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productlistmodle .right ul li .txt button {
    padding: .625rem 1.125rem;
    border: 0;
    background-color: #c7aa95;
    color: white;
    width: 30%;
}

.productlistmodle .right ul li:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.6s;
}

.productlistmodle .right ul li:hover .img img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmodle .right ul li:hover .txt button {
    background-color: #c7aa95;
    transition: 0.3s;
}

#productlist li ul li a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist li ul li a:hover {
    color: #c7aa95;
}

#productlist li ul li div a.active {
    color: #c7aa95;
}

#productlist li div a:hover {
    color: #c7aa95;
}

#productlist li a.active {
    color: #c7aa95;
}

/* productinfo */
.productinfomodle{
    background-color: #f9e7d3;
}
.productinfomodle .productinfomain {
    display: flex;
    justify-content: space-between;
}

.productinfomodle .right {
    margin: auto 1.25rem;
}

.productinfomodle .left .title {
    background-color: #c7aa95;
    text-align: center;
    width: 100%;
}

.productinfomodle .left .title a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productinfomodle .left ul {
    width: 100%;
}

.productinfomodle .left ul li {
    width: 100%;
    border: .0625rem solid #c7aa95;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productinfomodle .left ul li h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productinfomodle .left ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left ul li div a.active {
    color: #c7aa95;
}

.productinfomodle .left ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productinfomodle .left ul li ul li:nth-last-child(1) {
    border: 0;
}

.productinfomodle .right .leph {
    display: none;
}

.productinfomodle .right .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomodle .right .left .swiper-container {
    margin-top: .625rem;
}

.productinfomodle .content {
    display: flex;
}

.productinfomodle .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    justify-content: space-around;
    height: 25rem;
}

.productinfomodle .content .right div {
    display: flex;
    flex-direction: column;
}

.productinfomodle .content .right h4,
.productinfomodle .content .right h3 {
    color: #c7aa95;
    font-weight: 600;
}

.productinfomodle .content .right button {
    width: 50%;
    padding: .625rem 0;
    border: 2px solid transparent;
    color: white;
    background-color: #c7aa95;
    margin-top: .625rem;
}

.productinfomodle .content .right button:hover {
    background-color: white;
    border: 2px solid #c7aa95;
    color: #c7aa95;
    transition: 0.6s;
}

.productinfomodle .news {
    margin-top: 3.125rem;
    border: 0;
}

.productinfomodle .news .bt {
    display: flex;
    padding: 0;
}

.productinfomodle .news .bt button {
    border: .0625rem solid #c7aa95;
    color: #c7aa95;
    background-color: white;
    font-size: 1rem;
    padding: .625rem;
    margin-right: 1.25rem;
}

.productinfomodle .news .bt button.active {
    border: 0;
    color: white;
    background-color: #c7aa95;
}

.productinfomodle .news .txt {
    padding: 1.25rem 0;
}

.productinfomodle .news .txt h3 {
    padding: 10px 0;
    font-weight: 600;
    color: #c7aa95;
}

.productinfomodle .news .txt p {
    font-size: 16px;
    padding: 10px 0;
}

.productinfomodle .tit {
    background-color: #c7aa95;
    font-size: 1.125rem;
    color: white;
    width: 100%;
    padding: .5rem;
    text-align: center;
    margin-bottom: 20px;

}
.bd .feedbackForm .line input,
.bd .feedbackForm .line textarea{
     box-shadow:unset !important;
        border:0;
}
.bd .feedbackForm{
        border-radius: 5px;
        background-color: #ffffff88;
}
.productinfomodle .tab table {
    width: 100%;
    border: 1px solid #c7aa95;
}

.productinfomodle .tab table tr {
    border: 1px solid #c7aa95;
}

.productinfomodle .tab table tr td {
    border: 1px solid #c7aa95;
    padding: 15px;
}

.productinfomodle .show {
    margin-top: 3.125rem;
    text-align: center;
}

.productinfomodle .show .tit {
    margin: 1.875rem 0;
}

.productinfomodle .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    height: 18.75rem;
    width: 100%;
}
.productinfomodle .down .img img{
    height:100%;
    object-fit: cover
}

.productinfomodle .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: .9375rem;
    background-color: #c7aa95;
    opacity: 0.6;
    display: none;
}

.productinfomodle .down .up i {
    font-size: 2.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.productinfomodle .down:hover .up {
    display: block;
    transition: 0.6s;
}

.productinfomodle .down:hover .img img {
    transform: scale(1.1);
    transition: 0.6s;
}

.productinfomodle .down:hover span a {
    color: #c7aa95;
}

.swiper-pagination {
    position: relative;
    bottom: 0;
    font-size: 1.875rem;
}

.swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background-color: #c7aa95;
}

.productinfomodle .show .ss {
    display: none;
}

.productinfomodle .content .swiper-container img {
    /*width: 5rem;*/
    /*height: 2.5rem;*/
    /*object-fit: cover;*/
}

.productinfomodle .content .swiper-container video {
    width: 5rem !important;
    height: 2.5rem;
}

.swiper_div{
    position: relative;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomodle .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 1.25rem;
}

.b .swiper-slide {
    /*width: 5rem !important;*/
    /*height: 3.125rem;*/
}

.b img {
    height: 100%;
}

.b .swiper-wrapper .swiper-slide a.active img {
    border: .125rem solid #c7aa95;
}

.b .swiper-wrapper .swiper-slide a.active video {
    border: .125rem solid #c7aa95;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev {
    position: absolute;
    top: 50%;
    left: 2%;
}

.productinfomain .content .left .cnext {
    position: absolute;
    top: 50%;
    right: 2%;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 25rem;
    height: 18.75rem;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 37.5rem;
    height: 18.75rem;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original img {
    width: 75rem;
    height: 37.5rem;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#productlist li a:hover {
    color: #c7aa95;

}

.show .s .img img {
    border-radius: .9375rem;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productinfomain .left ul li ul li:hover a {
    color: #c7aa95;
}

#productlist li ul li a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* search */
.searchmodle {
    background-color: #f9e7d3;
}
.searchmodle .searchmain {
    display: flex;
    flex-direction: column-reverse;
}

.searchmodle .searchmain .left {
    width: 100%;
}

.searchmodle .searchmain .right {
    width: 100%;
}

.searchmodle .left .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: .625rem;
    background-color: #f6f9fc;
    border-radius: .625rem;
    margin: .625rem;
}

.searchmodle .left .up {
    color: #86939f;
}

.searchmodle .left .line {
    border-bottom: .0625rem solid #86939f;
    display: none;
}

.searchmodle .left .up p:nth-child(4) {
    padding: .625rem;
    color: #c7aa95;
}

.searchmodle .left .up p:nth-child(2) {
    padding: .9375rem;
}

.searchmodle .left .up h6 {
    font-size: 1.5rem;
    padding: 1.125rem .9375rem .625rem .9375rem;
}

.searchmodle .left .cards .up h6:hover {
    color: #c7aa95;
}

.searchmodle .right .frame {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.searchmodle .right .frame input {
    width: 100%;
    padding: .625rem;
    border: .0625rem solid transparent;
    background-color: #f6f9fc;
}

.searchmodle .right .frame input:focus {
    border: .0625rem solid #c7aa95;
    transition: 0.6s;
    background-color: #fff;
}

.searchmodle .right .frame button {
    position: absolute;
    right: 0;
    border: 0;
    background-color: #c7aa95;
    color: white;
}

.searchmodle .right .frame button i {
    padding: .9375rem;
}

.searchmodle .right .txt {
    height: 3.125rem;
    margin-top: .625rem;
    display: flex;
    font-size: 1.875rem;
}

.searchmodle .right .txt span {
    line-height: 3.125rem;
    padding: 0 .625rem;

}

.searchmodle .right .txt span:nth-child(3) {
    color: #c7aa95;
    cursor: pointer;
}

.searchmodle .right .txt span:nth-child(3):hover {
    color: #c7aa95;
    transition: 0.8s;
}

.searchmodle .right .txt .t {
    width: .3125rem;
    height: 3.125rem;
    background-image: linear-gradient(red, yellow);
}

.searchmodle .right .hello {
    color: #50626f;
    font-size: 1.125rem;
    font-weight: 600;
    margin: .9375rem 0;
}

.searchmodle .right .hello:hover {
    color: #c7aa95;
    transition: 0.6s;
}

.searchmodle .right .img {
    width: 100%;
    margin-top: 1.25rem;
    overflow: hidden;
    height: 25rem;
    position: relative;
}

.searchmodle .right .img img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.8s;
}

.searchmodle .right .img:hover img {
    transform: scale(1.2);
    transition: 0.8s;
    cursor: pointer;
}

.searchmodle .right .img .zz {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e3a46;
    opacity: 0.5;
    top: 0;
    transition: 0.8s;
}

.searchmodle .right .img:hover .zz {
    opacity: 0.8;
    transition: 0.8s;
}

.searchmodle .right .img .txt {
    display: flex;
    flex-direction: column;
    padding: .625rem;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}

.searchmodle .right .img .txt button {
    width: 50%;
    padding: .625rem 1.25rem;
    background-color: #c7aa95;
    color: white;
    border: .0625rem solid transparent;
    font-size: 1rem;
    margin-top: 1.25rem;
    transition: 0.8s;

}

.searchmodle .right .img .txt button:hover {
    background-color: transparent;
    border: .0625rem solid #c7aa95;
    color: #fff;
    transition: 0.8s;
}

.searchmain .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.searchmain .pagelist a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.searchmain .pagelist a.item2 {
    width: 7.5rem;
}

.searchmain .pagelist a:hover {
    color: #c7aa95;
}

.searchmain .pagelist a.on {
    background: #c7aa95;
    color: #fff;
}

.searchmain .left .r .imgs {
    width: 20%;
    border-radius: .625rem;
}

.searchmain .left .r .imgs img {
    border-radius: .3125rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 404 */
.modle404 {
    background-image: url(../images/R-C.png);
}

.modle404 .modlemain404 {
    display: flex;
}

.modlemain404 .left {
    width: 60%;
    display: flex;
    justify-content: end;
}

.modlemain404 .left img {
    width: 80%;
    object-fit: cover;
}

.modlemain404 .right {
    width: 39%;
}

.modlemain404 .right h1 {
    padding: .625rem 0;
    font-size: 6.25rem;
}

.modlemain404 .right h6 {
    font-size: 1.875rem;
    padding: .625rem 0;
}

.modlemain404 .right p {
    padding: 10px 0;
    font-size: 22px;

}

.modlemain404 .right button {
    padding: 10px 30px;
    border-radius: 3.4375rem;
    border: .125rem solid #f9e7d3;
    background-color: white;
    margin: 20px 0;
}

.modlemain404 .right button:hover {
    background-color: #f9e7d3;
    color: white;
    transition: 0.5s;
}

.fl {
    display: none;
}

#main4zz .video video {
    width: auto;
}

/* 视频遮罩的按钮 */
.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #f9e7d3;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #f9e7d3;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ************************************************************客服模块******************************************* */
.side_content .side_list .cont li a:hover {
    color: #88553a;
}

.side_content .side_list .cont li i {
    color: #88553a;
}

/* ************************************************************手机导航样式*************************************** */
.plist {
    position: absolute;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 99999;
    transition: 0.5s !important;
}

.plist div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plist div img {
    height: auto;
    margin-left: 10px;
}

.plist div i {
    font-size: 40px;
    margin: 10px;
    color: #c7aa95;
}

.plistzz {
    position: absolute;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;

    z-index: 9999;
    transition: 1.8s;
}

.plist ul {
    margin: 10px;
}

.plist ul li {
    padding: 10px;
    color: #999;
    font-size: 16px;
}

.plist ul li a {
    color: #999;
}

.plist ul li.active a,
.plist ul li.active i {
    color: #88553a;
}

.plist ul li:hover {
    color: #000;
}

.plist ul li ul {
    display: none;
}

.plist ul li ul li {
    padding: 5px 15px;
    color: #333;
}

.plist ul li ul li ul li {
    padding: 5px 15px;
    color: #333;
}

.plist ul li ul li ul li ul li {
    padding: 5px 15px;
    color: #333;
}

.plist ul li:nth-child(1) {
    position: relative;
}

.plist ul li:nth-child(1) i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
}

.plist ul li:nth-child(1) input {
    width: 100%;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 25px;
}

.plist ul li ul li:hover {
    color: #000000;
}

.pright #nva1se {
    font-size: 30px;
    color: #000000;
    padding: 10px;
}

/* ***********************************************************查询************************************************* */
.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}

.szz .main {
    display: none;
}

.szz .main>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.szz .main div input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-left: 50px;
}

.szz .main div>div {
    position: relative;
    top:-15px;
}

.szz .main div>div>i {
    position: absolute;
    width: fit-content;
    font-size: 30px;
    color: #fff;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}

.szz .main i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #88553a;
    cursor: pointer;
}

#phone {
    display: none;
}

/* *************************************************************************面包屑导航********************************** */
.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #c7aa95;
    padding-bottom: 15px;
    padding-top: 35px;
}

.breadcrumb div {
    display: inline;
    font-size: 16px;
}

.breadcrumb div:not(:first-child):before {
    content: "/";
    margin: 0 5px;
    color: gray;
}

.breadcrumb div a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #c7aa95;
}

.breadcrumb div.active a {
    color: #c7aa95;
}
 .bd .productinfomodle .tit{
            margin-bottom: 15px;
}
/* *************************************************************************576*********************************************  */
@media (max-width:576px) {

    /*头部 脚部样式  */
    .nav1 {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        width: 50%;
        margin: 0;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left img {
        width: 75%;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    .plist div img {
        width: 50% !important;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 80px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    /* main1 */
    .main1 .main1bagin .down div div:nth-child(2) {
        margin: 25px 0;
    }

    /* main2 */
    .main2 .main2bagin .left .imgs img:nth-child(3) {
        display: none;
    }

    .main2 .main2bagin .right {
        margin: 15px 0;
        padding-top: 80px;
    }

    /* main3 */
    .main3 .main3bagin .down div {
        margin: 25px 0;
    }

    /* main4 */
    .main4 .main4bagin .down .right {
        margin-left: 40px;
    }

    .main4 .main4bagin .up .right .txt1 div {
        right: 15px;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left {
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */

    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right ul li {
        display: block;
    }

    .newmodle .right ul li .lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right ul li {
        display: block;
    }

    .productlistmodle .right ul li .img {
        width: 100%;
    }

    .productlistmodle .right ul li img {
        width: 100%;
    }

    .productlistmodle .right ul li .txt {
        width: 100%;
        position: static;
    }

    .productlistmodle .right ul li .txt button {
        position: static;
    }

    .productlistmodle .right ul li .txt span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .productlistmain .left {
        display: none;
    }

    /* productinfo */
    .productinfomodle .right {
        margin: 0;
    }

    .productinfomodle .content {
        display: block;
    }

    .productinfomodle .content .right button {
        width: 60%;
    }


    .s {
        display: none;
    }

    .productinfomodle .show .ss {
        display: block;
        overflow: hidden;
    }

    .productinfomodle .show .ss .down .img {
        width: 100%;
        object-fit: cover;
    }

    .productinfomodle .show .ss .down .img img {
        width: 100%;
        border-radius: 15px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right span:nth-child(1) {
        font-size: 16px;
    }

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: block !important;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 .container {
        padding: 0 20px;
    }

    .modle404 .modlemain404 {
        display: block;
    }

    .modlemain404 .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .modlemain404 .left img {
        height: 300px;
    }

    .modlemain404 .right {
        width: 100%;
        text-align: center;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:576px) and (max-width:768px) {

    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .nav1 {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        width: 50%;
        margin: 0;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left img {
        width: 75%;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    .plist div img {
        width: 50% !important;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 80px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer .fmain .footerul .footerli:nth-child(2) {
        justify-content: left;
    }

    .footer .fmain .footerul .footerli:nth-child(2) {
        margin-top: 25px;
    }


    .footer .fff {
        padding: 20px 0 50px 0;
    }

    /* main1 */
    .main1 .main1bagin .down div div:nth-child(2) {
        margin: 25px 0;
    }

    /* main2 */
    .main2 .main2bagin .left .imgs img:nth-child(3) {
        display: none;
    }

    .main2 .main2bagin .right {
        margin: 15px 0;
        padding-top: 80px;
    }

    /* main3 */
    .main3 .main3bagin .down div {
        margin: 25px 0;
    }

    /* main4 */
    .main4 .main4bagin .down .right {
        margin-left: 40px;
    }

    .main4 .main4bagin .up .right .txt1 div {
        right: 15px;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left {
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right ul li {
        display: block;
    }

    .newmodle .right ul li .lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    /* .productlistmodle .right ul li{display: block;} */
    .productlistmodle .right ul li img {
        width: 100%;
    }

    .productlistmodle .right ul li .txt {
        width: 60%;
    }

    .productlistmodle .right ul li .txt span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .right ul li .txt button {
        width: 50%;
    }

    /* productinfo */
    .productinfomodle .productinfomain .right .content {
        display: block;
    }
    .zoomContainer {
        display: none;
    }

    .s {
        display: none;
    }

    .productinfomodle .show .ss {
        display: block;
        overflow: hidden;
    }

    .productinfomodle .show .ss .down .img {
        width: 100%;
        object-fit: cover;
    }

    .productinfomodle .show .ss .down .img img {
        width: 100%;
        border-radius: 15px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right span:nth-child(1) {
        font-size: 16px;
    }

    .productinfomodle .right .left {
        display: block !important;
    }


    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 .container {
        padding: 0 20px;
    }

    .modle404 .modlemain404 {
        display: block;
    }

    .modlemain404 .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .modlemain404 .left img {
        height: 300px;
    }

    .modlemain404 .right {
        width: 100%;
        text-align: center;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:768px) and (max-width:992px) {

    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .nav1 {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        width: 50%;
        margin: 0;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left img {
        width: 50%;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    .plist div img {
        width: 50% !important;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 80px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer .fmain .footerul .footerli:nth-child(2) {
        justify-content: left;
    }

    .footer .fmain .footerul .footerli:nth-child(2) {
        margin-top: 25px;
    }

    /* main1 */
    .main1 .main1bagin .down div div {
        margin: 25px 0;
    }

    /* main2 */
    .main2 .main2bagin .left .imgs img:nth-child(3) {
        display: none;
    }

    .main2 .main2bagin .right {
        margin: 15px 0;
        padding-top: 80px;
    }

    /* main3 */
    .main3 .main3bagin .down div {
        margin: 25px 0;
    }

    /* main4 */
    .main4 .main4bagin .down .right {
        margin-left: 40px;
    }

    .main4 .main4bagin .up .right .txt1 div {
        right: 15px;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left {
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    .newlistmodle .c {
        width: 50%;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right ul li img {
        width: 100%;
    }

    .productlistmodle .right ul li .txt span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomodle .productinfomain .right .content {
        display: block;
    }

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: block !important;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modlemain404 .left {
        display: block;
        margin: auto;
    }

    .modlemain404 .left img {
        width: 100%;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:992px) and (max-width:1200px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav1main .left img {
        width: 100%;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    /* productinfo */

    #bg {
        height: 290px;
    }

    #bg img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomodle .content .right button {
        width: 60%;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left {
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0 10PX;
    }
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right ul li img {
        width: 100%;
    }

    .productlistmodle .right ul li .txt span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomain .content .left {
        width: 50%;
        display: block !important;
    }


    .bg img {
        height: 500px;
        object-fit: cover;
    }

    .zoomContainer {
        display: none;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modlemain404 .left {
        display: block;
        margin: auto;
    }
    .productinfomodle .content .right{
        width: 48%;
    }
}

/* *************************************************************************1200-1400*********************************************  */

@media (min-width:1200px) and (max-width:1600px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav1main .left img {
        width: 100%;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    /* productinfo */

    #bg {
        height: 290px;
    }

    #bg img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomodle .content .right button {
        width: 60%;
    }
}
.table_wrap{
    overflow-x: scroll;
}
.table_wrap table{overflow-x: auto;text-align: center;margin: 0 auto;width: 100%;border: 1px solid #000;font-size:16px;}
.table_wrap table td {border: 1px solid #000;text-align: center; padding: 10px;}
#submit {
    width: 100%;
    color: #fff;
    background-color: #cfc5b8!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
#submit1 {
    width: 100%;
    color: #fff;
    background-color: #cfc5b8;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
a:hover{text-decoration:none!important;}

.breadcrumbs_ty a,
.breadcrumbs_ty span{
  font-size: 18px;
  color: #000000;
}
.breadcrumbs_ty p{
  margin: 5px 0;
}
.breadcrumbs_ty{
   padding: 15px 0;
}
.breadcrumbs_ty .last{
   text-transform:capitalize !important;
}
.ty_line_down{
   width: 100%;
   background-color: #cdcdcd;
   height: 1px;
}