<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
select, option, input, textarea { padding: 0; margin: 0; border: none; }
/*banner 自适应*/
#banner .swiper-container_wap { display: none; margin-top: 50px; }
@media(min-width:1848px) {
.swiper-container { display: block; }
.swiper-container_wap { display: none; }
#banner .pagination { position: absolute; left: 0; text-align: center; bottom: 25px; width: 100%; z-index: 999; }
#banner .swiper-pagination-bullet { display: inline-block; width: 26px; height: 16px; opacity: 1; border-radius: 8px; background: white; margin: 0 3px; cursor: pointer; transition: width 0.3s ease-in-out; }
#banner .swiper-pagination-bullet-active { background: #06903b; width: 16px; }
}
@media(min-width:800px) {
body { overflow-x: hidden; }
#banner .pagination { position: absolute; left: 0; text-align: center; bottom: 20px; width: 100%; z-index: 999; }
#banner .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; opacity: 1; border-radius: 100px; background: #fff; margin: 0 3px; cursor: pointer; transition: width 0.3s ease-in-out; }
#banner .swiper-pagination-bullet-active { background-color: #06903b; width: 38px; }
}
#banner .swiper-wrapper img { width: 100%; height: auto; vertical-align: middle; }
.swiper-button-prev { background: url(../images/prev.png) no-repeat 24px; width: 80px !important; height: 80px !important; left: 60px !important; background-color: rgba(255,255,255,.6); border-radius: 100px; top: 45% !important; }
.swiper-button-prev:hover { background-color: rgba(255,255,255,.9); }
.swiper-button-next { background: url(../images/next.png) no-repeat 24px; width: 80px !important; height: 80px !important; right: 60px !important; background-color: rgba(255,255,255,.6); border-radius: 100px; top: 45% !important; }
.swiper-button-next:hover { background-color: rgba(255,255,255,.9); }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }
@media (max-width: 800px) {
.swiper-button-prev { display: none!important; }
.swiper-button-next { display: none!important; }
#banner .pagination { position: absolute; left: 0; text-align: center; bottom: -8px; width: 100%; z-index: 999; }
#banner .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; opacity: 1; background: #fff; margin: 0 3px; cursor: pointer; transition: width 0.3s ease-in-out; border-radius: 100px; }
#banner .swiper-pagination-bullet-active { background-color: #06903b; width: 38px; }
#banner .swiper-container { display: none; }
#banner .swiper-container_wap { display: block; }
}
/*banner 自适应 end*/
/*tit*/
.index_main { padding: 0 15px; }
.tit { margin-top: 80px; margin-bottom: 50px; text-align: center; }
.tit h2 { font-size: 40px; text-align: center; color: #333; position: relative; font-weight: bold; margin-bottom: 10px; }
.tit h2 span { color: #06903b; }
.tit em { font-size: 20px; color: #999; font-weight: lighter; text-transform: uppercase; }
/*优势*/
.ys_box { margin-bottom: 40px; background: url(../images/ys_bg.jpg) no-repeat; padding: 1px 0 60px 0; background-size: cover; }
.ys_box .tit h2 { text-align: left; }
.ys_box .tit h2:before { left: 0; transform: none; }
.ys_box .ys_co { float: left; width: 15%; background-color: #fff; box-shadow: 0px 0px 40px 0px rgba(0, 77, 92, 0.08); padding: 34px 15px 54px 15px; text-align: center; margin: 0 2% 30px 0; height: 270px; }
.ys_box .ys_co:last-child { margin-right: 0; }
.ys_box .ys_co i { display: block; width: 84px; height: 84px; margin: 0 auto; border: solid 1px #06903b; border-radius: 100px; position: relative; }
.ys_box .ys_co i img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ys_box .ys_co span { font-size: 24px; color: #333; display: block; margin: 36px 0 20px 0; }
.ys_box .ys_co p { font-size: 14px; color: #666; width: 96%; margin: 0 auto; line-height: 22px; margin-top: 24px; transition: all 0.3s; }
.ys_box .ys_co:hover { background-color: #06903b; }
.ys_box .ys_co:hover i { background-color: #fff; }
.ys_box .ys_co:hover p { color: #fff; margin-top: 32px; }
/*serv*/
.serv_box { padding-bottom: 66px; }
.djh_box #owl-demo { width: 100%; margin: 0 auto 0 auto; }
.djh_box #owl-demo .item { display: block; }
.djh_box #owl-demo img { display: block; width: 100%; object-fit: cover; height: 100%; }
.djh_box .owl-pagination { display: none; }
.djh_box .owl-theme .owl-controls .owl-buttons .owl-prev { position: absolute;/* left: 45%; */ bottom: -80px; background: url(../images/serv_prev.png) no-repeat center; width: 50px; height: 50px; z-index: 999; opacity: 1; background-color: #e3e3e3; border-radius: 0; margin-left: -50px; }
.djh_box .owl-theme .owl-controls .owl-buttons .owl-next { position: absolute;/* right: 45%; */ bottom: -80px; background: url(../images/serv_next.png) no-repeat center; width: 50px; height: 50px; opacity: 1; background-color: #e3e3e3; border-radius: 0; margin-left: 1px; }
.djh_box .owl-theme .owl-controls .owl-buttons .owl-next:hover, .djh_box .owl-theme .owl-controls .owl-buttons .owl-prev:hover { background-color: #06903b; }
.djh_box .inzhan_co { display: block; position: relative; height: 242px; margin-bottom: 20px; overflow: hidden; }
.djh_box .inzhan_co .lazyOwl { width: 100%; }
.djh_txt_bg { background-color: rgba(4,56,139,.5); position: absolute; width: 100%; bottom: 0; left: 0; transition: all 0.3s; }
.djh_txt { padding: 15px 18px; position: relative; height: 100%; display: flex; align-items: center; }
.djh_txt span { color: #fff; display: block; width: 80%; line-height: 26px; font-size: 18px; text-align: center; letter-spacing: 2px; }
.inzhan_co:hover .djh_txt_bg { height: 100%; background-color: rgba(6,144,59,.8); }
.inzhan_co:hover .djh_txt span { }
/*about*/
.ab_bg { background: url(../images/ab_bg.png) no-repeat; margin-top: 60px; height: 609px; padding-top: 100px; z-index: 99; position: relative; }
.ab_bg .ab_le { float: left; margin-top: 30px; width: 600px; }
.ab_bg .ab_le .ab_tit { }
.ab_bg .ab_le .ab_tit h4 { background-color: #fff; position: relative; padding: 10px 0; font-size: 30px; color: #06903b; letter-spacing: 2px; text-align: center; margin-bottom: 10px; }
.ab_bg .ab_le .ab_tit h4:before { content: ""; background-color: #fff; position: absolute; left: -7px; width: 3px; height: 100%; top: 0; }
.ab_bg .ab_le .ab_tit h4:after { content: ""; background-color: #fff; position: absolute; right: -6px; width: 3px; height: 100%; top: 0; }
.ab_bg .ab_le .ab_tit em { font-size: 16px; color: #ffffff; opacity: 0.5; }
.ab_bg .ab_le .ab_ys { margin-top: 40px; }
.ab_bg .ab_le .ab_ys .ab_co { border-right: 1px solid rgba(255,255,255,0.3); float: left; width: 25%; text-align: center; }
.ab_bg .ab_le .ab_ys .ab_co:last-child { border: none; }
.ab_bg .ab_le .ab_ys .ab_co i { width: 64px; height: 64px; background-color: #fff; display: block; border-radius: 100px; position: relative; margin-bottom: 16px; }
.ab_bg .ab_le .ab_ys .ab_co i img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ab_bg .ab_le .ab_ys .ab_co span { font-size: 18px; color: #fff; }
.ab_bg .ab_rt { float: right; width: 518px; height: 355px; }
.ab_bg .ab_rt img { width: 100%; height: 100%; object-fit: cover; }
/*合作*/
.hz_bg { background-color: #f9faff; padding: 100px 0 80px 0; margin-top: -100px; }
.hz_box #hz-demo { width: 100%; margin: 0 auto; }
.hz_box #hz-demo .item { display: block; }
.hz_box #hz-demo img { display: block; max-width: 85%; object-fit: cover; max-height: 85%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hz_box .owl-pagination { display: none; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-prev { position: absolute; left: -10%; top: 41%; background: url(../images/hz_prev.png) no-repeat center; width: 65px; height: 65px; z-index: 999; opacity: 1; background-color: #fff; border-radius: 100px; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-next { position: absolute; right: -10%; top: 41%; background: url(../images/hz_next.png) no-repeat center; width: 65px; height: 65px; z-index: 999; opacity: 1; background-color: #fff; border-radius: 100px; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-next:hover, .hz_box .owl-theme .owl-controls .owl-buttons .owl-prev:hover { background: url(../images/hz_next_hover.png) no-repeat center; background-color: #06903b; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-prev:hover { background: url(../images/hz_prev_hover.png) no-repeat center; background-color: #06903b; }
.hz_box .hz_item { margin: 0 8px; }
.hz_box .hz_item .hz_img { overflow: hidden; margin-bottom: 16px; box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08); border-radius: 10px; padding: 14px; background-color: #fff; height: 108px; position: relative; }
.hz_more { text-align: center; margin-top: 30px; }
.hz_more a { font-size: 16px; color: #666666; }
.hz_more a:hover { color: #06903b; }
/*news*/
.news_box { }
.news_box .news_con { background-color: #fff; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09); }
.news_box .news_tit ul { }
.news_box .news_tit ul li { background-color: #edeef0; width: calc(50% - 2px); display: block; line-height: 56px; text-align: center; float: left; margin-right: 3px; }
.news_box .news_tit ul li:last-child { margin-right: 0; }
.news_box .news_tit ul li:hover { cursor: pointer; }
.news_box .news_tit ul li.on { background-color: #fff; border-top: 4px solid #06903b; }
.news_box .news_tit ul li.on a { color: #06903b; }
.news_box .news_tit ul li a { color: #333; font-size: 18px; }
.news_box .news_main { padding: 30px 10px; }
.news_box .news_co { float: left; width: 31.33%; margin: 0 1%; }
.news_box .news_co .news_img { width: 100%; height: 218px; }
.news_box .news_co .news_img img { width: 100%; height: 100%; object-fit: cover; }
.news_box .news_co .news_txt { margin-top: 10px; }
.news_box .news_co .news_txt a { font-size: 14px; color: #333; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 32px; line-height: 32px; overflow: hidden; }
.news_box .news_co .news_txt .news_xq_box { margin-top: 10px; }
.news_box .news_co .news_txt .news_xq_box .news_date { border-right: 1px solid #c8c8c1; width: 70px; text-align: center; float: left; padding: 10px 0; }
.news_box .news_co .news_txt .news_xq_box .news_date span { font-size: 16px; color: #92929d; }
.news_box .news_co .news_txt .news_xq_box .news_xq { float: left; width: calc(100% - 70px); padding-left: 10px; }
.news_box .news_co .news_txt .news_xq_box .news_xq p { font-size: 14px; color: #92929d; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 38px; overflow: hidden; }
/*======================↓===================  gg 功能懸浮框  ======================↓====================*/

.gg { position: fixed; right: 20px; bottom: 20px; z-index: 999;/*background: url(../images/gg.png) no-repeat;*/ cursor: pointer; }
.gg li { display: block; width: 156px; margin-bottom: 4px; cursor: pointer; filter: opacity(80); transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; line-height: 50px; background-color: #06903b; color: #fff; text-align: center; font-size: 16px; border-radius: 100px; }
.gg li:hover { opacity: 1; filter: opacity(100); }
.gg_open { position: fixed; right: -100%; bottom: 20px; margin-top: -130px; width: 23%; height: auto; background: #fefcfb; z-index: 9999; }
.gg_open .gg_close { position: absolute; top: 0; right: 30px; margin-left: 20%; width: 28px; height: 60px;/* padding: 8px 48px 28px 48px; */ background-color: #1071d3; opacity: .7; filter: opacity(70); cursor: pointer; z-index: 999; line-height: 50px; text-align: center; color: #fff; font-size: 12px; font-weight: bold; background: url(../images/liuyan_close.png) no-repeat center; }
/*.gg_open .gg_close.gg_close1{ top: auto; bottom: -40px; border-radius: 0 0 60px 60px;line-height: 30px;}*/
.gg_open .gg_close:hover { opacity: 1; filter: opacity(100); }
.gg_open .gg_head { line-height: 40px; background-color: #f1f1f1; height: 60px; padding: 10px 20px; }
.gg_open .gg_head img { height: 100%; }
.gg_body { padding: 20px; }
.gg_body .abody input { box-sizing: border-box; padding: 0 15px; border: 1px solid #ddd; height: 40px; line-height: 40px; color: #444; width: 100%; }
.gg_body .abody&gt;p { font-size: 14px; line-height: 24px; }
.gg_body .abody .cf-column { margin-top: 10px; }
.gg_body .abody .cf-column span { font-size: 14px; line-height: 30px; color: #333; }
.gg_body .abody .cf-column span em { color: #f00; }
.gg_body .abody textarea { box-sizing: border-box; border: 1px solid #ddd; color: #333; min-height: 100px; padding: 15px; color: #444; width: 100%; }
.gg_body .abody .submit-button { box-sizing: border-box; width: 100%; line-height: 40px; height: 40px; padding: 0px 15px; border: 0px; color: #fff; position: relative; background-color: #06903b; cursor: pointer; font-size: 14px; margin-top: 0; }
/*-------首页自适应---------*/
@media(max-width:800px) {
/*tit*/
.tit { margin-top: 40px; margin-bottom: 30px; }
.tit h2 { font-size: 26px; }
.tit em { font-size: 14px; }
/*优势*/

.ys_box .ys_co { width: 49%; height: 220px; padding: 5% 2% 7% 2%; margin-bottom: 2%; }
.ys_box .ys_co:nth-child(2n) { margin-right: 0; }
.ys_box .ys_co i { }
.ys_box .ys_co i img { }
.ys_box .ys_co span { margin: 16px 0 10px 0; font-size: 20px; }
.ys_box .ys_co p { font-size: 14px; line-height: 22px; width: 90%; margin-top: 15px; }
.ys_box { margin-bottom: 20px; padding: 1px 0 30px 0; }
/*serv*/
.djh_box .inzhan_co { height: 100%; }
.djh_txt span { font-size: 16px; line-height: 30px; }
.serv_box { padding-bottom: 0px; }
.djh_txt { padding: 6px 6px; }
/*about*/
.ab_bg { margin-top: 30px; padding-top: 50px; height: auto; background-position: bottom; background-size: cover; padding-bottom: 50px; }
.ab_bg .ab_le { width: 100%; margin-top: 0; }
.ab_bg .ab_rt { width: 100%; height: 55vw; margin-top: 30px; }
.ab_bg .ab_le .ab_tit h4 { font-size: 22px; letter-spacing: 0; }
.ab_bg .ab_le .ab_tit em { font-size: 12px; }
.ab_bg .ab_le .ab_ys .ab_co span { font-size: 14px; }
.ab_bg .ab_le .ab_ys .ab_co i { width: 55px; height: 55px; margin-bottom: 10px; }
.ab_bg .ab_le .ab_ys { margin-top: 20px; }
/*合作*/
.hz_box { width: 80%; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-next, .hz_box .owl-theme .owl-controls .owl-buttons .owl-prev { box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08); width: 46px; height: 46px; background-size: 10px; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-next { right: -17%; top: 35%; }
.hz_box .owl-theme .owl-controls .owl-buttons .owl-prev { left: -17%; top: 35%; }
.hz_bg { padding: 100px 0 40px 0; }
.hz_more { margin-top: 10px; }
.hz_more a { font-size: 14px; }
.hz_box .hz_item .hz_img { height: 70px; }
/*news*/
.news_box .news_tit ul li a { font-size: 16px; }
.news_box .news_tit ul li { line-height: 40px; }
.news_box .news_co { width: 100%; margin-bottom: 20px; }
.news_box .news_co .news_txt a { font-size: 16px; }
.news_box .news_co .news_txt .news_xq_box { margin-top: 4px; }
/*footer*/
.footer { display: none; }
/*客服*/
.yb_conct {/* display: none; */ }
/*留言*/
.gg_open { width: 75%; }
.gg { bottom: 90px; }
}
</pre></body></html>