@font-face {
    font-family: 'GongFan';
    src: url(../fonts/gongfan.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
}

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

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

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

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
    display: block;
}

.head-container {
    padding: 0 160px;
    margin: auto;
}

.container {
    width: 1600px;
    margin: auto;
}

.cang {
    /* opacity: 0; */
    height: 0;
    display: none;
}

.xian {
    /* opacity: 1; */
    height: auto;
    display: block;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .3s ease-in;
    background-color: #fff;
}

.header.test {
}

.head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head-left {
}

.head-left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-left ul li {
    position: relative;
}

.head-left ul li a {
    font-size: 18px;
    color: #666666;
    display: block;
    padding: 30px 50px;
}

.head-zhong {
}

.head-zhong a {
    width: 50px;
    display: block;
}

.head-zhong a img {
    width: 100%;
}

.head-right {
}

.head-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-right ul li {
    position: relative;
}

.head-left ul li:hover .drop-down, .head-right ul li:hover .drop-down {
    display: block;
}

.head-left ul li:hover > a, .head-right ul li:hover > a {
    color: #709326;
}

.head-right ul li a {
    font-size: 18px;
    color: #666666;
    display: block;
    padding: 30px 50px;
}

.drop-down {
    width: max-content;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    display: none;
}

.drop-down a {
    padding: 20px !important;
    padding-top: 0px !important;
    text-align: center;
}

.drop-down a:first-child {
    padding-top: 20px !important;
}

.drop-down a:hover {
    color: #709326;
}

.ban-bj {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
}

.img-holder {
    width: 100%;
}

.img-holder img{
    width: 100%;
    display: block;
}

.ban {
    width: 100%;
    height: 100vh;
    background: url(../img/ban.jpg) no-repeat center fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    background-position: 50% 0%;
    will-change: transform;
}

.ban img {
    width: 100%;
    display: block;
}

.ban-zi {
    position: absolute;
    top: 25%;
    left: 35%;
}

.ban-zi h2 {
    font-size: 80px;
    color: #703319;
    text-align: center;
    font-family: 'GongFan';
}

.ban-zi p {
    font-size: 24px;
    line-height: 40px;
    color: #836338;
    text-align: center;
}

.ban-zi div {
    text-align: center;
    margin-top: 10px;
}

.ban-zi a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    border-radius: 25px;
    background-color: #703319;
    border: 1px solid transparent;
    transition: .3s ease-in;
}

.ban-zi div a:hover, .ban1-zi div a:hover {
    background-color: transparent;
    color: #703319;
    border: 1px solid #703319;
}

.ban-zi p span {
    font-size: 24px;
    color: #CB000A;
    display: inline-block;
}

.ban-1 {
    height: 100vh;
    background: url(../img/ban-1.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    transform: translateZ(0.1px);
}

.ban-1 img {
    width: 100%;
    display: block;
}

.ban1-zi {
    width: 665px;
    position: absolute;
    top: 25%;
    left: 10%;
}

.ban1-zi h2 {
    font-size: 80px;
    color: #E36400;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    text-align-last: justify;
}

.ban1-zi h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E36400;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ban1-zi p {
    font-size: 30px;
    color: #1569CC;
    margin-top: 10px;
}

.ban1-zi ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ban1-zi ul li {
    width: 32%;
    font-size: 16px;
    line-height: 32px;
    color: #1568CC;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}

.ban1-zi ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1568CC;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.ban1-zi div {
    margin-top: 10px;
}

.ban1-zi a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    border-radius: 25px;
    background-color: #703319;
    border: 1px solid transparent;
    transition: .3s ease-in;
}

.ban-bj > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.footer {
    position: relative;
    background-color: #F3F4F4;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-left {
    width: 75%;
    padding-right: 5%;
    border-right: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.foot-left-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.foot-left-top a {
    width: 40px;
    display: block;
}

.foot-left-top a img {
    max-width: 100%;
    display: block;
}

.foot-left-cont {
    padding-top: 80px;
    border-top: 1px solid #EBEBEB;
}

.foot-left-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-left-cont ul li {
}

.foot-left-cont ul li p {
    font-size: 16px;
    color: #333333;
}

.foot-left-cont ul li a {
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
    display: block;
}

.foot-right {
    width: 25%;
    padding-left: 5%;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.foot-right-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
}

.foot-right-top i {
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
}

.foot-right-top p {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.foot-right-top p span {
    font-size: 28px;
    color: #333333;
    display: inline-block;
}

.foot-right-cont {
    padding-top: 80px;
    border-top: 1px solid #EBEBEB;
}

.foot-right-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.foot-right-z {
    width: 20px;
}

.foot-right-z i {
    font-size: 18px;
    color: #333333;
}

.foot-right-y {
    width: calc(100% - 40px);
    margin-left: 20px;
}

.foot-right-y h2 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.foot-right-y p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.foot-ewm {
    width: 110px;
    margin-left: 40px;
}

.foot-ewm img {
    width: 100%;
    display: block;
}

.foot-ewm p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 10px;
}

.foot-di {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #EBEBEB;
}

.foot-di-left {
    width: 75%;
    padding-right: 5%;
    box-sizing: border-box;
    border-right: 1px solid #EBEBEB;
    padding: 50px 0;
}

.foot-di-right {
    padding: 50px 0;
}

.foot-di p {
    font-size: 14px;
    color: #999999;
}

.foot-di p a {
    font-size: 14px;
    color: #999999;
    display: block;
}

.pro-ban {
}

.pro-ban img {
    width: 100%;
    display: block;
}

.pro {
}

.pro-top {
    margin-top: -67px;
}

.pro-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-top ul .active {
    color: #709326;
}

.pro-top ul li {
    width: 50%;
    font-size: 18px;
    color: #191919;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.pro-top ul li a {
    padding: 20px 0;
    display: block;
}

/* .pro-top ul li:first-child::after{
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    background-color: #DCDDDD;
    position: absolute;
    top: 30%;
    right: 0;
} */
.pro-cont-p {
    padding-top: 50px;
}

.pro-cont-p p {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}

.pro-content {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-cont {
    width: 47%;
}

.pro-cont a {
    display: block;
    padding-bottom: 30px;
    position: relative;
    transition: .3s ease-in;
}

.pro-cont a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #709326;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}

.pro-cont a .pro-cont-img {
    box-shadow: 0 0 10px 0 #C1C1C1;
    overflow: hidden;
}

.pro-cont a:hover::after {
    width: 100%;
}

.pro-cont a:hover img {
    transform: scale(1.1);
}

.pro-cont a:hover h2 {
    color: #709326;
}

.pro-cont a .pro-cont-img img {
    width: 55%;
    display: block;
    margin: auto;
    padding: 60px 0;
    transition: .3s ease-in;
}

.pro-cont a p {
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

.pro-cont a h2 {
    font-size: 24px;
    line-height: 36px;
    padding-left: 20px;
    color: #191919;
    margin-top: 20px;
    position: relative;
    transition: .3s ease-in;
}

.pro-cont a h2::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #709326;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.pro-cont a .pro-cont-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.pro-cont a .pro-cont-more span {
    font-size: 14px;
    color: #666666;
}

.pro-cont a .pro-cont-more i {
    font-size: 20px;
    color: #333333;
}

.pro-detail {
    margin-top: 103px;
}

.pro-detail-one {
}

.pro-detail-one-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
    border-bottom: 1px solid #DCDDDD;
}

.pro-detail-one-left {
    width: 55%;
}

.pro-detail-one-left h2 {
    font-size: 32px;
    color: #191919;
}

.pro-detail-one-left > h3 {
    font-size: 20px;
    color: #191919;
}

.pro-detail-one-left > p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding: 30px 0;
}

.pro-detail-one-left li {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    display: flex;
    align-items: flex-start;
}

.pro-detail-one-left li span {
    display: inline-block;
}

.pro-detail-one-left li span:first-child {
    width: 80px;
    color: #000000;
}

.pro-detail-one-left li span:last-child {
    width: calc(100% - 90px);
    color: #666666;
}

.pro-detail-one-left .pro-one-js {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.pro-detail-one-left .pro-one-js .pro-one-js-cont {
}

.pro-detail-one-left .pro-one-js .pro-one-js-cont:hover img {
    transform: rotateY(180deg);
}

.pro-detail-one-left .pro-one-js .pro-one-js-cont img {
    display: block;
    margin: auto;
    transition: .3s ease-in;
}

.pro-detail-one-left .pro-one-js .pro-one-js-cont p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.pro-detail-one-right {
    width: 30%;
    /* overflow: hidden; */
}

.pro-detail-one-right:hover img {
    transform: scale(1.1);
}

.pro-detail-one-right img {
    display: block;
    margin: auto;
    transition: .3s ease-in;
}

.pro-detail-two {
    padding-top: 100px;
}

.pro-detail-two-all {
}

.pro-detail-two-all h2 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-two-all h2::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-two-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.pro-detail-two-cont {
    flex: 1;
    box-shadow: 0 0 8px 0 rgba(209, 209, 209, .8);
    padding: 30px;
    box-sizing: border-box;
    margin: 10px;
}

.pro-detail-two-cont:first-child {
    margin-left: 0;
}

.pro-detail-two-cont:last-child {
    margin-right: 0;
}

.pro-detail-two-cont .circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #709326;
    text-align: center;
    line-height: 50px;
    border: 1px solid #709326;
    border-radius: 50%;
}

.pro-detail-two-cont p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
}

