.pcHead { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

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

.pcHead .topbar span { display: block; margin: 20px 0 10px; margin-right: 0; margin-left: auto; width: max-content; line-height: 30px; padding: 0 10px; border-radius: 30px; background-color: #4d9e3f; color: #fff; }

.pcHead .navBar { display: flex; }

.pcHead .navBar .lis { position: relative; margin: 0 10px; padding-bottom: 10px; }

.pcHead .navBar .lis .type-a { height: 40px; line-height: 40px; text-align: center; }

.pcHead .navBar .lis:hover .type-a, .pcHead .navBar .lis.on .type-a { color: #4d9e3f; border-bottom: 2px solid #4d9e3f; }

.pcHead .navBar .lis a { padding: 0 10px; display: block; }

.pcHead .navBar .lis a:hover { color: #4d9e3f; }

.pcHead .navBar .lis .lis-chr { position: absolute; top: 40px; left: 0; display: none; padding: 10px 0; width: max-content; background-color: #fff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); z-index: 999; }

.pcHead .navBar .lis .type-b { margin-bottom: 5px; padding: 10px 20px; }

.pcHead .navBar .lis .type-b:hover { background-color: #f1f1f1; }

.pcHead .navBar .lis .type-b:last-child { margin-bottom: 0; }

.pcHead .logoBox { display: flex; justify-content: center; align-items: center; width: max-content; }

.pcHead .logoBox img { width: 100%; }

.pcBanner .textBox { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.pcBanner .textBox .container { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; }

.pcBanner .textBox.left .container { justify-content: flex-start; }

.pcBanner .swiper-pagination-bullet { border-radius: 0; width: 30px; height: 3px; }

.pcBanner .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff; }

.index-about { background-color: #fdfbfb; }

.index-about .text { padding-right: 40px; }

.index-about .text h3 { color: #4d9e3f; font-weight: bold; font-style: italic; font-size: 20px; margin-bottom: 20px; }

.index-about .text h4 { color: #333; font-weight: bold; font-size: 30px; margin-bottom: 10px; }

.index-about .text p { color: #434343; line-height: 2; margin-bottom: 30px; }

.index-about .text .list { justify-content: space-between; }

.index-about .text .list .imgbox { margin: auto; position: relative; transition: ease 0.5s; }

.index-about .text .list .imgbox img { position: relative; z-index: 2; background-color: #fdfbfb; transition: ease 0.5s; }

.index-about .text .list .imgbox .hov { position: absolute; z-index: 1; top: 0; left: 0; }

.index-about .text .list p { text-align: center; margin-top: 10px; margin-bottom: 0; }

.index-about .text .list a:hover .imgbox { transform: rotateY(180deg); }

.index-about .text .list a:hover .imgbox img { opacity: 0; }

.index-about .text .list a:hover .imgbox img.hov { opacity: 1; }

.index-about .text .list a:hover p { color: #4d9e3f; }

.index-about .text > a { display: block; width: max-content; padding: 5px 30px; border-radius: 30px; line-height: 30px; background-color: #4d9e3f; color: #fff; }

.index-about .linian { position: relative; padding-left: 50px; }

.index-about .linian::before { content: ''; position: absolute; width: 1px; height: 100%; background-color: #4d9e3f; left: 20px; }

.index-about .linian .lis { margin-bottom: 55px; position: relative; }

.index-about .linian .lis:last-child { margin-bottom: 0; }

.index-about .linian .lis::before { content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; border: 3px solid #4d9e3f; left: -40px; top: 0; box-sizing: border-box; transition: ease 0.5s; }

.index-about .linian .lis h5 { font-size: 20px; color: #4d9e3f; margin-bottom: 20px; line-height: 1; transition: ease 0.5s; }

.index-about .linian .lis p { line-height: 2; color: #676767; transition: ease 0.5s; }

.index-about .linian .lis:hover h5 { transform: translateX(35px) scale(1.1); }

.index-about .linian .lis:hover p { color: #333; transform: translateX(5px); }

.index-about .linian .lis:hover::before { background-color: #4d9e3f; }

.index-product .swiper-container { padding-bottom: 40px; }

.index-product .bars { display: flex; justify-content: center; margin-bottom: 30px; }

.index-product .bars .lis { line-height: 30px; border-radius: 30px; border: 1px solid #dedede; padding: 0 15px; margin: 0 10px; }

.index-product .bars .lis.on, .index-product .bars .lis:hover { background-color: #4d9e3f; color: #fff; border-color: #4d9e3f; }

.index-product .bars .lis.pro { border-color: #da6a2a; color: #da6a2a; }

.index-product .bars .lis.pro.on, .index-product .bars .lis.pro:hover { background-color: #da6a2a; color: #fff; border-color: #da6a2a; }

.index-product .prod-list { justify-content: space-between; }

.index-product .prod-list .prod-lis { border: 1px solid #dedede; padding: 20px 10px; }

.index-product .prod-list .prod-lis .imgbox { padding: 20px; margin: 0 auto; }

.index-product .prod-list .prod-lis h5 { text-align: center; font-size: 16px; margin-bottom: 15px; }

.index-product .prod-list .prod-lis a { display: block; width: max-content; margin: 0 auto; line-height: 30px; border-radius: 30px; background-color: #4d9e3f; color: #fff; padding: 0 10px; }

.index-jishu .headTit h4 { color: #fff; }

.index-jishu .cont .lis { color: #333; align-items: center; margin-bottom: 0px; }

.index-jishu .cont .lis:last-child { margin-bottom: 0; }

.index-jishu .cont .lis h3 { font-size: 24px; margin-bottom: 10px; }

.index-jishu .cont .lis p { line-height: 1.5; }

.index-jishu .cont .lis .text { padding: 0 20px; }

.index-jiance { background-color: #fdfbfb; }

.index-jiance .cont .lis { display: block; padding: 0 10px; }

.index-jiance .cont .lis .imgbox { position: relative; }

.index-jiance .cont .lis .imgbox .txt { position: absolute; width: 100%; height: 100%; top: 400px; left: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; transition: ease 0.5s; }

.index-jiance .cont .lis .imgbox .txt p { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; font-size: 14px; }

.index-jiance .cont .lis .text { padding: 10px 0; align-items: center; justify-content: space-between; }

.index-jiance .cont .lis .text .tit { border-left: 5px solid #4d9e3f; padding-left: 10px; }

.index-jiance .cont .lis .text .bar { width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; color: #4d9e3f; font-size: 20px; text-align: center; border-radius: 50%; border: 2px solid #4d9e3f; transition: ease 0.5s; }

.index-jiance .cont .lis .text .bar i { margin-top: -3px; transition: ease 0.5s; }

.index-jiance .cont .lis:hover .txt { top: 0 !important; }

.index-jiance .cont .lis:hover .text .bar { background-color: #4d9e3f; color: #fff; }

.index-news .bars { display: flex; justify-content: center; margin-bottom: 30px; }

.index-news .bars .lis { line-height: 30px; border-radius: 30px; border: 1px solid #dedede; padding: 0 15px; margin: 0 10px; }

.index-news .bars .lis.on, .index-news .bars .lis:hover { background-color: #4d9e3f; color: #fff; border-color: #4d9e3f; }

.index-news .bars .lis.pro { border-color: #da6a2a; color: #da6a2a; }

.index-news .bars .lis.pro.on, .index-news .bars .lis.pro:hover { background-color: #da6a2a; color: #fff; border-color: #da6a2a; }

.index-news .cont .lis { display: block; margin-right: 1.5%; margin-bottom: 20px; }

.index-news .cont .lis._col6 { width: 32%; }

.index-news .cont .lis:nth-child(3n) { margin-right: 0; }

.index-news .cont .lis .imgbox { width: 100%; margin-bottom: 10px; }

.index-news .cont .lis .imgbox img { width: 100%; }

.index-news .cont .lis .text h4 { color: #696969; font-weight: normal; margin-bottom: 10px; font-size: 14px; display: flex; align-items: center; }

.index-news .cont .lis .text h4 i { margin-right: 5px; display: flex; justify-content: center; align-items: center; }

.index-news .cont .lis .text h3 { font-size: 16px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.index-news .cont .lis .text p { color: #545454; font-size: 14px; line-height: 20px; height: 60px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.index-news .cont .lis:hover .imgbox img { transform: scale(1.1); }

.index-news .cont .lis:hover .text h3 { color: #4d9e3f; }

.index-fuwu .cont { padding: 10px; }

.index-fuwu .cont .lis { border: 15px solid #eef2fb; padding: 40px; }

.index-fuwu .cont .lis h3 { margin-bottom: 20px; font-size: 28px; }

.index-fuwu .cont .lis h3 i { display: block; width: 60px; height: 3px; background-color: #4d9e3f; margin-bottom: 10px; }

.index-fuwu .cont .lis p { line-height: 2; color: #545454; height: 260px; }

.index-fuwu .cont .lis ul li a { display: block; margin-right: 20px; }

.index-fuwu .cont .lis ul li a .imgbox { margin: auto; width: 95px; }

.index-fuwu .cont .lis ul li a p { height: auto; text-align: center; }

.index-fuwu .cont .lis ul li:last-child a { margin-right: 0; }

.index-fuwu .cont .lis .btns { display: block; width: max-content; padding: 5px 20px; background-color: #4d9e3f; color: #fff; border-radius: 40px; margin: 20px auto 0; }

.pcFooter { background-color: #2d2d2e; }

.pcFooter .cont { padding: 40px 0; }

.pcFooter .foot-about .text h3 { font-size: 16px; color: #fff; margin-bottom: 15px; }

.pcFooter .foot-about .text p { color: #999999; line-height: 2; font-size: 14px; }

.pcFooter .foot-nav h3 { font-size: 16px; color: #fff; margin-bottom: 15px; border-left: 4px solid #4d9e3f; padding-left: 5px; }

.pcFooter .foot-nav a { display: block; color: #999999; line-height: 2; font-size: 14px; }

.pcFooter .foot-ewm .imgbox { margin-bottom: 10px; }

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

.pcFooter .foot-bot { background-color: #1e1e1e; }

.pcFooter .foot-bot p { line-height: 40px; color: #999; font-size: 14px; }

.pcFooter .foot-bot p span { margin-right: 15px; }

.neiBanner .container { height: 240px; display: flex; flex-direction: column; justify-content: center; color: #fff; }

.neiBanner .container h3 { font-size: 30px; }

.neiBanner .container h4 { font-size: 20px; text-transform: uppercase; }

.nongye-item1 h3 { font-size: 30px; margin-bottom: 20px; }

.nongye-item1 h3 span { color: #4d9e3f; }

.nongye-item1 p { color: #333; line-height: 2; text-indent: 2em; }

.nongye-item2 { background: url(../images/nongye2.png) center center no-repeat; }

.nongye-item2 .headTit h3, .nongye-item2 .headTit h4 { color: #fff; }

.nongye-item2 .list { display: flex; flex-wrap: wrap; }

.nongye-item2 .list .lis { padding: 10px; }

.nongye-item2 .list .lis ._row { background-color: #fff; padding: 20px; }

.nongye-item2 .list .lis ._row .imgbox { margin-top: 20px; }

.nongye-item2 .list .lis ._row h3 { font-size: 24px; color: #333; margin-bottom: 20px; }

.nongye-item2 .list .lis ._row p { color: #545454; margin-bottom: 20px; height: 45px; }

.nongye-item2 .list .lis ._row span { display: block; width: max-content; padding: 10px; color: #fff; background-color: #4d9e3f; }

.nongye-item3 { background-color: #f8f7fd; }

.nongye-item3 .imgbox { margin: 0 auto; }

.nongye-item4 .cont { background: url(../images/405.png) left center no-repeat; display: flex; flex-direction: row-reverse; }

.nongye-item4 .cont .box { width: 400px; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); padding: 40px; }

.nongye-item4 .cont .box h4 { text-align: center; color: #333; font-weight: normal; margin-bottom: 20px; }

.nongye-item4 .cont .box .input_item { border: 1px solid #4d9e3f; border-radius: 5px; overflow: hidden; margin-bottom: 15px; }

.nongye-item4 .cont .box input { display: block; height: 35px; width: 100%; padding: 0 10px; }

.nongye-item4 .cont .box textarea { border: none; display: block; width: 100%; resize: none; outline: none; padding: 10px; }

.nongye-item4 .cont .box button { display: block; background-color: #4d9e3f; color: #fff; line-height: 35px; width: 100%; text-align: center; border-radius: 5px; cursor: pointer; }

.nongye-detail .text h3 { font-size: 30px; border-left: 4px solid #4d9e3f; padding-left: 15px; line-height: 1; margin-bottom: 40px; }

.nongye-detail .text p { color: #545454; font-size: 14px; margin-bottom: 20px; line-height: 2; }

.nongye-detail .text p span { display: block; color: #333; font-size: 16px; margin-bottom: 10px; }

.nongye-detail ._table ._tb-row { display: flex; }

.nongye-detail ._table ._tb-row:nth-child(2n) ._tb-col { background-color: #eeeeee; }

.nongye-detail ._table ._tb-row:nth-child(2n-1) ._tb-col { background-color: #f8f8f8; }

.nongye-detail ._table ._tb-row._tb-head ._tb-col { background-color: #4d9e3f; color: #fff; text-align: center; }

.nongye-detail ._table ._tb-col { border: 1px solid #fff; margin-left: -1px; margin-bottom: -1px; padding: 10px 10px; }

.nongye-detail ._table ._tb-col:nth-child(1) { width: 30%; text-align: center; }

.nongye-detail ._table ._tb-col:nth-child(2) { width: 70%; }

.prod-product .bars { display: flex; justify-content: center; margin-bottom: 40px; }

.prod-product .bars .lis { height: 35px; line-height: 35px; padding: 0 20px; border: 1px solid #4d9e3f; color: #4d9e3f; border-radius: 35px; margin: 0 10px; }

.prod-product .bars .lis:hover, .prod-product .bars .lis.on { background-color: #4d9e3f; color: #fff; }

.prod-product .prod-lis { border: 1px solid #dedede; padding: 15px; }

.prod-product .prod-lis .imgbox { height: 245px; margin: auto; margin-bottom: 15px; }

.prod-product .prod-lis .imgbox img { transition: ease 0.5s; }

.prod-product .prod-lis h5 { text-align: center; font-size: 16px; margin-bottom: 15px; }

.prod-product .prod-lis a { display: block; width: max-content; margin: 0 auto; line-height: 30px; border-radius: 30px; background-color: #4d9e3f; color: #fff; padding: 0 10px; transition: ease 0.5s; }

.prod-product .prod-lis:hover img { transform: scale(1.1); }

.prod-product .prod-lis:hover a { transform: translateY(-3px); }

.contact-item1 #map { height: 600px; }

.contact-item1 .aboutbox { background-color: #4d9e3f; color: #fff; padding: 40px; height: 600px; }

.contact-item1 .aboutbox h3 { font-size: 26px; padding-bottom: 20px; }

.contact-item1 .aboutbox .cen { border-top: 1px solid rgba(255, 255, 255, 0.6); border-bottom: 1px solid rgba(255, 255, 255, 0.6); padding: 20px 0; margin-bottom: 20px; }

.contact-item1 .aboutbox .cen h4 { font-size: 20px; margin-bottom: 15px; }

.contact-item1 .aboutbox .cen p { font-size: 16px; margin-bottom: 10px; }

.contact-item1 .aboutbox .bot { text-align: center; }

.contact-item1 .aboutbox .bot h4 { font-size: 24px; margin-bottom: 30px; }

.contact-item1 .aboutbox .bot .imgbox { margin: 0 auto; margin-bottom: 15px; }

.liuyan-item1 h5 { font-size: 20px; padding-left: 5px; border-left: 3px solid #4d9e3f; margin-bottom: 20px; }

.liuyan-item1 ._input_item { padding: 10px; margin-bottom: 20px; border: 1px solid #dedede; display: flex; align-items: center; line-height: 20px; }

.liuyan-item1 ._input_item .lab { max-width: 80px; }

.liuyan-item1 ._input_item select, .liuyan-item1 ._input_item input { width: calc(100% - 80px); padding: 0 5px; font-size: 16px; }

.liuyan-item1 ._input_item textarea { border: none; resize: none; outline: 0; width: calc((100% - 80px)); padding: 3px 10px; }

.liuyan-item1 .alc { align-items: center; justify-content: space-between; padding: 10px; }

.liuyan-item1 .alc .lab { margin-right: 10px; }

.liuyan-item1 .alc .cons { display: flex; align-items: center; }

.liuyan-item1 .yzm { width: 150px; border: 1px solid #dedede; line-height: 32px; height: 35px; padding: 0 10px; }

.liuyan-item1 .yzm_btn { background-color: #4d9e3f; color: #fff; margin-right: 20px; line-height: 33px; height: 35px; padding: 0 10px; cursor: pointer; }

.liuyan-item1 .submit { background-color: #4d9e3f; color: #fff; line-height: 32px; height: 35px; width: 150px; text-align: center; cursor: pointer; }

.liuyan-item2 .imgbox { margin: auto; }

.fazhan-item1 .imgbox { margin: 0; }

.fazhan-item1 .bars { display: flex; justify-content: center; margin-bottom: 40px; }

.fazhan-item1 .bars .lis { padding: 5px 10px; border: 1px solid #4d9e3f; color: #4d9e3f; border-radius: 50px; width: max-content; margin: 0 10px; }

.fazhan-item1 .bars .lis:hover, .fazhan-item1 .bars .lis.on { background-color: #4d9e3f; color: #fff; }

.fazhan-item1 .kd { padding-left: 120px; position: relative; }

.fazhan-item1 .kd::before { content: ''; position: absolute; height: 100%; left: 59px; border-right: 1px dashed #dedede; }

.fazhan-item1 .kd li { margin-bottom: 20px; position: relative; }

.fazhan-item1 .kd li::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; border: 3px solid #4d9e3f; top: 50%; left: -60px; background-color: #fff; transform: translate(-50%, -50%); }

.fazhan-item1 .kd .text { padding: 10px; }

.fazhan-item1 .kd .text h3 { color: #4d9e3f; margin-bottom: 15px; }

.fazhan-item1 .kd .text p { line-height: 1.7; }

.job-item1 ._table ._trow { display: flex; border-bottom: 1px solid #dedede; }

.job-item1 ._table ._trow.head { background-color: #4d9e3f; color: #fff; }

.job-item1 ._table ._trow ._tcol { width: 100%; text-align: center; height: 40px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.job-item1 ._table .qx { padding: 20px; background-color: #f1f1f1; display: none; }

.job-item1 ._table .qx h6 { font-size: 16px; color: #383838; margin-bottom: 10px; }

.job-item1 ._table .qx .txt { color: #545454; margin-bottom: 20px; }

#maps { width: 100%; height: 900px; }

.ndCon .ndbar { display: flex; }

.ndCon .ndbar a { text-align: center; line-height: 40px; width: 120px; height: 40px; font-size: 16px; background-color: #4d9e3f; border-right: 1px solid #fff; color: #fff; font-weight: bold; }

.ndCon .ndbar a.on, .ndCon .ndbar a:hover { background-color: #da6a2a; }

.ndCon .conts { display: none; border: 1px solid #eaeaea; padding: 20px; }

.ndCon .conts a { background-color: #4d9e3f; display: block; width: max-content; padding: 5px 10px; color: #fff; margin: auto; }

.ndCon .conts a:hover { background-color: #da6a2a; }

.ndCon .conts p { text-indent: 2em; margin-bottom: 15px; }

.ndCon .conts h3 { text-align: center; font-size: 30px; margin-bottom: 40px; }

.ndCon .conts h5 { margin-bottom: 10px; font-size: 16px; }
