@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#3c210c; overflow-x: hidden; font-family:"Microsoft New Tai Lue","Microsoft YaHei",Arial,sans-serif; background: #fff; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,main,section,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#3c210c; }
a:hover{ color:#744a29;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none; }

.wrap{ width: 100%; max-width: 1550px; margin: 0 auto; padding: 0 50px;}
.w1130{ width: 100%; max-width: 1230px; margin: 0 auto; padding: 0 50px;}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; position: fixed; left:0; top: 0; z-index: 99999;  transition: all .4s;}
.header .logo{ width: 220px; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 22;}
.header .nav{ min-height: 160px; position: relative; z-index: 11; padding: 100px 0 20px;}
.header .nav::after{ content: " "; width: 100%; height: 160px;background:rgba(51, 51, 51, .7);  position: absolute; left: 0; top: 0;}
.header .nav ul{ width: calc(50% - 200px); justify-content: space-between;}
.header .nav ul li { position: relative; z-index: 11;}
.header .nav ul li>a{ color: #fff; line-height: 40px;position: relative; display: block;}
.header .nav ul li.on>a,.header .nav ul li a:hover{ color: #c4b5aa;}
.header .nav ul li .subnav{ width: 100%; position: relative; left: 50%; top: 20px; transform: translateX(-50%);  padding:20px 0 30px; overflow: hidden; display: none;}
.header .nav ul li .subnav a{ display: block; color: #c4b5aa; text-align: center; line-height: 1.8;}
.header .nav ul li .subnav a:hover{ color: #9b7053;}
.header .menuBg{ width: 100%; height:0; background:rgba(59, 59, 59, 0.85); position: absolute; left: 0; top: 160px; transition: all .4s;}

.menu-toggle{display: none;} 


/* banner */
.banner { position: relative; background: #726863;}
.banner .bannerText{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; color: #fff; font-family: "华文宋体","宋体",sans-serif; z-index: 111;}
.banner .bannerText p:nth-child(1){ font-size: 48px; line-height: 1.2; margin-top: 50px;}
.banner .bannerText p:nth-child(2){ font-size: 36px; line-height: 1.2; margin-top: 20px;}
.banner .bannerText p:nth-child(3){ font-size: 30px; line-height: 1.2; margin-top: 20px;}
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 15px; position: absolute; left:0; bottom:30px!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:rgba(0, 0, 0, .5); border: none; margin: 0 5px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 40px; background: #d12053;}
.banner .swiper-slide-active{opacity:1;}

.title h2{ font-size: 36px; font-weight: normal; line-height: 1; font-family: "华文宋体","宋体",sans-serif;}
.title p{ margin-top:15px;}


/* 首页 */
.indexOne{ padding: 90px 0;}
.indexOne .title h2{ font-size: 48px;}
.indexOne .con{ width: 45%;}
.indexOne .con h3{ font-size: 36px; font-weight: normal;  line-height: 1.2; font-family: "华文宋体","宋体",sans-serif; margin-bottom: 30px;}
.indexOne .con h4{ font-size: 24px; font-weight: normal;  line-height: 1.2; font-family: "华文宋体","宋体",sans-serif; margin: 15px 0;}

.indexTwo { overflow: hidden;  padding-bottom: 135px;}
.indexTwo .swiper{ width: 960px; overflow:visible; margin: 0 auto;}
.indexTwo .swiper .swiper-slide{  background: #e0e0e0; position: relative; overflow: hidden; border-radius: 20px; position: relative;}
.indexTwo .swiper .swiper-slide dl{ padding-bottom: 56.25%;}
.indexTwo .swiper .swiper-slide img{ opacity: 0.08;}
.indexTwo .swiper .swiper-slide.swiper-slide-active img{ opacity: 1;}
.indexTwo .swiper .swiper-slide h3{ width: 100%; position: absolute; left: 0; bottom: 30px; text-align: center; color: #fff; font-size: 24px; font-weight: normal; line-height: 1;font-family: "华文宋体","宋体",sans-serif; opacity: 0;}
.indexTwo .swiper .swiper-slide.swiper-slide-active h3{ opacity: 1;}

.indexThree{ padding: 75px 0 70px;  background: #fcfbfa;}
.indexThree .textBox{ text-align: center;}
.indexThree .textBox .text{ margin-top:40px; font-size: 14px; color: #000; line-height: 1.6; margin-bottom: 70px;}

.accordion { display: flex; width: 100%; height: 600px; gap: 18px;}
.accordion-item { flex: 1; overflow: hidden; transition: flex 0.6s ease, box-shadow 0.4s ease; position: relative; cursor: pointer; color: white;}
.accordion-item:not(.active) { flex: 1;}
.accordion-item.active { flex:8; /* 展开时宽度是其他项的3倍 */}
.accordion-item:hover { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);}
.accordion-item img { width: 100%; height: 100%; object-fit: cover;}
.content-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 35px 50px; transform: translateY(40px); opacity: 0; transition: all 0.5s ease;}
.accordion-item:hover .content-overlay,
.accordion-item.active .content-overlay { transform: translateY(0); opacity: 1; }

.content-overlay h2 { font-size: 30px; font-weight: normal; font-family: "华文宋体","宋体",sans-serif; margin-bottom: 8px; color: #cccccc; }
.content-overlay p { font-size: 16px; line-height: 1.5; color: #fff; opacity: 0.5; display: none; }
.accordion-item.active .content-overlay p {display: block; }

/* 长条进度指示器 */
.progress-container { width: 440px; display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 50px; }
.progress-bar { flex: 1; height: 3px; background-color: #979796; border-radius: 3px; overflow: hidden; position: relative; max-width: 100%; }
.progress-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0; background: linear-gradient(90deg, #d4af37, #f9c87a); border-radius: 3px;transition: width 0.05s linear; }


.indexFour{ background: #fff; padding: 90px 0 85px;}
.indexFour .textBox{ text-align: center;}
.indexFour .textBox .text{ margin-top:40px; font-size: 14px; color: #000; line-height: 1.6; margin-bottom: 100px;}
.indexFour .picBox .swiper-slide img{ width: 100%;}
.indexFour .arrow{ position: relative; padding: 0 30px; margin-top: 40px;}
.indexFour .arrow .swiper-button-prev,.indexFour .arrow .swiper-button-next{ width: 16px; height: 16px;}
.indexFour .arrow .swiper-button-prev{ background: url(../images/prev.png) no-repeat center; left: 0; margin-top: 0; top: 50%; transform: translateY(-50%);}
.indexFour .arrow .swiper-button-next{ background: url(../images/next.png) no-repeat center; right: 0; margin-top: 0; top: 50%; transform: translateY(-50%);}
.indexFour .arrow .swiper-button-prev::after, .indexFour .arrow .swiper-button-next::after { display: none; }
.indexFour .swiper-pagination-bullet{ background: #000; opacity: 1;}
.indexFour .swiper-pagination-bullet-active{ background: #c2a066;}

.indexFive{ padding: 0px 0 120px; }
.indexFive .title{ text-align: center; color: #000; margin-bottom: 60px;}
.indexFive .box ul{ margin: 0 -17px;}
.indexFive .box ul li{ width: 33.33%; padding: 0 17px;}
.indexFive .box ul li dl{ padding-bottom: 91.57%;}
.indexFive .box ul li .tit{margin: 20px 0;}
.indexFive .box ul li .tit h3{ font-size: 16px; font-family: "华文宋体","宋体",sans-serif; font-weight: bold; }
.indexFive .box ul li .more{ width: 84px; height: 34px; border: #000 solid 1px; line-height: 32px; text-align: center; font-size: 14px; color: #000; margin-top: 10px;}


/* 内页 */
.anchorPoint{ margin-top: -160px; padding-top: 160px;}

.aboutOne{ padding: 100px 0 80px;}
.aboutOne .item{ width:calc(50% - 67px);}
.aboutOne .item .title h2{ margin-bottom: 30px;}
.aboutOne .item img{ margin-bottom: 50px;}

.aboutLine{ height: 4px; background: #3c210c;}

.aboutTwo { background: url(../images/aboutTwoBg.jpg) no-repeat center bottom; background-size: 100% auto; padding: 110px 0 400px;}
.aboutTwo .con{ width: 45%;}
.aboutTwo .con h3{ font-size: 36px; font-weight: normal;  line-height: 1.2; font-family: "华文宋体","宋体",sans-serif; margin-bottom: 30px;}
.aboutTwo .con h4{ font-size: 24px; font-weight: normal;  line-height: 1.2; font-family: "华文宋体","宋体",sans-serif; margin: 15px 0;}

.historyOne{ padding: 80px 0;}
.historyOne .con{ width: 50%; padding-right: 90px;}
.historyOne .con .text{ line-height: 1.8; margin-top: 35px;}
.historyOne .picbox{ width: 50%; text-align: right;}

.historyTwo{ padding: 80px 0 150px; background: url(../images/historyBg.jpg) no-repeat center; background-size: cover;}
.historyTwo .box{ margin-top: 35px; padding-bottom: 60px; position: relative;}
.historyTwo .swiper-slide{ position: relative; height: 300px;}
.historyTwo .date{ width: 100%; font-size: 18px; font-family: "华文宋体","宋体",sans-serif; line-height: 1; }
.historyTwo .date::after{ content: ""; width: calc(100% - 60px); height: 1px; background: #3c210c; position: absolute; left: 45px; top: 50%; transform: translateY(-50%);}
.historyTwo .swiper-slide .date::before{ content: ""; width: 10px; height: 10px; background: url(../images/icon01.png) no-repeat center; position: absolute; left: 15px;}
.historyTwo .pic{ width: 87px; height: 87px; border-radius: 50%; overflow: hidden; margin-bottom: 20px;}
.historyTwo .tit{ font-size: 18px; color: #000066; font-family: "华文宋体","宋体",sans-serif; margin-bottom: 10px;}
.historyTwo .text{ font-size: 14px; line-height: 1.6; color: #3c210c;}

.historyTwo .swiper-slide:nth-child(odd){ padding-bottom: 50px;}
.historyTwo .swiper-slide:nth-child(odd) .date{ position: absolute; left: 0; bottom:-9px; }
.historyTwo .swiper-slide:nth-child(odd) .date::before{  bottom: 20px;}

.historyTwo .swiper-slide:nth-child(even){ margin-top: 300px; padding-top: 40px;}
.historyTwo .swiper-slide:nth-child(even) .date{ position: absolute; left: 0; top:-9px; }
.historyTwo .swiper-slide:nth-child(even) .date::before{ top: 20px; transform: rotate(180deg);}

.historyTwo .swiper-button-prev,.historyTwo .swiper-button-next{ border: #3c210c solid 1px; position: absolute; bottom: 0; top: inherit; left: 50%; transform: translateX(-50%); width: 25px; height: 25px; border-radius: 50%; z-index: 100; cursor: pointer;}
.historyTwo .swiper-button-prev{ margin-left: -20px;}
.historyTwo .swiper-button-next{ margin-left: 20px;}
.historyTwo .swiper-button-prev::after, .historyTwo .swiper-button-next::after {font-size: 12px; color: #3c210c;}
.historyTwo .swiper-button-prev:hover,.historyTwo .swiper-button-next:hover{ background: #3c210c; color: #fff;}
.historyTwo .swiper-button-prev:hover::after{ color: #fff;}
.historyTwo .swiper-button-next:hover::after{ color: #fff;}

.honor{ padding: 160px 0 80px;}
.honor .swiper-slide{ width: 100%; display: flex;}
.honor .swiper-slide .con{ width: 50%; padding-right: 130px; padding-top: 130px;}
.honor .swiper-slide .con .tit{ font-size: 36px; font-weight: normal;  line-height: 1.2; font-family: "华文宋体","宋体",sans-serif; margin-bottom: 25px}
.honor .swiper-slide .con .text{ line-height: 1.8;}
.honor .swiper-slide .pic{ width: 50%;}
.honor .swiper-slide .pic img{ width: 100%;}
.honor .swiper-slide .pic[data-url]{ cursor: pointer;}

.honor .swiper-button-prev,.honor .swiper-button-next{ bottom: 0; top: inherit; left: 50%; z-index: 100; cursor: pointer; opacity: 1 !important;}
.honor .swiper-button-prev::after, .honor .swiper-button-next::after {font-size: 13px; color: #222; font-weight: bold;}
.honor .swiper-button-prev::before{ content: ""; width: 1px; height: 13px; background: #888; position: absolute; left: 123%; top: 50%; transform: translate(0, -50%)}
.honor .swiper-button-prev{ margin-left: -90px;}
.honor .swiper-button-next{ margin-left: -50px;}

.honorList{ background: #f7f7f7; padding: 70px 0 140px;}
.honorList .text{ margin-top: 30px; line-height: 1.8; margin-bottom: 45px;}
.honorList .list ul { margin: 0 -27px;}
.honorList .list ul li{ width: 20%; padding: 0 27px; margin-bottom: 60px;}
.honorList .list ul li dl{ border: #dedede solid 4px; padding-bottom: 124%;}
.honorList .list ul li dl img{ padding: 25px;}
.honorList .list ul li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 20px;}

.marketOne{ height: 635px; margin-top: 160px; background: url(../images/market01Bg.jpg) no-repeat center; background-size: cover;}
.marketOne .con{ width: 47%;}
.marketOne .con .text{ color: #666; line-height: 2; margin-top: 30px;}

.marketTwo{ padding: 100px 0 90px;}
.marketTwo .text{color: #666; line-height: 2; margin-top: 30px;}

.marketThree{ height: 640px; background: url(../images/market03.jpg) no-repeat center; background-size: cover;  text-align: center; }
.marketThree .title h2{ color: #fff;}
.marketThree .text{line-height: 2; color: #fff; font-size: 18px; margin: 30px 0 70px;}
.marketThree .more a{ width: 134px; line-height: 36px; font-size: 15px; text-align: center; color: #996600;  background: #fff;}
.marketThree .more a:hover{ background: #3c210c; color: #fff;}

.marketFour{ padding: 100px 0 185px;}
.marketFour .text{ width: 50%; color: #666; line-height: 2; margin: 30px 0 75px;}
.marketFour .pic{ padding: 0 145px;}
.marketFour .pagination{ margin-top: 25px; text-align: right;}
.marketFour .pagination .swiper-pagination-bullet{ width: 110px; height: 2px; background: #868685; opacity: 1;}
.marketFour .pagination .swiper-pagination-bullet-active{ background: #4c382b;}

.materialOne{ padding: 100px 0;}
.materialOne .item{ width: 50%;}
.materialOne .text{ color: #666; line-height: 2;}

.materialTwo { background: #ededed;}
.materialTwo .swiper-slide{ display: flex; align-items: center;}
.materialTwo .swiper-slide .con{ width: 50%; padding-right: 80px; padding-left: calc((100% - 1450px)/2);}
.materialTwo .swiper-slide .con .text{ color: #666; line-height: 2; margin-top: 30px;}
.materialTwo .swiper-slide .pic{ width: 50%;}
.materialTwo .swiper-button-prev,.materialTwo .swiper-button-next{ width: 66px; height: 66px; border: #aaa solid 1px; border-radius: 50%;}
.materialTwo .swiper-button-prev::after, .materialTwo .swiper-button-next::after {font-size: 20px; color: #222;}
.materialTwo .swiper-button-prev{ left: 50px;}
.materialTwo .swiper-button-next{ right: 50px;}

.materialThree{ padding: 100px 0;}
.materialThree .item{ width: 50%;}
.materialThree .text{ color: #666; line-height: 2; padding-left: 60px;}

.materialFour{ margin-bottom: 180px;}
.materialFour .item{ width: 50%;}
.materialFour .item img{ width: 100%;}
.materialFour .item:nth-child(2){ padding-left: 60px; padding-right: calc((100% - 1450px)/2);}

.workmanshipOne{ padding: 100px 0;}
.workmanshipOne .item{ width: 50%;}
.workmanshipOne .text{ color: #666; line-height: 2;}

.workmanshipTwo{ padding: 85px 0 65px; position: relative; background: url(../images/icon02.png) no-repeat top center;}
.workmanshipTwo .title{ text-align: center; margin-bottom: 70px;}
.workmanshipTwo .box{ position: relative;}
.workmanshipTwo .box .swiper-slide dl{ padding-bottom: 67%;}
.workmanshipTwo .swiper-button-prev,.workmanshipTwo .swiper-button-next{ width: 66px; height: 66px; border: #aaa solid 1px; border-radius: 50%;}
.workmanshipTwo .swiper-button-prev::after, .workmanshipTwo .swiper-button-next::after {font-size: 20px; color: #222;}
.workmanshipTwo .swiper-button-prev{ left: -90px;}
.workmanshipTwo .swiper-button-next{ right: -90px;}

.workmanshipThree{ background: #f6f6f7; padding: 75px 0;}
.workmanshipThree .con{ width: 50%; padding-right: 60px; display: flex; flex-direction: column; padding-top: 100px;}
.workmanshipThree .con .text{ color: #666; line-height: 2; margin-top: 50px;}
.workmanshipThree .con .img{ margin-top: auto; text-align: right;}
.workmanshipThree .pic{ width: 50%;}

.workmanshipFour{ background: #182949; color: #d5bda5; text-align: center; padding: 100px 0;}
.workmanshipFour .text{ width: 810px; margin: 30px auto 0; line-height: 2;}

.workmanshipFive{ padding: 70px 0 150px;}
.workmanshipFive .box{ padding: 0 75px;}
.workmanshipFive .box dl{ padding-bottom: 122%;}
.workmanshipFive .pagination{ margin-top: 25px; text-align: right;}
.workmanshipFive .pagination .swiper-pagination-bullet{ width: 110px; height: 2px; background: #868685; opacity: 1; margin: 0 10px !important;}
.workmanshipFive .pagination .swiper-pagination-bullet-active{ background: #4c382b;}

.categoryIntroduction{ margin-top: 160px; background: #ededed;}
.categoryIntroduction .con{ width: 50%; padding-right: 65px; padding-left: calc((100% - 1450px)/2);}
.categoryIntroduction .con .text{ color: #666; line-height: 2; margin-top: 30px;}
.categoryIntroduction .categoryImg{ width: 50%;}

.news{ padding: 110px 0 130px;}
.news ul li{ margin-bottom: 50px; padding: 0 50px;}
.news ul li a{ padding: 25px 40px 25px 210px; border: #eeebeb solid 1px; display: block; position: relative;}
.news ul li .date{ width: 100px; height: 100px; color: #fff; background: #182949; position: absolute; left: 0; top: 0; z-index: 11; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.news ul li .date b{ font-size: 36px; font-weight: normal; line-height: 1;}
.news ul li .date dl{ border-top: 1px solid #fff; padding-top: 8px;}
.news ul li .con .tit{ margin-bottom: 20px;}
.news ul li .con .tit h3{ font-size: 18px; font-weight: normal; color: #666;}
.news ul li .con .text{ font-size: 14px; color: #666; line-height: 32px; margin-bottom: 25px;}
.news ul li .con .more{ font-size: 12px; color: #8e693c;}
.news ul li a:hover .con .tit h3{ color: #8e693c;}

.newsView{ padding: 60px 0 140px;}
.newsView .newsHead{ text-align: center; margin-bottom: 50px;}
.newsView .newsHead h1{ font-size: 30px; font-weight: normal; font-family: "华文宋体","宋体",sans-serif; color: #8e693c; border-bottom: #e6e8eb solid 1px; padding-bottom: 50px; margin-bottom: 30px;}
.newsView .newsHead p{ color: #8e693c;}
.newsView .text{ line-height: 1.8; color: #666; margin-bottom: 100px;}
.newsView .newsPage{ text-align: center;}
.newsView .newsPage a{ border-bottom: #8e693c solid 1px; margin: 0 20px; padding: 20px;}

.prolist{ padding: 130px 0 170px;}
.prolist .title{ text-align: center; margin-bottom:60px;}
.prolist .title h2{ color: #996633;}
.prolist ul li{ width: 33.33%; padding: 0 38px; text-align: center; margin-bottom: 50px;}
.prolist ul li dl{ padding-bottom: 65%;}
.prolist ul li .tit h3{ font-size: 16px; font-weight: normal;}
.prolist ul li .txt{ color: #999; line-height: 2; margin: 10px 0 30px;}
.prolist ul li .more{ width: 86px; line-height: 32px; border: #3c210c solid 1px; color: #3c210c; font-size: 14px; margin: 0 auto; transition: all 0.4s;}
.prolist ul li a:hover .more{ color: #fff; background: #3c210c;}

.breadcrumb{ margin-top: 160px; margin-bottom: 20px; line-height: 60px; color: #666;}
.breadcrumb a{ color: #666;}
.breadcrumb a:hover{ color: #8e693c;}

.prohead { padding-bottom: 50px;}
.prohead .pic{ width: 60%; position: relative; padding-bottom: 20px;}
.prohead .pic img{ width: 100%;}
.prohead .pic .swiper-button-prev,.prohead .pic .swiper-button-next{ width:50px; height: 20px; bottom: -20px; top: inherit;}
.prohead .pic .swiper-button-prev{ background: url(../images/arrow-left.png) no-repeat center; right: 100px; left: inherit;}
.prohead .pic .swiper-button-next{ background: url(../images/arrow-right.png) no-repeat center; right: 20px;}
.prohead .pic .swiper-button-prev::after, .prohead .pic .swiper-button-next::after {display: none;}

.prohead .con{ width: 40%; padding-left: 100px; padding-top: 20px;}
.prohead .con .tit{ margin-bottom: 30px;}
.prohead .con .tit h1{ font-size: 36px; font-weight: normal; color: #996633; font-family: "华文宋体","宋体",sans-serif;}
.prohead .con .text{ line-height: 1.8;}

.contact{ padding: 90px 0;}
.contact .con{ width: 50%;}
.contact .con .contactInfo{ color: #666; line-height: 2; margin-top: 50px;}
.contact .text{ width: 50%; color: #666; line-height: 2}

.message{ background: #f2f2f2; margin-bottom: 190px;}
.message .pic{ width: 50%;}
.message .pic img{ width: 100%;}
.message .box{ width: 50%; padding-left: 100px; padding-right: calc((100% - 1450px)/2);}
.message .box ul li{ display: flex; align-items: end; line-height: 40px; margin-bottom: 20px;}
.message .box ul li dl{width: 90px; color: #666;}
.message .box ul li ol{width: calc(100% - 90px); }
.message .box ul li input{ width: 100%; line-height: 40px; background:none; border: none; border-bottom: #ccc solid 1px;}
.message .box ul li textarea{ width: 100%; height: 100px; background:none; border: none; border-bottom: #ccc solid 1px; margin: 0; display: block;}
.message .box ul li button{ width: 86px; line-height: 32px; border: #3c210c solid 1px; color: #3c210c; font-size: 14px; cursor: pointer; margin-top: 30px; transition: all 0.4s;}
.message .box ul li button:hover{ color: #fff; background: #3c210c;}

/* 底部 */
.footer{ background: #3c210c; padding: 70px 0 25px; color: #b0a398;}
.footer .logoContactShare{ width: 300px;}
.footer .flogo{ margin-bottom: 30px;}
.footer .fcontact{ margin-bottom: 30px;}
.footer .share a{ margin-right: 15px;}
.footer .fnav{ text-align: center;}
.footer .fnav ul li>a{ color: #eee4d8; padding: 0 35px; margin-bottom: 30px; display: block;}
.footer .fnav ul li ol a{ color: #b0a398; line-height: 1.8; display: block;}
.footer .fnav ul li ol a:hover{ color: #c2a066;}
.footer .copryright{ text-align: center; font-size: 14px; margin-top: 90px;}
.footer .copryright a{ color: #b0a398;}
.footer .copryright a:hover{ color: #c2a066; }

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 42px; height: 42px; line-height: 42px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc;}
.fenye a { width: 42px; height: 42px; line-height: 42px; color: #333; margin:0 4px; display: block; background: #ccc; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #3c210c;}
.fenye a.current { color: #fff;  background: #3c210c;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 620px;}



@media (max-width: 1500px) {
    body{ font-size: 15px;}

    .banner .bannerText p:nth-child(1) { font-size: 44px; }
    .banner .bannerText p:nth-child(2) { font-size: 29px; }
    .banner .bannerText p:nth-child(3){ font-size: 28px;}

    .title h2{ font-size: 33px;}

    .indexOne .con h3{ font-size: 33px;}
    .indexOne .con h4{ font-size: 22px;}

    .aboutTwo .con h3{ font-size: 33px;}
    .aboutTwo .con h4{ font-size: 22px;}

    .categoryIntroduction .con{ padding-left: 50px;}

    .materialTwo .swiper-slide .con{ padding-left: 50px;}
    .materialTwo .swiper-button-prev{ left: 20px;}
    .materialTwo .swiper-button-next{ right: 20px;}

    .materialFour .item:nth-child(2){ padding-right: 50px;}

    .message .box{ padding-left: 50px; padding-right: 50px;}

}

@media (max-width: 1450px) {
    .indexOne .title h2{ font-size: 40px;}
}

@media (max-width: 1420px) {
    .footer .fnav ul li>a{ padding: 0 25px;}
}

@media (max-width: 1368px) {

    .header .nav ul { width: calc(50% - 180px);}

    .banner .bannerText{ top: 56%;}
    .banner .bannerText p:nth-child(1) { font-size: 40px; }
    .banner .bannerText p:nth-child(2) { font-size: 26px; }
    .banner .bannerText p:nth-child(3) { font-size: 24px; }

    .indexOne{ padding: 90px 0 100px;}

    .indexTwo .swiper{ width: 880px;}

    .accordion{ height: 480px;}

    .aboutOne .item { width: calc(50% - 30px);}
    .aboutTwo{ padding: 110px 0 300px;}

    
    .honor .swiper-slide .con { padding-right: 100px; padding-top: 90px; }

    .honorList .list ul{ margin: 0 -18px;}
    .honorList .list ul li{ padding: 0 18px; margin-bottom: 40px;}
    .honorList .list ul li h3{ font-size: inherit;}

    .marketOne{ height: 520px;}

    .marketThree{ height: 570px;}
    
}


@media (max-width: 1280px) {

    .wrap{ padding: 0 30px;}
    .w1130{ padding: 0 30px;}

    .categoryIntroduction .con { padding-left: 30px; }

    .footer .fnav ul li>a{ padding: 0 20px;}
}

@media (max-width: 1200px) {
    .wrap{ padding: 0 20px;}

    .header .nav ul { width: calc(50% - 130px);}

    .banner .bannerText p:nth-child(1) { font-size: 35px; }
    .banner .bannerText p:nth-child(2) { font-size: 23px;  margin-top: 12px;}
    .banner .bannerText p:nth-child(3) { font-size: 22px;  margin-top: 12px; }

    .title h2 { font-size: 28px; }

    .indexOne .title h2{ font-size: 35px;}
    .indexOne .con h3 { font-size: 28px; }
    .indexOne .con h4{ font-size: 20px;}

    
    .indexTwo .swiper{ width: 700px;}

    .accordion { height: 410px; }
    
    .indexFour .textBox .text{ margin-bottom: 70px;}

    .historyOne .con{ padding-right: 50px;}

    .workmanshipFive .box { padding: 0 35px;}

    .prolist { padding: 110px 0 100px;}

    .prohead .con{ padding-left: 50px;}
    .prohead .con .tit h1{ font-size: 28px;}

    .contact .text{ padding-left: 15px;}

    .message{ margin-bottom: 120px;}
    .message .box ul li textarea{ height: 60px;}
    .message .box ul li button{ margin-top: 2px;}

    .footer .copryright{ margin-top: 40px;}
    .footer .fnav ul li>a { padding: 0 12px; }
}

@media screen and (max-width:900px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1420{ padding: 0 15px;}

    input, textarea, select, button{ font-size: 14px;}

    .header{ width: 100%; height: 60px; padding: 0; background: #333; box-shadow: 0 0 5px rgba(0, 0, 0, .2); display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding: 0; left: 0; transform:inherit;}
    .header .nav { width: 100%; height:calc(100vh - 60px); background: #444; position: absolute; left: 0; top: 60px; z-index: 99999; display: none;}
    .header .nav::after{ display: none;}
    .header .nav{ margin: 0; padding: 15px 0;}
    .header .nav .wrap{ display: block;}
    .header .nav ul{ width: 100%; display: block; }
    .header .nav ul li{ margin-right: 0; border-bottom: #8a705d solid 1px;}
    .header .nav ul li>a{ font-size: 15px; padding: 0; line-height: 40px;}
    .header .nav ul li>a.tit::after{ right: 15px; bottom: 16px;}
    .header .nav ul li .subnav{ width: 100%; position: relative; top: 0; padding-top: 0;}
    .header .nav ul li .subnav a{ text-align: left; font-size: 14px;}

    .header .headContact{ padding: 0 15px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#ddbca2;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#ddbca2;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#ddbca2;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .pagination{ height: 10px; bottom: 20px !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 50% !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 10px; background: #d12053;}

    .banner .bannerText p:nth-child(1) { font-size: 20px; margin-top: -18px;}
    .banner .bannerText p:nth-child(2){ font-size: 14px; margin-top: 4px; }
    .banner .bannerText p:nth-child(3) { font-size: 13px; margin-top: 4px; }

    .title h2 { font-size: 22px; }

    .indexOne{ padding: 60px 0;}
    .indexOne .wrap{ display: block;}
    .indexOne .con{ width: 100%; margin-top: 16px;}
    .indexOne .title h2{ font-size: 22px;}
    .indexOne .con h3 { font-size: 22px; line-height: 1.4; }
    .indexOne .con h4 { font-size: 16px; line-height: 1.4;}

    .indexTwo{ padding-bottom: 60px;}
    .indexTwo .swiper { width: 300px; }
    .indexTwo .swiper .swiper-slide h3{ font-size: 16px;}


    .accordion { height: 238px; gap: 5px;}
    .content-overlay{ padding: 20px;}
    .content-overlay h2{ font-size: 22px;}
    .content-overlay p{ font-size: 14px;}
    .progress-container { width: 189px; gap: 10px; margin-top: 20px;}

    .indexFour{ padding: 50px 0 30px;}

    .indexFive { padding: 0 0 40px;}
    .indexFive .title{ margin-bottom: 35px;}
    .indexFive .box ul li{ width: 100%; padding: 0; margin-bottom: 30px;}
    .indexFive .box ul li dl{ padding-bottom: 65%;}
    .indexFive .box ul li .date{ margin-top: 12px;}
    .indexFive .box ul li .txt{ line-height: 1.6; height: inherit; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

    .anchorPoint { margin-top: -59px; padding-top: 59px;}

    .aboutOne { padding: 45px 0 40px;}
    .aboutOne .item { width: 100%; margin-bottom: 20px;}
    .aboutOne .item img { margin-bottom: 10px;}

    .aboutTwo { padding:60px 0 170px; background-size: auto 200px; background-position: right bottom;}
    .aboutTwo .wrap{ display: block;}
    .aboutTwo .con{ width: 100%; line-height: 1.4; margin-top: 16px;}
    .aboutTwo .con h3 { font-size: 22px; line-height: 1.4; }
    .aboutTwo .con h4 { font-size: 16px; line-height: 1.4;}

    .historyOne{ padding: 60px 0;}
    .historyOne .wrap{ display: block;}
    .historyOne .con{ width: 100%; padding-right: 0; margin-bottom: 7px;}
    .historyOne .picbox{ width: 100%;}

    .historyTwo{ padding: 60px 0 80px;}
    .historyTwo .box{ padding-bottom: 0;}
    .historyTwo .swiper-wrapper{ display: block;}
    .historyTwo .swiper-slide{ height: auto; margin: 0 0 30px !important; padding: 0 !important; text-align: center;}
    .historyTwo .swiper-slide .date{ position: relative !important; bottom: inherit !important; top: 0 !important; margin-bottom: 30px; border-top: 1px solid #000; padding-top: 10px;}
    .historyTwo .swiper-slide .date::before{ left: 50%; top: 30px !important; bottom: inherit !important; transform: rotate(-180deg) !important; margin-left: -5px;}
    .historyTwo .swiper-slide .date::after{ display: none;}
    .historyTwo .pic{ margin: 0 auto 10px;}
    .historyTwo .swiper-button-prev, .historyTwo .swiper-button-next{ display: none;}

    .honor { padding: 60px 0;}
    .honor .swiper-slide{ display: block;}
    .honor .swiper-slide .con{ width: 100%; padding: 0; margin-bottom: 30px;}
    .honor .swiper-slide .con .tit{ font-size: 22px;}
    .honor .swiper-slide .pic{ width: 100%;}

    .honorList { padding: 60px 0 70px;}
    .honorList .text { margin-top: 25px; margin-bottom: 30px;}
    .honorList .list ul{ margin: 0 -6px;}
    .honorList .list ul li{ width: 50%; padding: 0 6px; margin-bottom: 25px;}
    .honorList .list ul li dl { border: #dedede solid 2px;}
    .honorList .list ul li dl img { padding: 10px;}
    .honorList .list ul li h3{ margin-top: 10px;}

    .marketOne { height: 330px; margin-top: 0;}
    .marketOne .con{ width: 100%;}
    .marketOne .con .text{ margin-top: 20px;}

    .marketTwo{ padding: 80px 0 70px;}

    .marketThree { height: 400px; }
    .marketThree .text{ font-size: inherit; line-height: 1.6; margin: 25px 0;}

    .marketFour { padding: 80px 0 85px;}
    .marketFour .text{width: 100%; margin:20px 0 30px;}
    .marketFour .pic{ padding: 0;}
    .marketFour .pagination{ text-align: center;}
    .marketFour .pagination .swiper-pagination-bullet{ width: 25px;}

    .materialOne{ padding: 60px 0;}
    .materialOne .wrap{ display: block;}
    .materialOne .text{ width: 100%; margin-top: 30px;}

    .materialTwo { padding: 60px 15px 70px;}
    .materialTwo .swiper{ padding-bottom: 50px;}
    .materialTwo .swiper-slide{ display: block;}
    .materialTwo .swiper-slide .con { width: 100%; padding: 0; margin-bottom: 20px; }
    .materialTwo .swiper-slide .pic{ width: 100%;}
    .materialTwo .swiper-button-prev, .materialTwo .swiper-button-next{ width: 30px; height: 30px; top: inherit; bottom: 0;}
    .materialTwo .swiper-button-prev::after, .materialTwo .swiper-button-next::after{ font-size: 14px;}
    .materialTwo .swiper-button-prev{ left: 50%; margin-left: -35px;}
    .materialTwo .swiper-button-next{ right: 50%; margin-right: -35px;}

    .materialThree { padding: 60px 0;}
    .materialThree .item { width: 100%;}
    .materialThree .text{ padding: 0; margin-top: 30px;}

    .materialFour{ display: block; margin-bottom: 80px;}
    .materialFour .item{ width: 100%; margin-bottom: 20px;}
    .materialFour .item:nth-child(2) { padding: 0; }


    .workmanshipOne{ padding: 60px 0;}
    .workmanshipOne .wrap{ display: block;}
    .workmanshipOne .item{ width: 100%;}
    .workmanshipOne .text{ margin-top: 30px;}

    .workmanshipTwo { padding: 50px 0 60px;}
    .workmanshipTwo .title{ margin-bottom: 30px;}
    .workmanshipTwo .swiper-button-prev, .workmanshipTwo .swiper-button-next{ width: 30px; height: 30px; margin-top: -15px;}
    .workmanshipTwo .swiper-button-prev::after, .workmanshipTwo .swiper-button-next::after{ font-size: 16px;}
    .workmanshipTwo .swiper-button-prev{ left: 10px;}
    .workmanshipTwo .swiper-button-next{ right: 10px;}

    .workmanshipThree{ padding: 60px 0;}
    .workmanshipThree .wrap{ display: block;}
    .workmanshipThree .con{ width: 100%; padding: 0;}
    .workmanshipThree .con .text{ margin-top: 30px; margin-bottom: 20px;}
    .workmanshipThree .pic{ width: 100%; margin-top:10px;}

    .workmanshipFour{ padding: 80px 15px;}
    .workmanshipFour .text{ width: 100%; line-height: 1.8;}

    .workmanshipFive { padding: 60px 0 80px;}
    .workmanshipFive .box{ padding: 0;}
    .workmanshipFive .pagination{ text-align: center;}
    .workmanshipFive .pagination .swiper-pagination-bullet{ width: 20px; margin: 0 5px !important;}
    

    .categoryIntroduction{ margin-top: 0; display: block;}
    .categoryIntroduction .con{ width: 100%; padding: 50px 15px;}
    .categoryIntroduction .con .text{ line-height: 1.8; margin-top: 20px;}
    .categoryIntroduction .categoryImg{ width: 100%;}

    .news { padding: 50px 0 80px;}
    .news ul { margin-bottom: 35px;}
    .news ul li{ padding: 0; margin-bottom: 20px;}
    .news ul li .date { width: 60px; height: 52px;}
    .news ul li .date b{ font-size: 17px;}
    .news ul li .date dl{ font-size: 12px; padding-top: 4px;}
    .news ul li a{ padding:60px 25px 30px;}
    .news ul li .con .tit{ margin-bottom: 12px;}
    .news ul li .con .tit h3{ font-size: 17px;}
    .news ul li .con .text { font-size: 13px; line-height: 22px; margin-bottom: 18px;}

    .newsView { padding: 20px 0 120px;}
    .newsView .newsHead h1{ font-size: 20px; line-height: 1.5; padding-bottom: 15px; margin-bottom: 15px;}
    .newsView .text{ margin-bottom: 60px;}

    .prolist { padding: 60px 0 50px; }
    .prolist .title{ margin-bottom: 40px;}
    .prolist ul{ margin: 0 -10px;}
    .prolist ul li{ width: 50%; padding: 0 10px;}
    .prolist ul li .txt{ line-height: 1.8; margin: 6px 0 15px;}
    .prolist ul li .more { width: 80px; line-height: 26px; font-size: 12px; }

    .breadcrumb{ margin-top: 0; padding: 20px 0; line-height: 1.6;}

    .prohead .wrap{ display: block;}
    .prohead .pic{ width: 100%; margin-bottom: 30px;}
    .prohead .con{ width: 100%; padding: 0;}
    .prohead .con .tit { margin-bottom: 20px;}
    .prohead .con .tit h1{ font-size: 22px;}

    .contact { padding: 60px 0;}
    .contact .con{ width: 100%; }
    .contact .con .contactInfo{ margin-top: 30px;}
    .contact .text{ display: none;}

    .message{ display: block; margin-bottom: 0;}
    .message .pic { width: 100%;}
    .message .box{ width: 100%; padding:30px 20px 50px;}
    .message .box ul li{ margin-bottom: 10px; justify-content:space-between;}
    .message .box ul li dl{ width: 65px; text-align: justify; text-align-last: justify;}
    .message .box ul li ol { width: calc(100% - 80px);}
    .message .box ul li.justify-end{ justify-content: center;}
    .message .box ul li button{ margin-top: 15px;}

    .footer { text-align: center; padding: 35px 0;}
    .footer .logoContactShare{ width: 100%;}
    .footer .fnav{ display: none;}

    /*===/分页=============================*/
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}

@media screen and (max-width:380px){

}