.pro-detail-three {
    padding-top: 100px;
}

.pro-detail-three-all {
}

.pro-detail-three-all h1 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-three-all h1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-three-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.pro-detail-three-left {
    width: 45%;
}

.pro-detail-three-left h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
}

.pro-detail-three-left h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-three-left > p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    padding-left: 20px;
}

.pro-detail-three-left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.pro-detail-three-left ul li {
}

.pro-detail-three-left ul li img {
    display: block;
    margin: auto;
}

.pro-detail-three-left ul li p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.pro-detail-three-right {
    width: 45%;
}

.pro-detail-three-right h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
}

.pro-detail-three-right h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-three-right > p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    padding-left: 20px;
}

.pro-detail-three-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.pro-detail-three-right ul li {
}

.pro-detail-three-right ul li img {
    display: block;
    margin: auto;
}

.pro-detail-three-right ul li p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.pro-detail-four {
    padding-top: 100px;
}

.pro-detail-four-all {
}

.pro-detail-four-all h1 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-four-all h1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-four-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.pro-detail-four-cont {
    width: 22%;
}

.pro-detail-four-cont h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.pro-detail-four-cont h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-four-cont p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-left: 20px;
}

.pro-detail-five {
    padding-top: 100px;
}

.pro-detail-five-all {
}

.pro-detail-five-all h1 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-five-all h1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-five-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.pro-detail-five-left {
    width: 45%;
}

.pro-detail-five-left h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.pro-detail-five-left h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-five-left p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}

.pro-detail-five-left img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.pro-detail-five-right {
    width: 45%;
}

.pro-detail-five-right h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.pro-detail-five-right h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-five-right p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}

.pro-detail-five-right img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.pro-detail-six {
    padding-top: 100px;
}

.pro-detail-six-all {
}

.pro-detail-six-all h1 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-six-all h1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-six-all h2 {
    font-size: 18px;
    line-height: 20px;
    color: #709326;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 60px;
}

.pro-detail-six-all h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pro-detail-six-all p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    padding-left: 20px;
}

.pro-detail-six-all img {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.pro-detail-seven {
    padding: 100px 0;
}

.pro-detail-seven-all {
}

.pro-detail-seven-all h1 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.pro-detail-seven-all h1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #709326, rgba(114, 127, 38, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.pro-detail-seven-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.pro-detail-seven-left {
    width: 60%;
}

.pro-detail-seven-left img {
    width: 100%;
    display: block;
}

.pro-detail-seven-right {
    width: 35%;
}

.pro-detail-seven-right li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.pro-detail-seven-right li:first-child {
    margin-top: 0;
}

.pro-detail-seven-right li img {
    width: 70px;
    height: 70px;
    display: block;
}

.pro-detail-seven-right li p {
    width: calc(100% - 90px);
    font-size: 18px;
    line-height: 24px;
    color: #709326;
}

.work {
}

.work-top {
    margin-top: -67px;
}

.work-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.work-top ul .active a {
    color: #709326;
}

.work-top ul li {
    width: 50%;
    font-size: 18px;
    color: #191919;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.work-top ul li:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    background-color: #DCDDDD;
    position: absolute;
    top: 30%;
    right: 0;
}

.work-cont-top {
    margin-top: 100px;
}

.work-cont-top h2 {
    font-size: 32px;
    color: #191919;
    text-align: center;
}

