:root {
    --ft14: 14px;
    --ft17: 17px;
    --ft16: 16px;
    --ft18: 18px;
    --ft20: 20px;
    --ft22: 22px;
    --ft23: 23px;
    --ft24: 24px;
    --ft25: 25px;
    --ft26: 26px;
    --ft28: 28px;
    --ft34: 34px;
    --ft38: 38px;
    --ft40: 40px;
    --ft45: 45px;
    --ft48: 48px;
    --ft50: 50px;
    --ft60: 60px;
    --ft80: 80px;
    --ft83: 83px;
    --p7: 7px;
    --p8: 8px;
    --p10: 10px;
    --p13: 13px;
    --p18: 18px;
    --p20: 20px;
    --p22: 22px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p31: 31px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p40: 40px;
    --p41: 41px;
    --p43: 43px;
    --p44: 44px;
    --p49: 49px;
    --p58: 58px;
    --p60: 60px;
    --p66: 66px;
    --p74: 74px;
    --p78: 78px;
    --p80: 80px;
    --p82: 82px;
    --p87: 87px;
    --p94: 94px;
    --p97: 97px;
    --p100: 100px;
    --p107: 107px;
    --p118: 118px;
    --p124: 124px;
    --p121: 121px;
    --p128: 128px;
    --p141: 141px;
    --p149: 149px;
    --p160: 160px;
    --p178: 178px;
    --p230: 230px;
    --he61: 61px;
    --he130: 130px;
    
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	word-break: break-word;
	word-wrap: break-word
}
body {
	background-color: #F9FAFC;
}

ul,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form {
	padding: 0;
	margin: 0
}

ul,
li {
	list-style: none
}

a {
	color: inherit;
	text-decoration: none;
	transition: all .5s
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.button:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}
.button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
a:hover {
	text-decoration: none
}

