@keyframes list { 0% { left: -100%; }
  100% { left: 0; } }

.searchDio { display: flex; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; z-index: 999999; justify-content: center; display: none; }

.searchDio .cont { margin-top: 10%; }

.searchDio .cont .input_item { display: flex; border-radius: 8px; justify-content: center; overflow: hidden; width: max-content; margin: auto; }

.searchDio .cont .input_item input { width: 500px; height: 45px; padding: 10px; }

.searchDio .cont .input_item button { background-color: #d2ad68; color: #fff; line-height: 45px; width: 100px; text-align: center; height: 45px; cursor: pointer; }

.searchDio .cont .input_item button.cloSea { background: #1a1a1a; }

.pcHead { position: relative; z-index: 30; width: 100%; background-color: #fff; transition: ease 0.5s; }

.pcHead .container { display: flex; justify-content: space-between; align-items: center; height: 120px; }

.pcHead .container .logo { display: flex; justify-content: center; align-items: center; }

.pcHead .container .headNav { display: flex; }

.pcHead .container .headNav dl { position: relative; }

.pcHead .container .headNav dl dt { height: 120px; overflow: hidden; transition: ease 0.3s; }

.pcHead .container .headNav dl dt .navLink { height: 120px; width: 100px; text-align: center; display: block; line-height: 120px; transition: ease 0.5s; transform: translateY(-120px); color: #d2ad68; }

.pcHead .container .headNav dl dt .navLink:nth-child(2) { color: #333; }

.pcHead .container .headNav dl:hover .navLink { transform: translateY(0); background-color: rgba(0, 0, 0, 0.05); }

.pcHead .container .headNav dl.on .navLink { transform: translateY(0); background-color: #d2ad68; color: #fff; }

.pcHead .container .headNav dl.on .navLink span { border-color: #d2ad68; padding: 5px 0; }

.pcHead .container .headNav .nav_chr { display: none; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); width: max-content; min-width: 120px; background-color: rgba(210, 173, 104, 0.8); }

.pcHead .container .headNav .nav_chr a { display: block; text-align: center; padding: 10px; color: #fff; font-size: 14px; }

.pcHead .container .headNav .nav_chr a:hover { background-color: black; }

.pcHead .container .headNav .nav_chr.secul { width: 360px; flex-wrap: wrap; transform: translateX(-25%); }

.pcHead .container .headNav .nav_chr.secul a { display: inline-block; width: 176px; }

.pcHead .container .headNav .searchBox { display: flex; align-items: center; }

.pcHead .container .headNav .searchBox .btn { cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; width: 40px; height: 40px; border: 1px solid #dedede; }

.pcHead .container .headNav .searchBox .btn img { width: 100%; }

.pcHead.on, .pcHead:hover { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); background-color: #fff; }

.pcFoot { background-color: #181818; color: #fff; }

.pcFoot .bgc1 { background-color: #d2ad68; }

.pcFoot .cont .ftLogo { margin-left: 0; margin-bottom: 40px; }

.pcFoot .cont .ftNav { margin: 0 -10px; font-weight: bold; }

.pcFoot .cont .ftNav a { margin: 0 10px; opacity: 0.8; }

.pcFoot .cont .ftNav a:hover { opacity: 1; }

.pcFoot .cont .ftContact { margin-top: 40px; opacity: 0.6; font-size: 14px; }

.pcFoot .cont .ftContact p { margin-bottom: 10px; }

.pcFoot .cont .ftContact span { margin-right: 40px; }

.pcFoot .cont .ftContact span:last-child { margin-left: 0; }

.pcFoot .ftLiuyan h3 { display: flex; margin-bottom: 20px; }

.pcFoot .ftLiuyan h3 .imgbox { margin: 0; margin-right: 10px; }

.pcFoot .ftLiuyan .form .input_item { margin-bottom: 15px; }

.pcFoot .ftLiuyan .form .input_item input { height: 30px; width: 100%; padding: 0 10px; }

.pcFoot .ftLiuyan .form button { background-color: #d2ad68; display: block; width: 100%; cursor: pointer; height: 30px; text-align: center; color: #fff; }

.pcFoot .ewmBox { display: flex; }

.pcFoot .ewmBox .lis { margin: 0 10px; }

.pcFoot .ewmBox .lis p { text-align: center; font-size: 14px; margin-top: 10px; }

.pcFoot .botTxt { margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.5); padding: 15px 0; }

.pcFoot .botTxt .container { display: flex; justify-content: space-between; }

.pcFoot .botTxt span { opacity: 0.5; font-size: 14px; }

.pcFoot .botTxt a { opacity: 0.5; transition: ease 0.5s; font-size: 14px; }

.pcFoot .botTxt a:hover { opacity: 1; }

.mbBanner { display: none; }

.mbBanner .swiper-container { height: 30rem; }

.mbBanner .swiper-container .imgbox { height: 100%; }

.mbBanner .swiper-container .imgbox img { height: 100%; width: auto; max-width: none; }

.mbBanner .swiper-container .container h3 { font-size: 2rem; line-height: 3rem; padding: 1rem 0 1.5rem; }

.mbBanner .swiper-container .container p { font-size: 1rem; padding: 0; }

.pcBanner .imgbox { height: 100%; width: 100%; }

.pcBanner .imgbox img { height: 100%; max-width: none; width: auto; }

.pcBanner .container { position: absolute; top: 0; left: 50%; width: 1200px; height: 100%; display: flex; transform: translateX(-50%); align-items: center; }

.pcBanner .container h4 { font-size: 16px; font-weight: bold; color: #d2ad68; text-transform: uppercase; font-family: 'Montserrat-Extra-Bold', Microsoft Yahei, Arial; }

.pcBanner .container h3 { font-size: 60px; color: #fff; padding: 10px 0 25px 0; margin: 0; line-height: 70px; font-weight: bold; }

.pcBanner .container .line { width: 80px; height: 4px; background: #d2ad68; margin: 10px 0; }

.pcBanner .container p { font-size: 20px; color: #fff; padding: 25px 0; margin: 0; font-weight: normal; line-height: 30px; }

.pcBanner .swiper-pagination-bullet { width: 70px; height: 4px; background-color: #fff; border-radius: 0; position: relative; overflow: hidden; transition: ease 0.5s; }

.pcBanner .swiper-pagination-bullet::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #d2ad68; left: -100%; }

.pcBanner .swiper-pagination-bullet.swiper-pagination-bullet-active::after { left: 0; animation: 5s list linear; }

.neiBanner { position: relative; }

.neiBanner .container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; display: flex; align-items: center; width: 100%; }

.neiBanner .container h4 { font-size: 60px; color: #fff; margin: 2px 0; text-transform: uppercase; margin-top: 50px; opacity: .1; line-height: 1; }

.neiBanner .container span { display: block; height: 4px; width: 150px; background-color: #d2ad68; margin: 15px 0; }

.neiBanner .container h3 { font-size: 40px; color: #fff; margin: 2px 0; text-transform: uppercase; }

.cpBanner { position: relative; }

.cpBanner .container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; display: flex; align-items: center; width: 100%; }

.cpBanner .container h4 { font-size: 60px; color: #fff; margin: 2px 0; text-transform: uppercase; margin-top: 50px; opacity: .1; line-height: 1; }

.cpBanner .container span { display: block; height: 4px; width: 150px; background-color: #d2ad68; margin: 15px 0; }

.cpBanner .container h3 { font-size: 40px; color: #fff; margin: 2px 0; text-transform: uppercase; }

.cpBanner .cpBar { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }

.cpBanner .cpBar .cont { max-width: 1200px; margin: 0 auto; display: flex; }

.cpBanner .cpBar .cont a { padding: 15px 30px; color: #333; border-bottom: 2px solid transparent; font-size: 18px; }

.cpBanner .cpBar .cont a:hover { color: #d2ad68; }

.cpBanner .cpBar .cont a.on { color: #d2ad68; border-color: #d2ad68; background-color: rgba(0, 0, 0, 0.1); }

.indexBox1 { background-color: #f5f5f5; }

.indexBox1 .prod_list { position: relative; }

.indexBox1 .prod_list .lis { display: block; }

.indexBox1 .prod_list .lis .imgbox { width: 100%; }

.indexBox1 .prod_list .lis .imgbox img { width: 100%; }

.indexBox1 .prod_list .lis h4 { font-size: 16px; font-weight: bold; margin-bottom: 10px; background-color: #fff; height: 60px; display: flex; justify-content: center; align-items: center; transition: ease 0.5s; }

.indexBox1 .prod_list .lis:hover h4 { background-color: #d2ad68; color: #fff; }

.indexBox1 .prod_list .swiper_next, .indexBox1 .prod_list .swiper_prev { position: absolute; top: 50%; transform: translateY(-50%); left: -60px; z-index: 2; cursor: pointer; width: 60px; height: 60px; transition: ease 0.5s; color: #545454; }

.indexBox1 .prod_list .swiper_next i, .indexBox1 .prod_list .swiper_prev i { font-size: 60px; }

.indexBox1 .prod_list .swiper_next.swiper-button-disabled, .indexBox1 .prod_list .swiper_prev.swiper-button-disabled { opacity: 0.3; }

.indexBox1 .prod_list .swiper_next:hover, .indexBox1 .prod_list .swiper_prev:hover { color: #d2ad68; }

.indexBox1 .prod_list .swiper_next { left: auto; right: -60px; }

.indexBox2 { background: url(../images/bg1.jpg) no-repeat top center; }

.indexBox2 .cont .head { color: #fff; margin-bottom: 40px; }

.indexBox2 .cont .head h3 { font-size: 48px; font-weight: bold; margin-bottom: 10px; }

.indexBox2 .cont .head h4 { font-size: 24px; }

.indexBox2 .cont .desc { line-height: 30px; color: #fff; height: 180px; max-width: 600px; }

.indexBox2 .list { margin-bottom: -150px; }

.indexBox2 .sw_index .lis { display: flex; flex-direction: column; background-color: #fff; transition: ease 0.5s; cursor: pointer; }

.indexBox2 .sw_index .lis .text { padding: 20px; color: #333; transition: ease 0.5s; }

.indexBox2 .sw_index .lis .text h3 { font-size: 60px; text-align: center; line-height: 1; margin-bottom: 20px; }

.indexBox2 .sw_index .lis .text p { text-align: center; font-size: 24px; line-height: 2; }

.indexBox2 .sw_index .lis.dx { flex-direction: column-reverse; }

.indexBox2 .sw_index .lis:hover .text { color: #d2ad68; }

.indexBox2 .sw_index .lis:hover .text h3 { border-color: #d2ad68; }

.indexBox2 .sw_index.on .lis { background-color: #d2ad68; }

.indexBox2 .sw_index.on .lis img { transform: scale(1.1); }

.indexBox2 .sw_index.on .lis .text { color: #fff; }

.indexBox2 .sw_index.on .lis .text h3 { border-color: #fff; }

.indexBox3 { padding-top: 150px; padding-bottom: 60px; background-color: #f5f5f5; }

.indexBox3 .cont .newsList .news_ht { display: block; margin-bottom: 20px; position: relative; }

.indexBox3 .cont .newsList .news_ht .text { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; padding: 10px; }

.indexBox3 .cont .newsList .news_ht .text h3 { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 10px; transition: ease 0.5s; }

.indexBox3 .cont .newsList .news_ht .text p { font-size: 14px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.indexBox3 .cont .newsList .news_ht .text span { position: absolute; bottom: 0; right: 0; width: 150px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: #d2ad68; color: #fff; }

.indexBox3 .cont .newsList .news_ht:hover img { transform: scale(1.1); }

.indexBox3 .cont .newsList .news_ht:hover .text h3 { color: #d2ad68; }

.indexBox3 .cont .newsList .news_ht:hover .text p { color: #d2ad68; }

.indexBox3 .cont .newsList .news_lis { display: flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #dedede; margin-bottom: 12px; }

.indexBox3 .cont .newsList .news_lis p { border-left: 3px solid #d2ad68; padding-left: 10px; line-height: 1; width: calc(100% - 100px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.indexBox3 .cont .newsList .news_lis span { text-align: center; width: 100px; }

.indexBox3 .cont .newsList .news_lis:hover { color: #d2ad68; }

.indexBox3 .cont .newsList2 .lis { display: flex; margin-bottom: 20px; padding: 20px 10px; transition: ease 0.5s; }

.indexBox3 .cont .newsList2 .lis .date { width: 80px; height: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.indexBox3 .cont .newsList2 .lis .date h3 { font-size: 40px; font-weight: normal; line-height: 1; }

.indexBox3 .cont .newsList2 .lis .date h4 { line-height: 1; font-weight: normal; font-size: 20px; }

.indexBox3 .cont .newsList2 .lis .desc { width: calc(100% - 100px); padding-left: 20px; border-left: 1px solid #dedede; }

.indexBox3 .cont .newsList2 .lis .desc h3 { line-height: 35px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.indexBox3 .cont .newsList2 .lis .desc p { line-height: 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #616161; }

.indexBox3 .cont .newsList2 .lis:hover { background-color: #d2ad68; }

.indexBox3 .cont .newsList2 .lis:hover h3 { color: #fff; }

.indexBox3 .cont .newsList2 .lis:hover h4 { color: #fff; }

.indexBox3 .cont .newsList2 .lis:hover p { color: #fff; }

.renzheng_page1 .cont { margin-top: 80px; }

.renzheng_page1 .cont .list .lis { margin-bottom: 20px; }

.renzheng_page1 .cont .list .lis h3 { color: #d2ad68; height: 36px; font-size: 24px; font-weight: 500; line-height: 36px; }

.renzheng_page1 .cont .list .lis p { margin-top: 4px; font-size: 16px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666; line-height: 28px; }

.renzheng_page2 { background: url(../images/bg19.png) no-repeat center; background-size: auto 100%; }

.renzheng_page2 .lis { display: flex; align-items: flex-start; }

.renzheng_page2 .lis .imgbox { margin: 0; width: 48px; }

.renzheng_page2 .lis .text { width: calc(100% - 48px); padding-left: 20px; }

.renzheng_page2 .lis .text h3 { margin: 0 0 12px; font-size: 18px; }

.renzheng_page2 .lis .text p { max-width: 450px; height: 128px; color: #666; line-height: 32px; }

.renzheng_page3 .navBar { display: flex; justify-content: center; margin-bottom: 60px; }

.renzheng_page3 .navBar span { margin: 0 20px; position: relative; height: 36px; font-size: 24px; font-weight: 500; cursor: pointer; color: #666; line-height: 36px; }

.renzheng_page3 .navBar span.on { color: #d2ad68; }

.renzheng_page3 .navBar span.on::before { content: ""; position: absolute; display: inline-block; right: 50%; margin-right: -16px; bottom: -22px; width: 32px; height: 6px; background: #1e3c96; border-radius: 3px; }

.renzheng_page3 .boxLis { display: none; }

.renzheng_page3 .boxLis.on { display: block; }

.renzheng_page3 .boxLis .lis { background: #f3f4f5; border-radius: 6px; border: 1px solid #dbdbdb; }

.renzheng_page3 .boxLis .lis .head { padding: 20px 0; background-color: #d2ad68; color: #fff; text-align: center; }

.renzheng_page3 .boxLis .lis .head .imgbox { width: 64px; }

.renzheng_page3 .boxLis .lis .cont { height: 504px; }

.renzheng_page3 .boxLis .lis .cont p { width: 100%; padding: 0 29px; height: 72px; text-align: center; color: #666; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: ease 0.5s; }

.renzheng_page3 .boxLis .lis .cont p:hover { background-color: rgba(51, 51, 51, 0.08); }

.renzheng_page3 .viewMore { display: block; margin: 30px auto 0; width: 484px; background: linear-gradient(225deg, #edaa4d, #302000); color: #fff; font-size: 24px; line-height: 65px; border-radius: 65px; text-align: center; }

.renzheng_page3 .viewMore:hover { background: linear-gradient(43deg, #6da3ed, #00d2ff); }

.renzheng_page4 { background-image: url(../images/book-bg.png); background-size: auto 100%; background-repeat: no-repeat; }

.renzheng_page4 .text { height: 100%; display: flex; justify-content: center; align-items: center; }

.renzheng_page4 .text p { width: 70%; font-size: 18px; color: #666; }

.zhuanjia_page1 .aut .desc { padding-left: 60px; height: 500px; overflow-y: auto; }

.zhuanjia_page1 .aut .desc .head { margin-bottom: 40px; }

.zhuanjia_page1 .aut .desc .head h3 { display: flex; align-items: center; font-size: 28px; }

.zhuanjia_page1 .aut .desc .head h3 span { margin-left: 15px; padding: 0 15px; background: #eee; border-radius: 4px; font-size: 16px; font-weight: 400; color: #666; line-height: 42px; }

.zhuanjia_page1 .aut .desc .text h3 { font-size: 20px; margin-bottom: 10px; margin-top: 20px; }

.zhuanjia_page1 .aut .desc .text p { margin-bottom: 10px; line-height: 2; color: #545454; }

.zhuanjia_page1 .aut #gallery { margin-bottom: 40px; }

.zhuanjia_page1 .aut #thumbs .swiper-slide { transition: ease 0.5s; opacity: 0.2; }

.zhuanjia_page1 .aut #thumbs .swiper-slide-thumb-active { opacity: 1; }

.zhuanjia2_page1 .part1 { margin-bottom: 60px; }

.zhuanjia2_page1 .part1 h3 { font-size: 28px; margin-bottom: 30px; }

.zhuanjia2_page1 .part1 .imgbox { width: 280px; }

.zhuanjia2_page1 .part1 .text { margin-top: 30px; text-align: center; }

.zhuanjia2_page1 .part1 .text h4 { font-size: 24px; font-weight: 600; color: #333; line-height: 32px; margin-bottom: 8px; }

.zhuanjia2_page1 .part1 .text p { font-size: 14px; color: #999; line-height: 24px; }

.zhuanjia2_page1 .part2 .head { margin-bottom: 30px; }

.zhuanjia2_page1 .part2 .head h3 { font-size: 28px; margin-bottom: 10px; }

.zhuanjia2_page1 .part2 .head h4 { font-size: 18px; color: #333; font-weight: normal; }

.zhuanjia2_page1 .part2 .text { margin-top: 10px; }

.zhuanjia2_page1 .part2 .text h4 { font-size: 24px; font-weight: 600; color: #333; line-height: 32px; margin-bottom: 8px; }

.zhuanjia2_page1 .part2 .text p { font-size: 14px; color: #999; line-height: 24px; }

.zhaopin_page1 { background-color: #f3f5f6; }

.zhaopin_page1 .searchBar { margin-bottom: 40px; }

.zhaopin_page1 .searchBar p { margin-top: 10px; }

.zhaopin_page1 .searchBar p a { margin-right: 10px; }

.zhaopin_page1 .searchBar p a:hover { color: #d2ad68; }

.zhaopin_page1 .searchBar form { display: flex; }

.zhaopin_page1 .searchBar form .input_item { background-color: #fff; width: calc(100% - 120px); border-radius: 8px 0 0 8px; border-left: 1px solid #dedede; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; overflow: hidden; }

.zhaopin_page1 .searchBar form .input_item input { height: 48px; line-height: 48px; padding: 10px; }

.zhaopin_page1 .searchBar form button { height: 50px; line-height: 48px; text-align: center; width: 120px; background: #c9b186; color: #fff; border-radius: 0 8px 8px 0; border-color: #c9b186; }

.zhaopin_page1 .list .lis { background-color: #fff; border-radius: 8px; overflow: hidden; margin-bottom: 30px; }

.zhaopin_page1 .list .lis .desc { display: flex; align-items: center; justify-content: space-between; padding: 20px; }

.zhaopin_page1 .list .lis .desc p { position: relative; padding-left: 20px; display: flex; align-items: center; width: calc(100% - 80px); padding-right: 5px; }

.zhaopin_page1 .list .lis .desc p::before { background-color: #d8d8d8; width: 8px; height: 8px; position: absolute; border-radius: 50%; content: ''; top: 50%; transform: translateY(-50%); left: 6px; }

.zhaopin_page1 .list .lis .desc span { width: 80px; font-size: 14px; }

.zhaopin_page1 .list .lis .desc:hover { color: #d2ad68; }

.zhaopin_page1 .list .lis .tips { background-color: #eee; padding: 20px; }

.zhaopin_page1 .list .lis .tips span { margin-right: 10px; font-size: 14px; color: #6c757d; }

.newsList_page1 a { margin-bottom: 20px; }

.newsList_page1 a .text { padding-left: 20px; }

.newsList_page1 a .text span { display: block; width: 120px; padding: 10px; line-height: 1; text-align: center; background-color: #d2ad68; color: #fff; margin-right: 0; margin-left: auto; }

.newsList_page1 a .text p { height: 100%; line-height: 32px; height: 64px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #545454; margin-bottom: 20px; }

.newsList_page1 a h3 { margin-bottom: 10px; font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.newsList_page1 a .date { display: flex; align-items: center; line-height: 25px; font-size: 14px; color: #616161; margin-bottom: 10px; }

.newsList_page1 a .date .imgbox { margin: 0; margin-right: 5px; }

.newsList_page1 a:hover .imgbox img { transform: scale(1.1); }

.newsList_page1 a:hover .text p { color: #d2ad68; }

.pro_page1 .headName { height: 40px; background-color: #f3f5f6; }

.pro_page1 .headName h3 { font-weight: normal; font-size: 16px; line-height: 40px; padding: 0 10px; }

.pro_page1 .prod_list { margin-bottom: 60px; }

.pro_page1 .prod_list .lis { background-color: #f3f4f5; display: block; }

.pro_page1 .prod_list .lis .imgbox { width: 100%; }

.pro_page1 .prod_list .lis .imgbox img { width: 100%; }

.pro_page1 .prod_list .lis p { transition: ease 0.5s; line-height: 40px; text-align: center; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pro_page1 .prod_list .lis:hover img { transform: scale(1.1); }

.prodShowPgae_item1 .prod_tt { background-color: #f1f1f1; display: flex; overflow: hidden; margin-bottom: 20px; }

.prodShowPgae_item1 .prod_tt span { padding: 10px 40px; padding-right: 60px; color: #fff; background-color: #d2ad68; position: relative; }

.prodShowPgae_item1 .prod_tt span::after { content: ''; width: 40px; background-color: #f1f1f1; position: absolute; right: -20px; top: -30px; transform: rotate(-35deg); height: 80px; }

.prodShowPgae_item1 .list .lis { margin-bottom: 20px; }

.prodShowPgae_item1 .list .lis .desc .tt h3 { font-size: 32px; }

.prodShowPgae_item1 .list .lis .desc .tt h4 { font-size: 28px; }

.prodShowPgae_item1 .list .lis .desc .tt h5 { height: 3px; background-color: #d2ad68; width: 65px; margin-bottom: 40px; margin-top: 10px; }

.prodShowPgae_item1 .list .lis .desc .text { margin-bottom: 20px; }

.prodShowPgae_item1 .list .lis .desc .text h5 { margin-bottom: 10px; font-size: 16px; }

.prodShowPgae_item1 .list .lis .desc .text p { font-size: 14px; margin-bottom: 10px; line-height: 1.7; color: #616161; }

.prodShowPgae_item1 .list .lis .desc ._More { margin-left: 0; }

.prodShowPgae_item1 .box_con { padding: 20px 0 40px; }

.prodShowPgae_item1 .box_con img { max-width: 100%; }

.prodShowPgae_item1 ._tb_box ._tb_row { display: flex; }

.prodShowPgae_item1 ._tb_box ._tb_row ._tb_col { width: 33.3333%; border: 1px solid #dedede; margin-right: -1px; margin-bottom: -1px; }

.prodShowPgae_item1 ._tb_box ._tb_row ._tb_col .ct { padding: 10px; }

.prodShowPgae_item1 ._tb_box ._tb_row:nth-child(2n) ._tb_col { background-color: #f1f1f1; }

.prodShowPgae_item1 ._tb_box ._tb_row._tb_head ._tb_col { background-color: #d2ad68; }

.prodShowPgae_item1 ._tb_box ._tb_row._tb_head ._tb_col .ct { color: #fff; }

.prodShowPgae_item1 .prod_detail { border-bottom: 1px solid #dedede; }

.prodShowPgae_item1 .nespn { display: flex; justify-content: space-between; margin-top: 20px; align-items: center; }

.prodShowPgae_item1 .nespn a { display: block; padding: 10px 0; }

.prodShowPgae_item1 .nespn a span { margin-left: 5px; }

.prodShowPgae_item1 .nespn a:hover { color: #d2ad68; }

.prodShowPgae_item1 .nespn a.back { color: #878787; font-weight: bold; background-color: #d2ad68; color: #fff; height: max-content; padding: 3px 20px; }

.prodShowPgae_item1 .nespn a.back:hover { color: #fff; background-color: #b90202; }

.newsDetailPage_item1 .topBar { padding: 20px; background-color: #f1f1f1; color: #434343; }

.newsDetailPage_item1 .topBar a { color: #434343; }

.newsDetailPage_item1 .topBar a:hover { color: #c0a975; }

.newsDetailPage_item1 .topBar span { color: #c0a975; }

.newsDetailPage_item1 .cont .head h4 { color: #c0a975; margin-bottom: 5px; }

.newsDetailPage_item1 .cont .head h3 { font-size: 32px; margin-bottom: 20px; }

.newsDetailPage_item1 .cont .news-text-cont { border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 40px 0; }

.newsDetailPage_item1 .cont .nespn { display: flex; justify-content: space-between; }

.newsDetailPage_item1 .cont .nespn a { display: block; padding: 10px 0; }

.newsDetailPage_item1 .cont .nespn a span { margin-left: 5px; }

.newsDetailPage_item1 .cont .nespn a.back { color: #878787; font-weight: bold; }

.newsDetailPage_item1 .cont .nespn a:hover { color: #c0a975; }

.contactPage_item1 { background-color: #f5f5f5; }

.contactPage_item1 .cont { background-color: #fff; }

.contactPage_item1 .cont #map { height: 100%; min-height: 400px; }

.contactPage_item1 .cont .desc { padding: 40px; }

.contactPage_item1 .cont .desc .head { border-bottom: 1px solid #dedede; padding-bottom: 20px; }

.contactPage_item1 .cont .desc .head h3 { font-size: 32px; color: #d2ad68; }

.contactPage_item1 .cont .desc .head h4 { font-size: 24px; }

.contactPage_item1 .cont .desc .text { padding: 20px 0; }

.contactPage_item1 .cont .desc .text .lis { display: flex; padding: 5px; }

.contactPage_item1 .cont .desc .text .lis i { margin-right: 10px; }

.contactPage_item1 .cont .desc .text .lis .call { color: #d2ad68; font-weight: bold; }

.contactPage_item1 .cont .desc .text .lis .call b { display: block; font-size: 24px; }

.contactPage_item1 .cont .desc .foo { border-top: 1px solid #dedede; padding-top: 20px; display: flex; justify-content: space-around; text-align: center; }

.aboutPage .headTit h4 { margin-left: 0; padding: 0; }

.aboutPage .headTit h4::before, .aboutPage .headTit h4::after { display: none; }

.aboutPage .text p { margin-bottom: 10px; line-height: 2; }

.aboutPage .imgbox { margin-left: 0; }