.work-cont-top span {
    width: 1px;
    height: 60px;
    display: block;
    background-color: #DCDDDD;
    margin: 40px auto;
    position: relative;
}

.work-cont-top span::before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #709326;
    position: absolute;
    top: 0;
    left: 0;
    animation: dong 3s infinite linear;
}

@keyframes dong {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

.work-cont-top p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}

.work-content-all {
    margin-top: 60px;
    padding-bottom: 100px;
}

.work-content {
}

.work-content ul {
}

.work-content>ul > li:hover p:last-child {
    color: #709326;
}

.work-content>ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DCDDDD;
}

.work-content>ul > li:first-child {
    border-bottom: 1px solid #709326;
}

.work-content>ul > li:first-child p {
    font-size: 18px;
}

.work-content>ul > li p {
    font-size: 16px;
    padding: 20px 0;
    color: #191919;
}
.work-content>ul > li p:nth-child(1),
.work-content>ul > li p:nth-child(2),
.work-content>ul > li p:nth-child(3){
    width: 25%;
}

.work-jl {
    position: relative;
    overflow: hidden;
    display: none;
}

.work-jl-all {
    padding: 40px 0;
    position: relative;
}

.work-jl h2 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.work-jl .ts {
    position: absolute;
    top: 40px;
    right: 80px;
    cursor: pointer;
}

.work-jl .ts:hover {
}

.work-jl .ts:hover p {
    background-color: transparent;
    border: 1px solid #709326;
}

.work-jl .ts:hover p span {
    color: #709326;
}

.work-jl .ts:hover p i {
    color: #709326;
}

.work-jl .ts input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.work-jl .ts p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding: 10px 30px;
    background-color: #709326;
    border: 1px solid transparent;
    transition: .3s ease-in;
}

.work-jl .ts p span {
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s ease-in;
}

.work-jl .ts p i {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}

.about {
}

.about-top {
    margin-top: -67px;
}

.about-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-top ul .active {
    color: #709326;
}

.about-top ul li {
    flex-grow: 1;
    font-size: 18px;
    color: #191919;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.about-top ul .active a {
    color: #709326;
}

.about-top ul li a {
    color: #191919;
}

.about-top ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    background-color: #DCDDDD;
    position: absolute;
    top: 30%;
    right: 0;
}

.about-top ul li:last-child::after {
    content: "";
    display: none;
}

.about-one {
    padding: 200px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.about-one-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.about-one-left {
    width: 20%;
}

.about-one-left h2 {
    font-size: 32px;
    color: #191919;
}

.about-one-left p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.about-one-right {
    width: 60%;
}

.about-one-right p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.about-one-img {
    margin-top: -100px;
}

.about-one-img img {
    width: 100%;
    display: block;
}

.about-two {
    padding: 100px 0;
    background: url(../img/wh-bj.jpg) no-repeat center fixed;
    background-size: cover;
    background-color: black;
    position: sticky;
    top: 0;
}

.about-two-top {
}

.about-two-top h2 {
    font-size: 32px;
    color: #191919;
}

.about-two-top p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.about-two-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.about-two-cont {
    width: 32%;
    padding: 80px 50px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    transition: .3s ease-in;
}

.about-two-cont:nth-child(1):hover {
    background: url(../img/wh-1.jpg) no-repeat center;
    background-size: cover;
}

.about-two-cont:nth-child(2):hover {
    background: url(../img/wh-1.jpg) no-repeat center;
    background-size: cover;
}

.about-two-cont:nth-child(3):hover {
    background: url(../img/wh-1.jpg) no-repeat center;
    background-size: cover;
}

.about-two-cont h2 {
    font-size: 24px;
    color: #333333;
}

.about-two-cont p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.about-two-cont span {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px dashed #709326;
    border-radius: 50%;
    margin-top: 250px;
}

.about-two-cont span i {
    font-size: 40px;
    color: #709326;
    display: block;
    text-align: center;
    line-height: 70px;
}

.about-three {
    padding: 200px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
}

.about-three-top {
}

.about-three-top h2 {
    font-size: 32px;
    color: #191919;
}

.about-three-top p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.about-three-all {
    margin-top: 40px;
    position: relative;
}

.his-swiper {
    overflow: hidden;
}

.his-swiper-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.his-swiper-left {
    width: 50%;
}

.his-swiper-left img {
    width: 100%;
    display: block;
}

.his-swiper-right {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}

.his-swiper-right h2 {
    font-size: 24px;
    color: #333333;
}

.his-swiper-right p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}

.his-next {
    width: 30px;
    height: 30px;
    background-color: #f3f3f4;
    border-radius: 50%;
    right: -40px;
}

.his-next::after {
    color: #709326;
    font-size: 18px;
}

.about-four {
    padding: 100px 0;
    background: url(../img/honor-bj.jpg) no-repeat center fixed;
    background-size: cover;
    background-color: #fff;
    position: sticky;
    top: 0;
}

.about-four-top h2 {
    font-size: 32px;
    color: #191919;
    text-align: center;
}

.about-four-top p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.about-four-all {
    margin-top: 80px;
}

.honor-swiper {
    overflow: hidden;
    position: relative;
}

.honor-swiper .swiper-slide {
}

.honor-swiper .swiper-slide img {
    display: block;
}

.honor-swiper .swiper-slide-shadow-left,
.honor-swiper .swiper-slide-shadow-right {
    background-image: unset;
}

.about-five {
    padding: 200px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
}

.about-five-top {
}

.about-five-top h2 {
    font-size: 32px;
    color: #191919;
}

.about-five-top p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.about-five-all {
    margin-top: 60px;
    padding-left: 18%;
}

.keyan-swiper {
    overflow: hidden;
    position: relative;
}

.keyan-swiper .swiper-slide {
}

.keyan-swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.keyan-next {
    width: 30px;
    height: 30px;
    background-color: #333333;
    border-radius: 50%;
    right: 18%;
}

.keyan-next::after {
    color: #fff;
    font-size: 20px;
}

.about-six {
    padding: 100px 0;
    background-color: #EFEFEF;
    position: sticky;
    top: 0;
}

.about-six-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about-six-left {
    width: 40%;
}

.about-six-left img {
    display: block;
    margin: auto;
}

.about-six-right {
    width: 50%;
}

.about-six-right h2 {
    font-size: 32px;
    color: #191919;
}