.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.divbody {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

.divinbody {
	width: 1520px;
	max-width: 90%;
	margin: 0 auto;
}

.font-center {
	display: block;
	text-align: center;
}

/**/
/**/
/**/
/**/
.banner-div {
    width: 1400px;
    height: var(--he130);
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.index-logo {
    display: block;
    width: 177px;
}
.nav-ul {
    display: flex;
    flex-direction: row;
    gap: var(--p100);
}
.nav-ul li {
    color: #9C4615;
    font-size: var(--ft22);
    line-height: var(--ft28);
}
.gengduo {
    display: none;
}
.index-about {
    margin-top: var(--p121);
    margin-bottom: var(--p149);
    display: flex;
    flex-direction: row;
    gap: var(--p78);
    align-items: center;
}
.indexabout-div1 {
    display: flex;
    flex-direction: column;
}
.indexabout-div1 .title {
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
    margin-bottom: var(--p34);
}
.indexabout-div1 .neiRong {
    color: #984516;
    font-size: var(--ft17);
    line-height: var(--ft45);
    margin-bottom: var(--p66);
}

.indexabout-div2 {
    display: flex;
    flex-direction: column;
    gap: var(--p34);
}
.index-product {
    background: #F5F5F5;
    padding-top: var(--p97);
    padding-bottom: var(--p128);
}
.indexproduct-div1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: var(--p60);
}
.indexproduct-div1 .title {
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
}
.indexproduct-div1 .btn {
    width: 255px;
    height: 75px;
    border-radius: 38px;
    border: 1px solid #D6D6D6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.indexproduct-div1 .btn .span1 {
     margin: 0 0 0 var(--p31);
     color: #964317;
     font-size: var(--ft26);
     line-height: var(--ft60);
}
.indexproduct-div1 .btn .span2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--he61);
    height: var(--he61);
    background: rgba(130,130,130,0.1);
    border-radius: 38px;
    margin: var(--p7) var(--p7) var(--p7) 0;
}
.index-product .product-divNR {
    background: #FFFFFF;
    border-radius: 24px;
}
.index-new {
    padding: var(--p100) 0;
}
.index-new .contact-div1 {
    gap: var(--p58);
}
.index-new .title1 {
    display: block;
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
    text-align: center;
    margin-bottom: var(--p58);
}
.index-support .title {
    text-align: center;
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
    margin-bottom: var(--p60);
}
.contact-div2 .title1 {
    text-align: left;
}
.contact-div1 .title {
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
    /*margin-bottom: var(--p58);*/
}
.index-new .contact-div1,.index-new .contact-box {
    margin-top: 0;
}
.banner-img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.about-box1 {
    margin-top: var(--p121);
    margin-bottom: var(--p178);
}
.about-div {
    display: flex;
    flex-direction: column;
}
.about-div .title {
    font-size: var(--ft83);
    line-height: var(--ft80);
    color: #BF0107;
    margin-bottom: var(--p34);
}
.about-div .neiRong {
    color: #984516;
    font-size: var(--ft17);
    line-height: var(--ft45);
    margin-bottom: var(--p66);
}
.about-divimg1 {
    display: flex;
    flex-direction: row;
    gap: var(--p34);
}
.about-divimg2 {
    width: 57%;
    display: flex;
    flex-direction: column;
    gap: var(--p34);
}
.about-divimg3 {
    display: flex;
    flex-direction: row;
    gap: var(--p34);
}
.aboutdiv-img1 {
    display: block;
    max-width: 703px;
    object-fit: cover;
    object-position: center;
}
.aboutdiv-img2 {
    display: block;
    height: 50%;
    object-fit: cover;
    object-position: center;
}
.aboutdiv-img3 {
    display: block;
    width: 50%;
    object-fit: cover;
    object-position: center;
}
.product-box {
    margin-top: var(--p100);
    margin-bottom: var(--p60);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p25);
}
.product-divNR {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--p78) var(--p40) var(--p40);
    border-radius: 24px;
    background-color: #F5F5F5;
}
.product-divNR img {
    display: block;
    margin: 0 auto;
    margin-bottom: var(--p49);
}
.product-divNR p {
    color: #964317;
    font-size: var(--ft28);
    line-height: var(--ft38);
    margin-top: auto;
}
.product-box.collapsed .product-item:nth-child(n+10) {
    display: none;
}
.more-btn {
    width: 167px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #964317;
    border-radius: 24px;
    border: 1px solid #D6D6D6;
    font-size: var(--ft26);
    line-height: var(--ft60);
    background-color: #FFF;
    margin-bottom: var(--p80);
    cursor: pointer;
}
.productNR-box {
    margin-top: var(--p124);
    margin-bottom: var(--p128);
}
.productNR-box .title {
    display: block;
    color: #333333;
    font-size: var(--ft20);
    margin-bottom: var(--p74);
}
.productNR-div {
    display: flex;
    flex-direction: row;
    gap: var(--p58);
    align-items: flex-start;
}
.productNR-div1 {
    position: relative;
}
.productNR-div1img1 {
    display: block;
    width: 100%;
}
.productNR-div1img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.productNR-div2 {
    width: 59%;
    display: flex;
    flex-direction: column;
}
.productNR-div2 .span1 {
    display: block;
    color: #040608;
    font-size: var(--ft38);
    margin-bottom: var(--p29);
}
.productNR-div2 .span2 {
    display: block;
    color: #000000;
    font-size: var(--ft20);
    line-height: var(--ft28);
    margin-bottom: var(--p28);
}
.productNR-div2 .span3 {
    display: block;
    color: #777777;
    font-size: var(--ft16);
    line-height: var(--ft25);
}
.productNR-box2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: var(--p60);
    margin-bottom: var(--p87);
}
.productNR-xiangGuan {
    display: block;
    color: #040608;
    font-size: var(--ft26);
    margin-bottom: var(--p33);
}
.productNR-xiangGuanbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p25);
}
.new-box {
    margin-top: var(--p94);
    margin-bottom: var(--p44);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p27);
}
.new-divNR {
    width: 100%;
    margin-bottom: var(--p13);
}
.new-divNR img {
    display: block;
    width: 100%;
    margin-bottom: var(--p28);
}
.new-box.collapsed .new-item:nth-child(n+9) {
    display: none;
}
.new-divNRspandiv {
    display: flex;
    flex-direction: column;
}
.new-divNRspandiv .title {
    display: block;
    width: 70px;
    padding: var(--p18) 0 var(--p8) 0;
    font-size: var(--ft24);
    line-height: var(--ft38);
    color: #964317;
    border-top: 8px solid #BF0107;
}
.new-divNRspandiv .span1 {
    color: #964317;
    font-size: var(--ft17);
    line-height: 1.6;
}
.new-divNRspandiv.span2 {
    color: #333333;
    font-size: var(--ft16);
    line-height: var(--ft28);
}
.newNR-box {
    margin-top: var(--p58);
    margin-bottom: var(--p141);
}
.newNR-box .title {
    display: block;
    font-size: var(--ft20);
    margin-bottom: var(--p43);
}
.newNR-box .titleNR {
    display: block;
    color: #333333;
    font-size: var(--ft40);
    line-height: var(--ft60);
    margin-bottom: var(--p31);
}
.newNR-box .spanNR {
    font-size: var(--ft20);
    line-height: 1.2;
}
.newNR-box .spanNR img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: var(--p28) 0;
}
.support-box {
    margin-top: var(--p100);
    margin-bottom: var(--p141);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--p25);
}
.support-div {
    width: 490px;
    max-width: 33%;
    padding: var(--p26) var(--p22) var(--p43) var(--p41);
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
}
.support-div img {
    display: block;
}
.support-div .span1 {
    color: #964317;
    font-size: var(--ft50);
    margin-bottom: var(--p13);
}
.support-div .span2 {
    display: block;
    color: #964317;
    font-size: var(--ft17);
    line-height: var(--ft34);
    margin-bottom: var(--p31);
}
.support-div .span3 {
    color: #964317;
    font-size: var(--ft20);
    line-height: var(--ft34);
    margin-top: auto;
}
.support-div:hover {
    width: 1005px;
    max-width: 65%;
    background: linear-gradient( 270deg, #E8F1FF 0%, #F3F7FF 100%);
    border-radius: 20px;
    border: 1px solid #C9DBFF;
}

.contact-box {
    margin-top: var(--p107);
    margin-bottom: var(--p118);
    display: flex;
    flex-direction: row;
    gap: var(--p160);
}
.contact-div1 {
    width: 520px;
    max-width: 34%;
    display: flex;
    flex-direction: column;
    gap: var(--p82);
    margin-top: var(--p20);
}
.contact-div1NR {
    display: flex;
    flex-direction: row;
    gap: var(--p20);
    align-items: flex-start;
}
.contact-div1NRdiv {
    display: flex;
    flex-direction: column;
    gap: var(--p10);
}
.contact-div1NRdiv .span1 {
    color: #964317;
    font-size: var(--ft22);
    line-height: var(--ft23);
}
.contact-div1NRdiv .span2 {
    color: #964317;
    font-size: var(--ft17);
    line-height: 1.5;
}

.contact-div2 {
    width: 840px;
    max-width: 55%;
}
.contact-div2 .title {
    display: block;
    color: #964317;
    font-size: var(--ft38);
    margin-bottom: var(--p13);
}
.contact-div2 .title1 {
    display: block;
    color: #964317;
    font-size: var(--ft18);
    line-height: var(--ft23);
    margin-bottom: var(--p35);
}


form {
    display: flex;
    flex-direction: column;
    gap: var(--p18);
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: var(--p10);
}
.form-label {
    font-weight: 500;
    font-size: var(--ft18);
    color: #964317;
    line-height: var(--ft28);
}
.form-group input {
    width: 100%;
    height: var(--he61);
    border-radius: 10px;
    border: 1px solid #979797;
}
.form-button {
    width: 170px;
    height: 47px;
    background: #B6000A;
    font-weight: 500;
    font-size: var(--ft20);
    color: #FFFFFF;
    line-height: var(--ft28);
    cursor: pointer;
    margin-top: var(--p20);
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F2E8E2;
}
.footer-box {
    width: 1720px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: var(--p230);
}
.footer-div1 {
    display: flex;
    flex-direction: column;
}
.footer-div1 .title {
    display: block;
    width: 823px;
    font-weight: 800;
    font-size: var(--ft23);
    color: #9B4514;
    line-height: var(--ft48);
    margin-bottom: var(--p66);
}
.footer-div1NR {
    display: flex;
    flex-direction: column;
    gap: var(--p8);
    margin-bottom: var(--p94);
}
.footer-div1NRdiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--p13);
}
.footer-div1NRdiv p {
    font-weight: 400;
    font-size: var(--ft17);
    color: #9B4514;
    line-height: var(--ft25);
}
.footer-div1 .index-logo {
    display: block;
    width: 250px;
}
.footer-div2 {
    display: flex;
    flex-direction: column;
}
.footer-div2 ul {
    display: flex;
    flex-direction: row;
    gap: var(--p49);
    margin-bottom: var(--p66);
}
.footer-div2 ul li {
    font-weight: 400;
    font-size: var(--ft18);
    color: #964311;
    line-height: var(--ft28);
}
.footer-div2 .div2 {
    display: flex;
    flex-direction: column;
    gap: var(--p28);
    margin-bottom: 40px;
}
.footer-div2 .div2 .neiRong {
    display: flex;
    flex-direction: column;
    gap: var(--p8);
}
.footer-div2 .div2 .neiRong p {
    font-weight: 400;
    font-size: var(--ft17);
    color: #964311;
    line-height: 1.6;
}
.footer-div2 .div2 .neiRong .xian {
    width: 26px;
    height: 3px;
    background: #9B4514;
}
.neiRong:last-child .xian {
    display: none;
}
.footer-bottom {
    font-weight: 400;
    font-size: var(--ft17);
    color: #964311;
    line-height: 1.5;
}