.about-six-right h3 {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.about-six-right p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
    margin-top: 40px;
}

.pro-top ul .active a {
    color: #ffffff;
    background-color: rgb(112 147 38 / 80%);
}

.shop {
}

.shop-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    padding: 150px 0;
    padding-top: 90px;
}

.shop-cont {
    width: 23%;
    margin-left: 2%;
    margin-top: 60px;
}

.shop-cont img {
    width: 60%;
    display: block;
    margin: auto;
}

.shop-cont p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

.contact-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 150px 0;
    border-bottom: 1px solid #DCDDDD;
    align-items: center;
}

.contact-one-left {
    width: 50%;
}

.contact-one-left h2 {
    font-size: 22px;
    line-height: 40px;
    color: #191919;
}

.contact-one-left form {
    margin-top: 40px;
}

.contact-one-left form legend {
    font-size: 18px;
    color: #fff;
    background-color: #709326;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.contact-one-left form .form-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-one-left form .form-one .form-group {
    width: 45%;
    margin-top: 20px;
}

.contact-one-left form .form-one .form-group label {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.contact-one-left form .form-one .form-group:nth-child(1) label::after,
.contact-one-left form .form-one .form-group:nth-child(2) label::after,
.contact-one-left form .form-one .form-group:nth-child(3) label::after,
.contact-one-left form .form-one .form-group:nth-child(4) label::after {
    content: "*";
    display: block;
    font-size: 16px;
    color: #C30D23;
    position: absolute;
    top: 0;
    right: -10px;
}

.contact-one-left form .form-one .form-group input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: #EFEFEF;
    padding: 15px 10px;
    margin-top: 5px;
}

.contact-one-left form .btn {
    font-size: 16px;
    color: #fff;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 25px;
    background-color: #709326;
    margin: auto;
    margin-top: 40px;
    display: block;
    padding: 10px 40px;
}

.contact-one-right {
    width: 47%;
}

.contact-one-right img {
    width: 100%;
    display: block;
}

.contact-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 150px 0;
}

.contact-two-left {
    width: 50%;
}

.contact-two-left #container {
    width: 100%;
    height: 460px;
}

.contact-two-right {
    width: 40%;
}

.contact-two-right h2 {
    font-size: 24px;
    color: #191919;
    margin-bottom: 30px;
}

.contact-two-right li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.contact-two-right li i {
    font-size: 16px;
    color: #709326;
}

.contact-two-right li p {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 16px;
    color: #333333;
}

.news-all {
    padding: 200px 0;
}

.news-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news-cont a {
    width: 48%;
    box-shadow: 0 0 5px 0 rgba(181, 181, 181, .75);
}

.news-cont a:hover .news-p {
    background-color: #709326;
}

.news-cont a:hover .news-p p {
    border-top: 1px solid #fff;
}

.news-cont a:hover .news-p h2 {
    color: #fff;
}

.news-cont a:hover .news-p p span {
    color: #fff;
}

.news-cont a:hover p span i {
    background-color: #fff;
}

.news-cont a:hover img {
    transform: scale(1.1);
}

.news-cont a:nth-child(2) {
    margin-top: 200px;
}

.news-cont a .news-img {
    overflow: hidden;
    position: relative;
}

.news-cont a .news-img img {
    width: 100%;
    display: block;
    transition: .3s ease-in;
}

.news-img-p {
    position: absolute;
    top: 20px;
    left: 20px;
}

.news-img-p span {
    font-size: 12px;
    display: block;
    color: #fff;
}

.news-img-p h2 {
    font-size: 40px;
    color: #fff;
}

.news-p {
    padding: 50px;
    box-sizing: border-box;
    transition: .3s ease-in;
}

.news-p h2 {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-p p {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #DCDDDD;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease-in;
}

.news-p p span {
    font-size: 16px;
    color: #333333;
    transition: .3s ease-in;
}

.news-p p span i {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #333333;
    margin: 0 5px;
    transition: .3s ease-in;
}

.news-detail {
    padding: 100px 0;
    margin-top: 103px;
}

.news-detail-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news-detail-left {
    width: 70%;
}

.news-detail-left-top {
}

.news-detail-left-top span {
    display: block;
    font-size: 14px;
    color: #999999;
}

.news-detail-left-top h2 {
    font-size: 32px;
    color: #191919;
    margin-top: 10px;
}

.news-detail-left-top p {
    font-size: 16px;
    color: #709326;
    margin-top: 20px;
}

.news-detail-left-cont {
    margin-top: 60px;
}

.news-detail-right {
    width: 25%;
}

.news-detail-right li {
}

.news-detail-right li a {
    display: block;
    padding: 60px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(181, 181, 181, .75);
    transition: .3s ease-in;
}

.news-detail-right li a:hover {
    background-color: #709326;
}

.news-detail-right li a:hover h2 {
    color: #fff;
}

.news-detail-right li a:hover p {
    color: #fff;
}

.news-detail-right li a:last-child {
    margin-top: 30px;
}

.news-detail-right li a h2 {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-detail-right li a p {
    font-size: 16px;
    color: #666666;
    margin-top: 100px;
    transition: .3s ease-in;
}

.login {
    padding: 100px 0;
    background-color: #709326;
    margin-top: 87px;
}

.login-all {
}

.login-cont {
    width: 30%;
    background-color: #fff;
    padding: 60px 70px;
    box-sizing: border-box;
    margin: auto;
}

.login-cont form {
}

.login-cont form legend {
    width: 50px;
    display: block;
    margin: auto;
}

.login-cont form legend img {
    width: 100%;
    display: block;
}

.login-cont form .form-group {
    position: relative;
    margin-top: 30px;
}

.login-cont form .form-group label {
    width: 20px;
    position: absolute;
    top: 10px;
    left: 0;
}

.login-cont form .form-group label img {
    width: 100%;
    display: block;
}

.login-cont form .form-group input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 1px solid #999999;
    padding: 10px;
    padding-left: 30px;
}

.login-cont form .form-group input::placeholder {
    text-align: center;
}

.login-cont form .btn {
    outline: none;
    border: none;
    width: 100%;
    background-color: #709326;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}
.login-cont form .btn a{
    padding: 15px 0;
    display: block;
}

.dingdan {
    margin-top: 87px;
    padding: 100px 0;
}

.dingdan-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dingdan-left {
    width: 260px;
}

.dingdan-left ul {
}

.dingdan-left ul li {
}

.dingdan-left ul li:last-child a {
    border-bottom: 1px solid #DCDDDD;
}

.dingdan-left ul li a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    border-top: 1px solid #DCDDDD;
    border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
}

.dingdan-left ul .active a {
    background-color: #EFEFEF;
    color: #333333;
}

.dingdan-right {
    width: calc(100% - 300px);
}

.date {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.date-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.date-start p {
    font-size: 16px;
    color: #333333;
}

.date-start input {
    margin-left: 10px;
    margin-left: 10px;
    border: 1px solid #DCDDDD;
    padding: 5px;
}

.date-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
}

.date-end p {
    font-size: 16px;
    color: #333333;
}

.date-end input {
    margin-left: 10px;
    margin-left: 10px;
    border: 1px solid #DCDDDD;
    padding: 5px;
}

.date-btn {
    margin-left: 40px;
}

.date-btn input {
    font-size: 16px;
    color: #fff;
    background-color: #709326;
    border-radius: 25px;
    padding: 6px 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid transparent;
    transition: .3s ease-in;
}

.date-btn input:hover {
    border: 1px solid #709326;
    background-color: transparent;
    color: #709326;
}

.dd-table {
}

.dd-table-one {
    margin-top: 40px;
}

.dd-table-one li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.dd-table-one li p {
    font-size: 16px;
    color: #666666;
}

.dd-table-one li p i {
    font-size: 20px;
    display: block;
    transition: .3s ease-in;
}

.dd-table-one.active p i {
    transform: rotate(180deg);
}

.dd-table-yi {
    display: none;
}

.dd-table-yi.active {
    display: block;
}

.dd-table-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DCDDDD;
    padding: 10px 20px;
    box-sizing: border-box;
}

.dd-table-two li {
    width: 11.11111%;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
}

.sh {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.sh::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #709326;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.new-dd-top-jia {
    overflow: hidden;
}

.new-dd-top-jia p {
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 40px;
    margin-top: 30px;
    background-color: #709326;
    border-radius: 25px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s ease-in;
    display: inline-block;
    float: right;
}

.new-dd-top-jia p:hover {
    color: #709326;
    border: 1px solid #709326;
    background-color: transparent;
}

.new-address {
}

.new-address p {
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 40px;
    margin-top: 30px;
    background-color: #709326;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s ease-in;
    display: inline-block;
}

.new-address p:hover {
    color: #709326;
    border: 1px solid #709326;
    background-color: transparent;
}

.new-address-all .dizhi {
    margin-top: 20px;
}

.dizhi > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.dizhi table tr td input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
}

.new-dd-top {
}

.dd-form-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.dd-form-one .delete {
    cursor: pointer;
    color: #709326;
}

.dd-form-one .form-group {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.dd-form-one .form-group label {
    width: 65px;
    font-size: 16px;
    color: #333333;
}

.dd-form-one .form-group select {
    width: calc(100% - 85px);
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #999999;
    margin-left: 20px;
    font-size: 16px;
    color: #666666;
}

.dd-form-one .form-group input {
    width: calc(100% - 85px);
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999999;
    padding: 15px;
    margin-left: 20px;
    font-size: 16px;
    color: #666666;
}

.dd-date {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.dd-date p {
    font-size: 14px;
    color: #666;
}

.dd-date input {
    margin-left: 10px;
    font-size: 14px;
}

.new-dd-top .btn {
    font-size: 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px 40px;
    margin-top: 30px;
    background-color: #709326;
    color: #fff;
    border: 1px solid transparent;
    transition: .3s ease-in;
}

.new-dd-top .btn:hover {
    background-color: transparent;
    color: #709326;
    border: 1px solid #709326;
}

.success-tan {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.success-tan-all {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.success-tan-cont {
    width: 15%;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 80px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px 0 rgba(181, 181, 181, .75);
    z-index: 1000;
}

.success-tan-close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #333333;
    font-size: 30px;
}

.success-tan-p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.success-tan-p img {
    display: block;
}

.success-tan-p p {
    font-size: 16px;
    color: #709326;
    margin-left: 10px;
}

.my {
    color: #709326 !important;
}

.my-all {
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #DCDDDD;
}

.my-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDDDD;
}

.my-top-left {
    width: 120px;
    display: block;
}

.my-top-left img {
    width: 100%;
}

.my-top-right {
    margin-left: 20px;
}

.my-top-right h2 {
    font-size: 18px;
    color: #333333;
}

.my-top-right p {
    font-size: 16px;
    color: #fff;
    background-color: #709326;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.my-cont {
}

.my-cont form {
}

.my-cont-one {
    width: 50%;
}

.my-cont-one .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.my-cont-one .form-group label {
    width: 85px;
    font-size: 16px;
    color: #333333;
    text-align-last: justify;
    position: relative;
}

.my-cont-one .form-group label::after {
    content: ":";
    display: block;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 0;
    right: -10px;
}

.my-cont-one .form-group input {
    width: calc(100% - 120px);
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #DCDDDD;
    margin-left: 20px;
}

.my-cont-two {
    margin-top: 40px;
}

.my-cont-two label {
    width: 85px;
    font-size: 16px;
    color: #333333;
    text-align-last: justify;
    position: relative;
    display: block;
}

.my-cont-two label::after {
    content: ":";
    display: block;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 0;
    right: -10px;
}

.my-cont-two ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}

.my-cont-two ul li {
    width: 18%;
    margin-left: 2%;
    margin-top: 40px;
    position: relative;
}

.my-cont-two ul li img {
    width: 200px;
    height: 160px;
    display: block;
    object-fit: cover;
}

.my-cont-two ul li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.my-cont-two ul li input {
    width: 200px;
    height: 160px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.address {
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #DCDDDD;
}

.add-address {
    font-size: 16px;
    color: #709326;
}

.address-one {
    width: 50%;
}

.address-one .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.address-one .form-group label {
    width: 85px;
    font-size: 16px;
    color: #333333;
    text-align-last: justify;
    position: relative;
    display: block;
}

.address-one .form-group label::after {
    content: ":";
    display: block;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 0;
    right: -10px;
}

.address-one .form-group input, .diqu {
    width: calc(100% - 120px);
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #DCDDDD;
    margin-left: 20px;
}

.diqu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.diqu select {
    width: 30%;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-size: 16px;
    color: #333333;
}

.address-one .form-group textarea {
    width: calc(100% - 120px);
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #DCDDDD;
    margin-left: 20px;
    resize: none;
}

.address form .btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid transparent;
    margin-top: 40px;
    background-color: #709326;
    transition: .3s ease-in;
}

.address form .btn:hover {
    background-color: transparent;
    color: #709326;
    border: 1px solid #709326;
}

.dizhi {
    margin-top: 60px;
}

.dizhi table, .dizhi th, .dizhi td {
    border: 1px solid #DCDDDD;
    border-collapse: collapse; /* 移除单元格之间的间隔 */
}

.dizhi table {
    width: 100%;
}

.dizhi table th, .dizhi table td {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
}

.dizhi table thead tr {
    background-color: #EFEFEF;
}

.dizhi table thead tr th {
    color: #333333;
    text-align: left;
}

.bj {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.bj a {
    width: max-content;
    display: block;
    position: relative;
    padding: 0 5px;
}

.bj a:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background-color: #666666;
    position: absolute;
    top: 15%;
    right: 0;
}

.mr {
    width: max-content;
    color: #fff;
    background-color: #709326;
    padding: 6px 25px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid transparent;
}

.mr:hover {
    background-color: transparent;
    color: #709326;
    border: 1px solid #709326;
}

.wei {
    margin-top: 87px;
}
.pc-wei{
    padding: 100px 0;
    display: block;
}
.pc-wei p{
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.wei-all {
    display: none;
    padding: 100px 0;
}

.wei-all img {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}

.wei-all-cont span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.wei-all-cont {
    width: 122px;
    padding: 20px 0;
    display: block;
    margin: auto;
    border: 1px solid #709326;
    border-radius: 5px;
    box-sizing: border-box;
}

.error-tan {
}

.error-tan .success-tan-p {
    display: block;
}

.error-tan .success-tan-p img {
    display: block;
    margin: auto;
}

.error-tan .success-tan-p p {
    text-align: center;
    margin-top: 10px;
}

.error-tan .success-tan-p span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.error-tan .success-tan-p a {
    width: 150px;
    display: block;
    background-color: #d8d9d9;
    padding: 10px 0;
    color: #000;
    border-radius: 10px;
    font-size: 16px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}
.pro-detail-four .work-content>ul>li p{
    width: 100% !important;
}
.pro-detail-four .work-content>ul>li:first-child{
    border-bottom: 1px solid #DCDDDD;
}
.pro-detail-four .work-content ul li:first-child p{
    font-size: 16px;
}


/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #709326;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 70px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#wrap {
    text-align: left;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-header-icon {
    display: none;
}

@media (min-width: 320px) and (max-width: 1199px) {
    .mobile-inner-header-icon {
        display: block;
    }
}

/* phone xl */
.alist {
    position: relative;
}

.alist .iphone-xl {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
}

.alist i {
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    transition: .3s ease-in;
}

.alist .m-xiala {
    display: none;
}

.m-xiala a {
    font-size: 14px;
    padding-left: 20px;
}

.alist .show {
    display: block;
}

.xuan i {
    display: block;
    transform: rotate(180deg);
}


.phone-about-four {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .head-container {
        padding: 0 100px;
    }

    .head-left ul li a {
        padding: 20px;
    }

    .head-right ul li a {
        padding: 20px;
    }

    .ban-zi {
        top: 20%;
        left: 25%;
    }

    .foot-left {
        width: 70%;
    }

    .foot-right {
        width: 30%;
    }

    .foot-right-top p span {
        font-size: 24px;
    }

    .foot-di-left {
        width: 70%;
    }

    .container {
        width: 85%;
    }

    .about-two-cont span {
        margin-top: 150px;
    }

    .news-cont a:nth-child(2) {
        margin-top: 100px;
    }

    .news-detail-right li a {
        padding: 40px 20px;
    }

    .news-detail-right li a p {
        margin-top: 50px;
    }

    .pro-cont a .pro-cont-img img {
        width: 60%;
        padding: 30px 0;
    }

    .pro-detail-two-cont {
        padding: 10px;
    }

    .pro-detail-three-right ul li {
        width: 100px;
        margin-bottom: 20px;
    }

    .pro-detail-three-left ul li img, .pro-detail-three-right ul li img {
        width: 100px;
    }

    .login-cont {
        width: 40%;
    }

    .dd-table-two li {
        font-size: 14px;
    }

    .my-cont-one {
        width: 80%;
    }

    .my-cont-two ul li {
        width: 31%;
    }

    .address-one {
        width: 80%;
    }

    .dizhi table th, .dizhi table td {
        padding: 10px;
    }

    .dizhi table th, .dizhi table td {
        font-size: 14px;
    }

    .mr {
        width: max-content;
        padding: 6px 10px;
    }

    .success-tan-cont {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .container, .head-container {
        width: 90%;
    }

    .head-zhong a {
        width: 30px;
    }

    .head-left, .head-right ul {
        display: none;
    }

    .ban-zi, .ban1-zi {
        width: 90%;
        left: 5%;
    }

    .ban-zi h2 {
        font-size: 30px;
    }

    .ban-zi p {
        font-size: 18px;
        line-height: 30px;
    }

    .ban-zi p span {
        font-size: 18px;
    }

    .ban1-zi h2 {
        font-size: 30px;
    }

    .ban1-zi p {
        font-size: 20px;
    }

    .ban1-zi ul li {
        width: 45%;
        font-size: 12px;
        line-height: 28px;
    }

    .ban1-zi ul li::before {
        top: 10px;
    }

    .foot-left {
        display: none;
    }

    .foot-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .foot-right-top {
        padding: 20px 0;
    }

    .foot-right-cont {
        padding-top: 20px;
    }

    .foot-di-left {
        width: 100%;
        padding: 20px 0;
        padding-bottom: 0;
    }

    .foot-di-right {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }

    .foot-di p {
        text-align: center;
    }

    .about-top {
        margin-top: 0;
    }

    .about-top ul {
        justify-content: flex-start;
    }

    .about-top ul li {
        width: 33%;
        font-size: 16px;
        padding: 10px 0;
    }

    .about-top ul li:nth-child(3)::after {
        content: "";
        display: none;
    }

    .about-one {
        padding: 30px 0;
        position: relative;
    }

    .about-one-left {
        width: 100%;
    }

    .about-one-right {
        width: 100%;
        margin-top: 20px;
    }

    .about-two {
        padding: 30px 0;
        position: relative;
    }

    .about-two-cont {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .about-two-cont:nth-child(1) {
        margin-top: 0;
    }

    .about-two-cont span {
        margin-top: 50px;
    }

    .about-three {
        padding: 30px 0;
        position: relative;
    }

    .his-swiper-left {
        width: 100%;
    }

    .his-swiper-right {
        width: 100%;
    }
    .his-next{
        display: none;
    }

    .about-four-all {
        display: none;
    }

    .about-four {
        padding: 30px 0;
        position: relative;
    }

    .phone-about-four {
        display: block;
        margin-top: 30px;
    }

    .phone-honor-swiper {
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }

    .phone-honor-swiper .swiper-slide {
    }

    .phone-honor-swiper .swiper-slide img {
        display: block;
        margin: auto;
    }

    .about-five {
        padding: 30px 0;
        position: relative;
    }

    .about-five-all {
        margin-top: 30px;
    }

    .about-five-all {
        width: 90%;
        padding-left: 5%;
    }

    .keyan-next {
        right: 5%;
    }

    .about-six {
        padding: 30px 0;
        position: relative;
    }

    .about-six-left {
        width: 100%;
    }

    .about-six-right {
        width: 100%;
        margin-top: 20px;
    }

    .pro-top {
        margin-top: 0;
    }

    .pro-top ul li a {
        padding: 10px 0;
    }

    .pro-cont-p {
        padding-top: 30px;
    }

    .pro-content {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .pro-cont a .pro-cont-img img {
        width: 70%;
        padding: 30px 0;
    }

    .pro-cont a p {
        margin-top: 20px;
    }

    .pro-cont a .pro-cont-more {
        margin-top: 10px;
    }

    .pro-cont {
        width: 100%;
        margin-top: 30px;
    }

    .pro-detail {
        margin-top: 50px;
    }

    .pro-detail-one-all {
        padding: 30px 0;
        flex-direction: column-reverse;
    }

    .pro-detail-one-left {
        width: 100%;
        margin-top: 20px;
    }

    .pro-detail-one-right {
        width: 100%;
    }

    .pro-detail-one-right img {
        width: 65%;
    }

    .pro-detail-one-left h2 {
        font-size: 24px;
    }


    .pro-detail-one-left > h3 {
        font-size: 18px;
    }

    .pro-detail-one-left .pro-one-js .pro-one-js-cont {
        width: 23%;
    }

    .pro-detail-two {
        padding-top: 30px;
    }

    .pro-detail-two-content {
        margin-top: 0px;
        margin-left: -2%;
    }

    .pro-detail-two-cont:first-child {
        margin-left: 2%;
    }

    .pro-detail-two-cont {
        width: 46%;
        flex: unset;
        padding: 20px;
        margin: 0;
        margin-left: 2%;
        margin-top: 20px;
    }

    .pro-detail-three {
        padding-top: 30px;
    }

    .pro-detail-three-cont {
        margin-top: 20px;
    }

    .pro-detail-three-left {
        width: 100%;
    }

    .pro-detail-three-right {
        width: 100%;
    }

    .pro-detail-three-left ul li {
        margin-bottom: 20px;
    }

    .pro-detail-three-right ul li {
        margin-bottom: 20px;
    }

    .pro-detail-four {
        padding-top: 30px;
    }

    .pro-detail-four-content {
        margin-top: 0px;
    }

    .pro-detail-four-cont {
        width: 48%;
        margin-top: 20px;
    }

    .pro-detail-four-cont h2 {
        margin-bottom: 10px;
    }

    .pro-detail-five {
        padding-top: 30px;
    }

    .pro-detail-five-cont {
        margin-top: 20px;
    }

    .pro-detail-five-left {
        width: 100%;
    }

    .pro-detail-five-left p, .pro-detail-five-right p {
        margin-top: 10px;
    }

    .pro-detail-five-right {
        width: 100%;
        margin-top: 30px;
    }

    .pro-detail-six {
        padding-top: 30px;
    }

    .pro-detail-six-all h2 {
        margin-top: 10px;
    }

    .pro-detail-six-all img {
        margin-top: 20px;
    }

    .pro-detail-seven {
        padding: 30px 0;
    }

    .pro-detail-seven-cont {
        margin-top: 20px;
    }

    .pro-detail-seven-left {
        width: 100%;
    }

    .pro-detail-seven-right {
        width: 100%;
        margin-top: 20px;
    }

    .pro-detail-one-left .pro-one-js .pro-one-js-cont p {
        font-size: 12px;
    }

    .news-all {
        padding: 30px 0;
        padding-top: 10px;
    }

    .news-cont a {
        width: 100%;
        margin-top: 20px;
    }

    .news-cont a:nth-child(2) {
        margin-top: 20px;
    }

    .news-p {
        padding: 20px;
    }

    .news-p p {
        margin-top: 30px;
    }

    .news-detail {
        margin-top: 50px;
        padding: 30px 0;
    }

    .news-detail-left {
        width: 100%;
    }

    .news-detail-left-top h2 {
        font-size: 24px;
    }

    .news-detail-right {
        width: 100%;
        margin-top: 30px;
    }

    .news-detail-right li a {
        padding: 20px;
    }

    .news-detail-right li a p {
        margin-top: 20px;
    }

    .pro-ban {
        margin-top: 50px;
        height: 300px;
    }

    .pro-ban img {
        height: 100%;
        object-fit: cover;
    }

    .work-top {
        margin-top: 0;
    }

    .work-cont-top {
        margin-top: 20px;
    }

    .work-cont-top h2 {
        font-size: 22px;
    }

    .work-content-all {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .work-content ul > li:first-child p {
        font-size: 16px;
    }

    .work-content ul > li p {
        font-size: 14px;
        padding: 15px 0;
    }

    .work-jl .ts {
        top: 20px;
        right: 0;
    }

    .work-jl .ts p span {
        font-size: 14px;
    }

    .shop-all {
        padding: 30px 0;
        padding-top: 0;
    }

    .shop-cont {
        width: 48%;
        margin-top: 20px;
    }

    .contact-one {
        padding: 30px 0;
        flex-direction: column-reverse;
    }

    .contact-one-left {
        width: 100%;
        margin-top: 20px;
    }

    .contact-one-right {
        width: 100%;
    }

    .contact-one-left h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-two {
        padding: 30px 0;
    }

    .contact-two-left {
        width: 100%;
    }

    .contact-two-left #container {
        height: 300px;
    }

    .contact-two-right {
        width: 100%;
        margin-top: 20px;
    }

    .login {
        padding: 30px 0;
        margin-top: 50px;
    }

    .login-cont {
        width: 90%;
        padding: 20px 30px;
    }

    .dingdan {
        margin-top: 50px;
        padding: 30px 0;
    }

    .dingdan-left {
        width: 100%;
    }

    .dingdan-right {
        width: 100%;
        margin-top: 20px;
    }

    .dingdan-left ul li {
        width: 33%;
        float: left;
    }

    .dingdan-left ul li a {
        text-align: center;
        border-bottom: 1px solid #DCDDDD;
    }

    .date-start, .date-end, .date-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .dd-table {
        overflow-y: auto;
        overflow-x: scroll;
    }

    .dd-table-one li p, .dd-table-two li {
        font-size: 14px;
    }

    .dd-table-yi, .dd-table-one {
        width: 250%;
    }

    .sh::before {
        top: 9px;
    }

    .dd-form-one .form-group {
        width: 100%;
        margin-top: 20px;
    }

    .my-all {
        padding: 10px;
    }

    .my-cont-one {
        width: 100%;
    }

    .my-cont-two ul li {
        width: 48%;
    }

    .my-cont-two ul li img {
        width: 100%;
        height: auto;
    }

    .address {
        padding: 10px;
    }

    .address-one {
        width: 100%;
    }

    .address-one .form-group input, .diqu, .address-one .form-group textarea {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .dizhi {
        overflow-y: auto;
        overflow-x: scroll;
    }

    .dizhi table {
        width: 300%;
    }

    .mr {
        padding: 6px 10px;
    }

    .success-tan-cont {
        width: 80%;
    }

    .wei {
        margin-top: 50px;
    }
    .pc-wei{
        display: none;
    }
    .wei-all{
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .ban1-zi h2 {
        display: inline-block;
    }

    .about-top ul li {
        width: 20%;
        font-size: 14px;
        padding: 15px 0;
    }

    .about-one-left {
        width: 20%;
    }

    .about-one-right {
        width: 75%;
        margin-top: 0;
    }

    .about-two-cont {
        width: 32%;
        margin-top: 0;
    }

    .about-two-cont span {
        margin-top: 100px;
    }

    .about-six-left {
        width: 40%;
    }

    .about-six-right {
        width: 50%;
        margin-top: 0;
    }

    .about-six-right p {
        font-size: 15px;
    }

    .news-cont a {
        width: 48%;
    }

    .news-cont a:nth-child(2) {
        margin-top: 100px;
    }

    .pro-cont {
        width: 47%;
    }

    .pro-detail-one-all {
        flex-direction: unset;
    }

    .pro-detail-one-left {
        width: 55%;
    }

    .pro-detail-one-right {
        width: 30%;
    }

    .pro-detail-one-right img {
        width: 100%;
    }

    .pro-detail-two-content {
        justify-content: flex-start;
    }

    .pro-detail-two-cont {
        width: 18%;
    }

    .pro-detail-five-left {
        width: 47%;
    }

    .pro-detail-five-right {
        width: 47%;
        margin-top: 0;
    }

    .pro-detail-seven-left {
        width: 60%;
    }

    .pro-detail-seven-right {
        width: 35%;
        margin-top: 0;
    }

    .shop-cont {
        width: 23%;
    }

    .contact-one {
        flex-direction: unset;
    }

    .contact-one-left {
        width: 50%;
    }

    .contact-one-left h2 {
        font-size: 16px;
    }

    .contact-one-right {
        width: 47%;
        margin-top: 0;
    }

    .contact-two-left {
        width: 50%;
    }

    .contact-two-right {
        width: 40%;
        margin-top: 0;
    }

    .login-cont {
        width: 50%;
    }

    .dingdan-left ul li {
        width: 20%;
    }

    .date-start {
        width: auto;
        margin-top: 0;
    }

    .date-end, .date-btn {
        width: auto;
        margin-left: 20px;
        margin-top: 0;
    }

    .dd-table-yi, .dd-table-one {
        width: 100%;
    }

    .dd-form-one .form-group {
        width: 47%;
    }

    .my-cont-two ul li {
        width: 23%;
    }

    .address-one .form-group input, .diqu, .address-one .form-group textarea {
        width: calc(100% - 120px);
        margin-left: 20px;
        margin-top: 0;
    }

    .dizhi table {
        width: 100%;
    }

    .success-tan-cont {
        width: 30%;
    }
    .pc-wei{
        display: block;
    }
    .wei-all{
        display: none;
    }
}

@media (min-width: 414px) and (max-width: 769px) {
    .ban1-zi h2 {
        display: inline-block;
    }

    .ban1-zi ul li {
        width: 33%;
    }

    .about-top ul li {
        width: 20%;
        font-size: 14px;
        padding: 15px 0;
    }

    .about-two-cont {
        width: 48%;
    }

    .about-two-cont:nth-child(2) {
        margin-top: 0;
    }

    .about-two-cont span {
        margin-top: 80px;
    }

    .about-six-left {
        width: 40%;
    }

    .about-six-right {
        width: 50%;
        margin-top: 0;
    }

    .news-cont a {
        width: 48%;
    }

    .pro-cont {
        width: 47%;
    }

    .pro-detail-one-right img {
        width: 45%;
    }

    .shop-cont {
        width: 23%;
    }

    .login-cont {
        width: 70%;
    }

    .dingdan-left ul li {
        width: 20%;
    }

    .date-start {
        width: auto;
        margin-top: 0;
    }

    .date-end, .date-btn {
        width: auto;
        margin-left: 20px;
        margin-top: 0;
    }

    .dd-table-yi, .dd-table-one {
        width: 150%;
    }

    .dd-form-one .form-group {
        width: 47%;
    }

    .my-cont-two ul li {
        width: 31%;
    }

    .address-one .form-group input, .diqu, .address-one .form-group textarea {
        width: calc(100% - 120px);
        margin-left: 20px;
        margin-top: 0;
    }

    .dizhi table {
        width: 140%;
    }

    .success-tan-cont {
        width: 50%;
    }
}

@media screen and (max-width: 414px) {
    .pro-detail-two-cont {
        padding: 10px;
    }

    .pro-detail-four-cont p {
        font-size: 14px;
    }
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.pagination a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 60px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination a:hover,
.pagination a.active {
    background-color: rgb(112 147 38 / 80%);
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
