@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 14px; color: #333; text-align: center; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s}
a:link{text-decoration: none}
a:hover{color: #098E48}
a img{border: 0 none}
a{outline: none}
a:focus{outline: none}
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none}
input,button,textarea{font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0}
em,i{font-style: normal}
img{display: block}
video{outline: none}
.clear{clear: both; height: 0; overflow: hidden; display: block}
.hide{display: none}
.font{font-family: 'SimSun'}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden}
.animate{transition: all 0.6s; -ms-transition: all 0.6s}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1)}
.center{display: flex; justify-content: center; align-items: center}
.center_vertical{display: flex; align-items: center}
.center_horizontal{display: flex; justify-content: center}
.row{display: flex; flex-direction: row; flex-wrap: wrap}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between}
.column{display: flex; flex-direction: column; flex-wrap: wrap}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between}
.con{padding: 0; display: flex; justify-content: space-between}
.container-warp{max-width: 1550px; width: 80%; margin: 0 auto; padding: 0; text-align: left}

/*header*/
#header{position: fixed; width: 100%; background-color: #fff; margin: 0 auto; text-align: center; top: 0; left: 0; right: 0; z-index: 9}
#header .header_con{height: 110px}
#header .logo>img:nth-child(2){display: none}
#header .lang{margin-top: 8px}
#header .lang>em{display: inline-block; cursor: pointer}
#header .lang>em:nth-child(2){margin-left: 12px}
#header .lang>em>img:nth-child(2){display: none}
#header .header_search{width: 100%; height: 85px; background: #fff; position: absolute; left: 0; top: 110px; z-index: 9; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none}
#header .header_search form{width: 500px; height: 46px; margin: 0 auto; border: 1px solid #ccc; margin-top: 18px; border-radius: 30px; overflow: hidden}
#header .header_search input[type="text"]{width: 450px; height: 46px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px}
#header .header_search button{cursor: pointer; padding-right: 18px; border: 0; background: none}
#header .lang_list{width: 100px; background: #fff; box-shadow: 0 1px 15px 1px rgba(0,0,0,0.1); border-radius: 8px; padding: 10px; position: absolute; top: 80px; right: 0; z-index: 10; display: none}
#header .lang_list>a{display: block; line-height: 2}
.header_box{box-shadow: 0 1px 12px 2px rgba(0,0,0,0.05)}
.header_list{background: none !important}
.header_list .logo>img:nth-child(1){display: none}
.header_list .logo>img:nth-child(2){display: block !important}
.header_list .lang>em>img:nth-child(1){display: none}
.header_list .lang>em>img:nth-child(2){display: block !important}
.header_list .menu>ul>li>a{color: #fff}
.header_list .menu>ul>li>a:hover{color: #fff}
.header_list .menu>ul>li>a.on{color: #fff; border: 0}

/*menu*/
.menu>ul>li{padding: 0 22px; text-align: center; z-index: 10}
.menu>ul>li:last-child{padding-right: 0; position: relative}
.menu>ul>li>a{display: block; font-size: 16px; height: 110px; line-height: 110px; box-sizing: border-box}
.menu>ul>li>a:hover{color: #098E48}
.menu>ul>li>a.on{color: #098E48; border-bottom: 2px solid #098E48}
.menu>ul>li>dl{width: 100%; position: absolute; left: 0; top: 110px; background: #fff; position: absolute; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); z-index: 9; display: none}
.menu>ul>li>dl>dd{height: 85px; line-height: 85px; display: inline-block}
.menu>ul>li>dl>dd>a{font-size: 16px; padding: 0 20px}
.menu>ul>li>dl .container-warp{padding: 60px 0; min-height: 300px}
.menu>ul>li>dl .menu_nav{width: 25%; height: 200px; margin-right: 5%; padding-right: 5%; border-right: 1px solid #ccc; box-sizing: border-box}
.menu>ul>li>dl .menu_nav>ul>li{margin-bottom: 30px}
.menu>ul>li>dl .menu_nav>ul>li:last-child{margin-bottom: 0}
.menu>ul>li>dl .menu_nav>ul>li>a{font-size: 18px; line-height: 1; cursor: pointer}
.menu>ul>li>dl .menu_nav>ul>li>a>span{display: flex; justify-content: space-between}
.menu>ul>li>dl .menu_nav>ul>li.on>a>span{color: #098E48; font-weight: bold}
.menu>ul>li>dl .menu_list{width: 70%}
.menu>ul>li>dl .menu_con ul{display: flex; justify-content: space-between}
.menu>ul>li>dl .menu_con ul>li{width: 30%; flex: auto; margin-right: 5%}
.menu>ul>li>dl .menu_con ul>li:last-child{margin-right: 0}
.menu>ul>li>dl .menu_con ul>li>a{font-size: 18px; line-height: 1; font-weight: bold; color: #098E48}
.menu>ul>li>dl .menu_con ul>li>dl{margin-top: 10px}
.menu>ul>li>dl .menu_con ul>li>dl>dd>a{font-size: 15px; line-height: 2}

/*banner*/
.banner{height: 100vh; min-height: 100vh}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover; position: relative}
.banner .swiper-slide .mark{position: absolute; background-color: rgba(0,0,0,.4); top: 0; right: 0; margin: auto; bottom: 0; left: 0; z-index: 3}
.banner .swiper-slide .container-warp{display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; margin: auto; bottom: 0; left: 0; z-index: 5; width: 100%; height: 100%}
.banner .swiper-slide .desc{width: 80%; max-width: 1000px; color: #fff; font-size: 24px; text-align: center; margin: 0 auto}
.banner .swiper-slide .desc>h1{font-size: 56px; display: block; line-height: 1.4; font-weight: bold; text-shadow: 0 2px 10px rgba(0,0,0,.3); margin: 0; padding: 0;}
.banner .swiper-slide .desc>em{font-size: 32px; display: block; font-family: Arial; margin: 20px auto; line-height: 1.1; text-transform: uppercase; opacity: 0.8}
.banner .swiper-slide .desc>a{width: 170px; height: 46px; line-height: 46px; border: 2px solid #098E48; border-radius: 25px; color: #fff; background: rgba(9,142,72,0.8); display: block; margin: 40px auto 0; text-align: center; font-size: 16px; transition: all 0.3s}
.banner .swiper-slide .desc>a:hover{background: #098E48; transform: scale(1.05)}
.banner .swiper-pagination{width: 100%; bottom: 30px}
.banner .swiper-pagination-bullet{margin: 0 8px !important; background: rgba(255,255,255,0.6); opacity: 1; width: 12px; height: 12px; transition: all 0.3s}
.banner .swiper-pagination-bullet-active{background: #098E48; width: 30px; border-radius: 6px}

/*home*/
.home_nav{position: fixed; right: 26px; height: 100%; top: 50%; bottom: 0; z-index: 9}
.home_nav>ul>li{padding: 15px 0}
.home_nav>ul>li>a{display: block; position: relative}
.home_nav>ul>li>a>em{width: 10px; height: 10px; display: block; border-radius: 50%; border: 1px solid #098E48; box-sizing: border-box; position: absolute; right: 0}
.home_nav>ul>li>a>span{text-align: center; color: #098E48; padding-top: 15px; display: none}
.home_nav>ul>li>a.active>span{display: block}
.home_nav>ul>li>a.active>em{background: #098E48}
.home_nav>ul>li:last-child{display: block}
.home_nav_box>ul>li>a>span{color: #333}
.home_nav_box>ul>li>a.active>span{color: #098E48}
.home_nav_box>ul>li>a>em{border-color: #333}
.home_nav_box>ul>li>a.active>em{background-color: #098E48; border-color: #098E48}

/*home_about*/
#home_about{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff}
#home_about .home_about_dh{padding-top: 110px; text-align: center}
#home_about .home_about_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_con{margin-top: 8%; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_left, #home_about .home_about_right { flex: 0 0 50%; max-width: 50%; position: relative; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; box-sizing: border-box }
#home_about .home_about_desc span { position: relative; display: inline-block; padding: 0 0 30px; font-size: 24px }
#home_about .home_about_desc { display: flex; height: 100%; flex-direction: column; justify-content: space-between; align-items: flex-start }
#home_about .home_about_desc span::before { content: ''; position: absolute; display: block; bottom: 0; left: 0; z-index: 1; width: 100%; height: 1px; background: #fff }
#home_about .home_about_desc span::after { content: ''; position: absolute; display: block; bottom: 0; left: 0; z-index: 2; width: 2em; height: 1px; background: #098E48 }
#home_about .home_about_desc .home_about_info { margin-top: 20px; margin-bottom: auto }
#home_about .home_about_desc .home_about_info p { padding: 5px 0; text-indent: 2em }
#home_about .home_about_desc a { width: 172px; height: 50px; line-height: 50px; background-color: #098E48; text-align: center; color: #fff; font-size: 16px; margin-bottom: auto; display: block; border-radius: 30px }
#home_about .home_about_desc a:hover { background-color: #077a3d }
#home_about .home_about_video { position: relative; width: 100%; padding-top: 56.25%; background: #000; overflow: hidden; border-radius: 4px }
#home_about .home_about_video .video-cover { position: absolute; inset: 0; z-index: 1 }
#home_about .home_about_video .video-cover::before { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, .5) }
#home_about .home_about_video .video-cover img { display: block; width: 100%; height: 100%; object-fit: cover }
.about-video-btn { position: absolute; left: 50%; top: 50%; z-index: 2; color: #34B96E; transform: translate(-50%, -50%); width: 120px; height: 120px }
.about-video-btn svg { width: 100%; height: 100% }
#home_about .home_about_video .video-player { position: absolute; inset: 0; z-index: 2; display: none; background: #000 }
#home_about .home_about_video .video-player video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000 }
#home_about .home_about_video .video-exit { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; background: rgba(0,0,0,0.6); color: #fff; font-size: 24px; line-height: 36px; text-align: center; border-radius: 50%; z-index: 10; display: flex; justify-content: center; align-items: center; font-weight: bold; text-decoration: none; transition: background .3s }
#home_about .home_about_video .video-exit:hover { background: rgba(255,255,255,0.9); color: #000 }

/*home_brands*/
#home_brands{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff}
#home_brands .home_brands_dh{font-size: 20px; margin: 0 auto; text-align: center; padding-top: 110px}
#home_brands .home_brands_dh h2{font-size: 45px; color: #fff; display: block; position: relative; bottom: -20px; opacity: 0; margin: 0; padding: 0; font-weight: bold;}
#home_brands .home_brands_dh .desc{width: 62%; margin: 0 auto; line-height: 1.8; margin-top: 32px; position: relative; bottom: -20px; opacity: 0}
#home_brands .home_brands_con{margin-top: 8%; position: relative; bottom: -20px; opacity: 0}
#home_brands .home_brands_con ul li{flex: 1; text-align: center}
#home_brands .home_brands_con ul li img{width: 60px; height: auto; margin: 0 auto}
#home_brands .home_brands_con ul li span{font-size: 20px; display: block; margin-top: 30px}
#home_brands .home_brands_con ul li span>em{font-size: 45px; font-weight: bold; display: inline-block; font-family: Arial; margin-right: 6px}
#home_brands .home_brands_con ul li p{width: 80%; margin: 0 auto; text-align: center; font-size: 22px; margin-top: 20px}

/*home_solution*/
#home_solution{width: 100%; background: #f8fafc; padding: 80px 0}
#home_solution .home_solution_dh{padding-top: 30px; margin-bottom: 50px}
#home_solution .home_solution_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_solution .home_solution_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_solution .home_solution_dh a{width: 210px; height: 50px; line-height: 50px; background-color: #098E48; border-radius: 30px; text-align: center; color: #fff; font-size: 16px}
#home_solution .home_solution_dh a:hover{background-color: #077a3d}
#home_solution .home_solution_con{margin-top: 2%}
#home_solution .solution-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 20px 0}
#home_solution .solution-item{position: relative; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: all 0.5s; cursor: pointer}
#home_solution .solution-item:hover{transform: translateY(-8px); box-shadow: 0 12px 40px rgba(9,142,72,0.15)}
#home_solution .solution-item a{display: block; height: 100%}
#home_solution .solution-image{position: relative; width: 100%; height: 220px; overflow: hidden}
#home_solution .solution-image img{width: 100%; height: 100%; object-fit: cover; transition: all 0.5s}
#home_solution .solution-item:hover .solution-image img{transform: scale(1.1)}
#home_solution .solution-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 0%, rgba(9,142,72,0.2) 100%); opacity: 0; transition: all 0.5s}
#home_solution .solution-item:hover .solution-overlay{opacity: 1}
#home_solution .solution-content{padding: 25px 28px; background: #fff}
#home_solution .solution-content h3{font-size: 22px; font-weight: bold; color: #333; margin-bottom: 12px; transition: all 0.3s}
#home_solution .solution-item:hover .solution-content h3{color: #098E48}
#home_solution .solution-content p{font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden}
#home_solution .solution-more{text-align: center; margin-top: 20px}
#home_solution .solution-more a{display: inline-block; padding: 12px 40px; background: #098E48; color: #fff; border-radius: 30px; font-size: 16px; transition: all 0.3s}
#home_solution .solution-more a:hover{background: #077a3d; transform: scale(1.05)}
#home_solution .solution-more a em{margin-left: 8px; font-style: normal; transition: all 0.3s}
#home_solution .solution-more a:hover em{margin-left: 15px}

/*home_pro*/
#home_pro { width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover }
#home_pro .home_pro_dh { padding-top: 110px }
#home_pro .home_pro_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_pro .home_pro_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_pro .home_pro_dh a{width: 210px; height: 50px; line-height: 50px; background-color: #098E48; border-radius: 30px; text-align: center; color: #fff; font-size: 16px}
#home_pro .home_pro_dh a:hover{background-color: #077a3d}
#home_pro .home_pro_con { margin-top: 4% }
#home_pro .home_pro_con .swiper-slide { width: 375px; overflow: hidden }
#home_pro .home_pro_con .swiper-slide .img{width: 100%; max-height: 26vh; margin: 0 auto; overflow: hidden; display: flex; align-items: center; justify-content: center}
#home_pro .home_pro_con .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s}
#home_pro .home_pro_con .swiper-slide:hover img{transform: scale(1.1); -webkit-transform: scale(1.1)}
#home_pro .home_pro_con .swiper-slide .desc{display: flex; align-items: center; justify-content: center; margin-top: 20px}
#home_pro .home_pro_con .swiper-slide span{font-size: 16px}
#home_pro .home_pro_con .ico{margin: 70px auto 0; text-align: center}
#home_pro .home_pro_con .ico>em{width: 68px; height: 68px; line-height: 68px; background-color: #fff; font-size: 36px; margin: 0 15px; cursor: pointer; border-radius: 50%}
#home_pro .home_pro_con .ico>em:hover{background-color: #098E48; color: #fff}

/*home_service 品牌服务-三列交互效果*/
#home_technology{width: 100%; background: #f5f5f5; position: relative; overflow: hidden}
#home_technology .home_service_interactive{width: 100%; height: 100%; position: relative}
#home_technology .home_service_int_list{width: 100%; height: 100%; display: flex; list-style: none; margin: 0; padding: 0}
#home_technology .home_service_int_item{position: relative; flex: 1; height: 100%; overflow: hidden; transition: all .8s cubic-bezier(.25,.46,.45,.94); background-size: cover; background-position: center}
#home_technology .home_service_int_item:not(:first-child){flex: 0 0 0%; opacity: 0; visibility: hidden}
#home_technology .home_service_int_list:hover .home_service_int_item{flex: 0 0 28%; opacity: 1; visibility: visible}
#home_technology .home_service_int_list:hover .home_service_int_item:hover{flex: 0 0 44%}
#home_technology .home_service_int_item a{display: block; width: 100%; height: 100%; text-decoration: none; color: #fff; position: relative}
#home_technology .home_service_int_mask{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(9,142,72,.55) 100%); transition: all .6s ease; z-index: 1}
#home_technology .home_service_int_item:hover .home_service_int_mask{background: linear-gradient(180deg, rgba(7,122,61,.35) 0%, rgba(9,142,72,.75) 100%)}
#home_technology .home_service_int_content{position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; padding: 40px 60px; box-sizing: border-box; z-index: 2; text-align: center}
#home_technology .home_service_int_item:not(:hover) .home_service_int_content{transform: translateY(-50%)}
#home_technology .home_service_int_icon{font-size: 72px; font-weight: bold; color: rgba(255,255,255,.15); line-height: 1; font-family: "Century Gothic"; margin-bottom: 20px; transition: all .6s ease}
#home_technology .home_service_int_item:hover .home_service_int_icon{color: rgba(52,185,110,.5); font-size: 90px}
#home_technology .home_service_int_name{font-size: 38px; color: #fff; font-weight: bold; line-height: 1.2; margin: 0 0 8px; text-shadow: 0 2px 8px rgba(0,0,0,.3)}
#home_technology .home_service_int_sub{font-size: 14px; color: #34B96E; letter-spacing: 3px; text-transform: uppercase; font-family: "Century Gothic"; margin: 0 0 18px}
#home_technology .home_service_int_line2{width: 50px; height: 2px; background: #34B96E; margin: 0 auto 20px; transition: width .5s ease}
#home_technology .home_service_int_item:hover .home_service_int_line2{width: 100px; background: #fff}
#home_technology .home_service_int_desc{font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.92); margin-bottom: 25px; opacity: 0; max-height: 0; overflow: hidden; transition: all .6s ease .1s}
#home_technology .home_service_int_item:hover .home_service_int_desc{opacity: 1; max-height: 100px}
#home_technology .home_service_int_btn{display: inline-flex; align-items: center; font-size: 15px; color: #fff; font-weight: bold; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.5); opacity: 0; transform: translateY(20px); transition: all .5s ease .2s}
#home_technology .home_service_int_item:hover .home_service_int_btn{opacity: 1; transform: translateY(0)}
#home_technology .home_service_int_btn em{font-style: normal; margin-left: 8px; transition: transform .3s ease}
#home_technology .home_service_int_btn:hover{border-color: #34B96E; color: #34B96E}
#home_technology .home_service_int_btn:hover em{transform: translateX(6px)}

/*home_news*/
#home_news{width: 100%; background: linear-gradient(135deg, #077a3d 0%, #098E48 50%, #0a6e3c 100%)}
#home_news .home_news_dh{padding-top: 110px; text-align: center}
#home_news .home_news_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_news .home_news_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_news .home_news_con{margin-top: 60px}
#home_news .home_news_con ul li{width: 48.5%; margin-left: 3%; margin-bottom: 3%; box-shadow: 0 1px 12px 1px rgba(0,0,0,0.05)}
#home_news .home_news_con ul li:nth-child(2n+1){margin-left: 0}
#home_news .home_news_con ul li:hover{box-shadow: 0 1px 15px 3px rgba(0,0,0,0.08)}
#home_news .home_news_con ul li .img{width: 17vw; height: 14vw; overflow: hidden}
#home_news .home_news_con ul li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s}
#home_news .home_news_con ul li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1)}
#home_news .home_news_con ul li .desc{width: calc(100% - 17vw); padding: 2vw 1.7vw; box-sizing: border-box; font-size: 15px}
#home_news .home_news_con ul li span{font-size: 18px; display: block}
#home_news .home_news_con ul li p{color: #666; line-height: 1.8; margin-top: 1.2vw}
#home_news .home_news_con ul li em{display: block; color: #888; margin-top: 1.4vw}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc}
.map img{max-width: inherit !important}
.shadow,.pop,.anchorBL{display: none}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99}
.float li{margin: 20px 0; position: relative}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none}
.float .note img{width: 120px; height: 120px}

/*nav*/
#footer_nav{background: #eff2f5}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 120px 0 200px 0}
#footer_nav .footer_nav_con a{color: #666; font-size: 15px}
#footer_nav .footer_nav_con a:hover{color: #098E48}
#footer_nav .footer_nav_con .pic{width: 250px}
#footer_nav .footer_nav_con .pic .ico{margin: 45px 0 40px 0}
#footer_nav .footer_nav_con .pic .ico>span{font-size: 30px; font-family: 'Impact'; font-weight: bold; margin-left: 12px; color: #098E48}
#footer_nav .footer_nav_con .pic .qcode .desc{margin-left: 20px; font-size: 15px}
#footer_nav .footer_nav_con .pic .qcode img{width: 90px; height: 90px; max-width: none; max-height: none;}
#footer_nav .footer_nav_con .list_box{width: calc(100% - 350px)}
#footer_nav .footer_nav_con .list>a{font-size: 17px; display: block; margin-bottom: 25px; color: #333}
#footer_nav .footer_nav_con .list>ul>li{line-height: 2.6; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}

#footer_nav .social-links{flex: 0 0 100%; max-width: 100%; margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee}
#footer_nav .social-title{font-size: 16px; font-weight: bold; color: #333; margin-bottom: 20px; text-align: center}
#footer_nav .social-icons{display: flex; justify-content: center; align-items: center; gap: 20px}
#footer_nav .social-item{position: relative; display: inline-block; width: 50px; height: 50px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s; cursor: pointer; z-index: 10}
#footer_nav .social-item:hover{transform: translateY(-3px); box-shadow: 0 4px 16px rgba(9,142,72,0.3)}
#footer_nav .social-item img{width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 50%}
#footer_nav .social-qrcode{position: absolute; top: -140px; left: 50%; transform: translateX(-50%); background: #fff; padding: 12px; border-radius: 10px; box-shadow: 0 6px 24px rgba(0,0,0,0.15); display: none; z-index: 999; text-align: center; width: auto; white-space: nowrap}
#footer_nav .social-qrcode img{width: 90px; height: 90px; max-width: none; max-height: none; border-radius: 6px; margin: 0 auto 6px; padding: 0; display: block}
#footer_nav .social-qrcode span{display: block; font-size: 12px; color: #666}
#footer_nav .social-item:hover .social-qrcode{display: block}
#footer_nav .social-qrcode::after{content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #fff}

/*footer*/
#footer{padding: 30px 0; background: #098E48; color: #fff; border-top: 1px solid rgba(255,255,255,.1)}
#footer a{color: #fff}
#footer a:hover{color: #34B96E}
#footer .footer_con{margin: 0 auto; text-align: center}
#footer .footer_copy{text-align: center; padding: 15px 0}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px}

/*media*/
@media (min-width: 1100px){
.header{display: none}
}
@media screen and (max-width: 1800px){
.menu>ul>li{padding: 0 15px}
}
@media screen and (max-width: 1600px){
.container-warp{width: 86%}
}
@media screen and (max-width: 1460px){
.container-warp{width: 94%}
.about_profile .desc_box>span{font-size: 22px}
.about_profile .ico ul>li .desc>em{font-size: 15px}
.about_profile .desc_box{font-size: 15px}
}
@media screen and (max-width: 1380px){
.container-warp{width: 98%}
.menu>ul>li{padding: 0 12px}
.menu>ul>li a{font-size: 15px}
#footer_nav .footer_nav_con .list>span{font-size: 15px}
#footer_nav .footer_nav_con a{font-size: 14px}
}
@media screen and (max-width: 1200px){
.menu>ul>li{padding: 0 8px}
.recruit_salary ul>li{padding: 40px 2vw}
.recruit_salary ul>li dl>dd{margin-left: 6%}
}
/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; overflow-x: hidden}
#header{display: none}
.container-warp{min-width: 94%; width: 94%}
.con{padding: 0}

/*home_service 品牌服务-平板适配*/
#home_technology .home_service_int_content{padding: 30px 25px}
#home_technology .home_service_int_icon{font-size: 52px; margin-bottom: 12px}
#home_technology .home_service_int_item:hover .home_service_int_icon{font-size: 65px}
#home_technology .home_service_int_name{font-size: 26px; margin-bottom: 6px}
#home_technology .home_service_int_sub{font-size: 12px; letter-spacing: 2px; margin-bottom: 12px}
#home_technology .home_service_int_line2{margin-bottom: 14px; width: 40px}
#home_technology .home_service_int_item:hover .home_service_int_line2{width: 70px}
#home_technology .home_service_int_desc{font-size: 13px; line-height: 1.7}
#home_technology .home_service_int_item:hover .home_service_int_desc{max-height: 100px; margin-bottom: 18px}
#home_technology .home_service_int_btn{font-size: 13px; padding: 8px 0}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999}
.header .logo img{height: 36px}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none}
.header .nav ul li>a{display: block; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; border-bottom: 1px solid #f0f0f0}
.header .nav ul li>a:hover{background: #098E48; color: #fff}
.header .nav ul li .lang{margin-top: 20px}
.header .nav ul li .lang>a{padding: 0 10px; font-size: 15px}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #098E48; height: 2px; width: 24px}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%)}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px)}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px)}
.header_top{height: 0}

/*banner*/
.banner{height: 100vh}
.banner .swiper-slide{background-size: cover}
.banner .swiper-slide .desc{width: 90%; font-size: 16px}
.banner .swiper-slide .desc>h1{font-size: 24px}
.banner .swiper-slide .desc>em{font-size: 22px; margin-bottom: 6px}
.banner .swiper-slide .desc>a{width: 120px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 20px}
.banner .swiper-pagination{bottom: 10px}
.banner .swiper-pagination-bullet{margin: 0 4px !important; width: 8px; height: 8px}
.banner .swiper-button-prev{left: 10px}
.banner .swiper-button-next{right: 10px}

/*home*/
.home_nav{right: 10px}
.home_nav>ul>li{padding: 12px 0}
.home_nav>ul>li>a>em{width: 8px; height: 8px}
.home_nav>ul>li>a.active>span{display: none}

/*home_about*/
#home_about .home_about_dh { padding-top: 60px }
#home_about .home_about_dh span { font-size: 20px }
#home_about .home_about_dh em { font-size: 15px; margin-top: 5px }
#home_about .home_about_con { margin-top: 4% }
#home_about .home_about_con .row_box { flex-direction: column }
#home_about .home_about_left, #home_about .home_about_right { flex: 0 0 100%; max-width: 100% }
#home_about .home_about_desc span { padding: 0 0 10px; font-size: 18px }
#home_about .home_about_desc .home_about_info { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 5; text-overflow: ellipsis; font-size: 14px }
#home_about .home_about_desc .home_about_info p { padding: 2px 0 }
#home_about .home_about_desc a { width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block }
#home_about .home_about_video { margin-top: 20px }
.about-video-btn { width: 60px; height: 60px }
.about-video-btn svg { width: 100%; height: 100% }
#home_about .home_about_video .video-exit { width: 30px; height: 30px; font-size: 20px; line-height: 30px }

/*home_brands*/
#home_brands .home_brands_dh{padding-top: 60px}
#home_brands .home_brands_dh h2{font-size: 20px}
#home_brands .home_brands_dh .desc{width: 90%; font-size: 15px; margin-top: 10px}
#home_brands .home_brands_con ul{align-items: flex-start}
#home_brands .home_brands_con ul li img{width: 40px}
#home_brands .home_brands_con ul li span{margin-top: 10px}
#home_brands .home_brands_con ul li span>em{font-size: 26px; margin-right: 0}
#home_brands .home_brands_con ul li span>i{font-size: 15px}
#home_brands .home_brands_con ul li p{font-size: 15px; margin-top: 0}

/*home_solution*/
#home_solution .home_solution_dh{padding-top: 60px; display: block}
#home_solution .home_solution_dh span{font-size: 20px}
#home_solution .home_solution_dh em{font-size: 15px; margin-top: 5px}
#home_solution .home_solution_dh a{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block}

/*home_solution 移动端适配 - 新版3*3网格*/
#home_solution .solution-all{display: none}
#home_solution .solution-grid{display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 8px 0}
#home_solution .solution-item{border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06)}
#home_solution .solution-item:hover{transform: translateY(-2px); box-shadow: 0 4px 16px rgba(9,142,72,0.12)}
#home_solution .solution-image{height: 90px}
#home_solution .solution-content{padding: 10px 12px}
#home_solution .solution-content h3{font-size: 14px; margin-bottom: 4px}
#home_solution .solution-content p{font-size: 11px; line-height: 1.4; -webkit-line-clamp: 1}
#home_solution .solution-item:hover .solution-image img{transform: scale(1.05)}
#home_solution .home_solution_dh{padding-top: 40px !important; display: block !important; text-align: center}
#home_solution .home_solution_dh span{font-size: 18px !important}
#home_solution .home_solution_dh em{font-size: 13px !important; margin-top: 3px !important}
#home_solution .home_solution_con{margin-top: 3% !important}
#home_solution .solution-more{margin-top: 12px !important}
#home_solution .solution-more a{padding: 8px 28px !important; font-size: 13px !important}

/*小屏幕手机适配 - 2列紧凑显示*/
@media screen and (max-width: 480px){
#home_solution .solution-grid{grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 5px 0}
#home_solution .solution-image{height: 80px}
#home_solution .solution-content{padding: 8px 10px}
#home_solution .solution-content h3{font-size: 13px; margin-bottom: 3px}
#home_solution .solution-content p{font-size: 10px; -webkit-line-clamp: 1}
#home_solution .home_solution_dh{padding-top: 30px !important}
#home_solution .home_solution_dh span{font-size: 16px !important}
#home_solution .home_solution_dh em{font-size: 12px !important}
#home_solution .solution-more{margin-top: 10px !important}
#home_solution .solution-more a{padding: 6px 22px !important; font-size: 12px !important}

/*home_service 品牌服务-手机端垂直排列*/
#home_technology .home_service_int_list{flex-direction: column}
#home_technology .home_service_int_item{flex: 1 1 auto; height: calc(100% / 3); width: 100%; opacity: 1; visibility: visible}
#home_technology .home_service_int_list:hover .home_service_int_item{flex: 1 1 auto; width: 100%}
#home_technology .home_service_int_list .home_service_int_item:hover{flex: 1.5 1 auto; width: 100%}
#home_technology .home_service_int_content{padding: 20px 20px 25px; transform: translateY(-50%)}
#home_technology .home_service_int_icon{font-size: 36px; margin-bottom: 8px}
#home_technology .home_service_int_item:hover .home_service_int_icon{font-size: 44px}
#home_technology .home_service_int_name{font-size: 20px; margin-bottom: 4px}
#home_technology .home_service_int_sub{font-size: 11px; letter-spacing: 1px; margin-bottom: 8px}
#home_technology .home_service_int_line2{margin-bottom: 10px; width: 30px}
#home_technology .home_service_int_item:hover .home_service_int_line2{width: 50px}
#home_technology .home_service_int_desc{font-size: 12px; line-height: 1.6; opacity: 1; max-height: none}
#home_technology .home_service_int_item:hover .home_service_int_desc{margin-bottom: 12px; max-height: none}
#home_technology .home_service_int_btn{font-size: 12px; padding: 5px 0; opacity: 1; transform: translateY(0)}
}

/*home_pro*/
#home_pro .home_pro_dh{padding-top: 60px; display: block}
#home_pro .home_pro_dh span{font-size: 20px}
#home_pro .home_pro_dh em{font-size: 15px; margin-top: 5px}
#home_pro .home_pro_dh a{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block}
#home_pro .home_pro_con .swiper-slide .desc{margin-top: 10px}
#home_pro .home_pro_con .swiper-slide span{font-size: 15px}
#home_pro .home_pro_con .ico{margin: 25px 0 0 0}
#home_pro .home_pro_con .ico>em{width: 36px; height: 36px; line-height: 36px; font-size: 24px; margin: 0 5px}


/*home_news*/
#home_news .home_news_dh{padding-top: 60px}
#home_news .home_news_dh span{font-size: 20px}
#home_news .home_news_dh em{font-size: 15px; margin-top: 5px}
#home_news .home_news_con{width: 94%; margin-top: 25px}
#home_news .home_news_con ul li{width: 100%; margin-left: 0; margin-bottom: 4%}
#home_news .home_news_con ul li:last-child{display: none}
#home_news .home_news_con ul li .img{width: 40%; height: 130px}
#home_news .home_news_con ul li .desc{width: 60%; padding: 10px 15px}
#home_news .home_news_con ul li span{font-size: 16px}
#home_news .home_news_con ul li p{line-height: 1.6}

/*content*/
/*float*/
.float{display: none}

/*livechat*/
#livechat{display: none}

/*nav*/
#footer_nav .footer_nav_con{padding: 30px 0 10px 0}
#footer_nav .footer_nav_con .pic{display: none}
#footer_nav .footer_nav_con .list_box{width: 100%}
#footer_nav .footer_nav_con .list_box ul{display: none}
#footer_nav .footer_nav_con .list>a{margin-bottom: 10px; font-size: 15px; padding-right: 10px}

/*footer*/
#footer{padding: 15px 0}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0}
}

/*===================================
  品牌服务页面样式 (sevrelist)
  劲草绿色体系：主色#098E48 辅色#34B96E 深色#077a3d
===================================*/

/*通用区块标题*/
.jc-section-title{text-align: center; padding: 70px 0 50px; position: relative}
.jc-section-title h2{font-size: 36px; color: #077a3d; font-weight: bold; margin-bottom: 10px}
.jc-section-title p{font-size: 16px; color: #34B96E; letter-spacing: 3px; text-transform: uppercase; font-family: "Century Gothic"}
.jc-section-title span{display: block; font-size: 15px; color: #888; margin-top: 12px}
.jc-section-title::after{content: ''; display: block; width: 60px; height: 3px; background: #098E48; margin: 20px auto 0; border-radius: 2px}
.jc-section-title-light h2{color: #fff}
.jc-section-title-light p{color: #34B96E}
.jc-section-title-light span{color: rgba(255,255,255,.8)}
.jc-section-title-light::after{background: #34B96E}

/*核心业务模块*/
.jc-service-core{background: #fff; padding-bottom: 80px}
.jc-service-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1400px; margin: 0 auto}
.jc-service-card{position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: all .4s ease}
.jc-service-card:hover{transform: translateY(-8px); box-shadow: 0 12px 40px rgba(9,142,72,.2)}
.jc-service-card a{display: block; text-decoration: none}
.jc-service-card-img{height: 280px; background-size: cover; background-position: center; position: relative; transition: all .5s ease}
.jc-service-card:hover .jc-service-card-img{transform: scale(1.05)}
.jc-service-card-overlay{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(9,142,72,.7), rgba(52,185,110,.5)); transition: all .4s ease}
.jc-service-card:hover .jc-service-card-overlay{background: linear-gradient(135deg, rgba(7,122,61,.85), rgba(9,142,72,.7))}
.jc-service-card-body{padding: 30px 25px; background: #fff; position: relative}
.jc-service-card-body h3{font-size: 22px; color: #222; font-weight: bold; margin-bottom: 12px; transition: color .3s ease}
.jc-service-card:hover .jc-service-card-body h3{color: #098E48}
.jc-service-card-body pre{font-size: 14px; line-height: 26px; color: #666; margin-bottom: 18px; white-space: pre-wrap; min-height: 78px; overflow: hidden}
.jc-service-card-link{display: inline-block; font-size: 14px; color: #098E48; font-weight: bold; padding-bottom: 3px; border-bottom: 1px solid #098E48; transition: all .3s ease}
.jc-service-card-link i{font-size: 12px; margin-left: 4px; transition: transform .3s ease}
.jc-service-card:hover .jc-service-card-link{color: #077a3d; border-color: #077a3d}
.jc-service-card:hover .jc-service-card-link i{transform: translateX(5px)}

/*我们的优势模块*/
.jc-advantage{position: relative; padding: 0 0 90px; overflow: hidden}
.jc-advantage-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #077a3d 0%, #098E48 50%, #0a6e3c 100%); z-index: 0}
.jc-advantage-bg::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .15}
.jc-advantage .container{position: relative; z-index: 1}
.jc-advantage-grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 20px}
.jc-advantage-item{background: rgba(255,255,255,.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 40px 25px; text-align: center; transition: all .4s ease}
.jc-advantage-item:hover{background: rgba(255,255,255,.2); transform: translateY(-6px); border-color: #34B96E}
.jc-advantage-icon{width: 80px; height: 80px; margin: 0 auto 20px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,.15)}
.jc-advantage-icon i{font-size: 40px; color: #098E48}
.jc-advantage-item h3{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 15px}
.jc-advantage-item p{font-size: 14px; line-height: 26px; color: rgba(255,255,255,.85); text-align: left}

/*服务流程模块*/
.jc-process{background: #F4F4F8; padding-bottom: 80px}
.jc-process-list{display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative}
.jc-process-list::before{content: ''; position: absolute; left: 12%; right: 12%; top: 40px; height: 2px; background: linear-gradient(90deg, transparent, #34B96E, #098E48, #34B96E, transparent); z-index: 0}
.jc-process-item{text-align: center; position: relative; z-index: 1}
.jc-process-num{width: 80px; height: 80px; margin: 0 auto 20px; background: #fff; border: 3px solid #098E48; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: bold; color: #098E48; font-family: "Century Gothic"; transition: all .4s ease}
.jc-process-item:hover .jc-process-num{background: #098E48; color: #fff; transform: scale(1.1); box-shadow: 0 8px 25px rgba(9,142,72,.4)}
.jc-process-item h3{font-size: 20px; color: #222; font-weight: bold; margin-bottom: 10px}
.jc-process-item p{font-size: 14px; line-height: 24px; color: #666; padding: 0 10px}

/*合作伙伴模块*/
.jc-partner{background: #fff; padding-bottom: 90px}
.jc-partner-grid{display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 20px}
.jc-partner-item{border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: all .3s ease; background: #fff}
.jc-partner-item:hover{border-color: #34B96E; box-shadow: 0 4px 20px rgba(9,142,72,.15); transform: translateY(-4px)}
.jc-partner-item a{display: block; text-decoration: none; padding: 20px 15px; text-align: center}
.jc-partner-logo{width: 100%; height: 80px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px}
.jc-partner-logo img{max-width: 100%; max-height: 100%; transition: transform .4s ease}
.jc-partner-item:hover .jc-partner-logo img{transform: scale(1.1)}
.jc-partner-name{display: block; font-size: 13px; color: #555; line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2}
.jc-partner-item:hover .jc-partner-name{color: #098E48}

/*服务页面移动端响应式适配*/
@media screen and (max-width: 980px){
  .jc-section-title{padding: 50px 0 35px}
  .jc-section-title h2{font-size: 26px}
  .jc-section-title p{font-size: 14px}
  .jc-section-title span{font-size: 13px}
  .jc-service-core{padding-bottom: 50px}
  .jc-service-grid{grid-template-columns: 1fr; gap: 20px}
  .jc-service-card-img{height: 220px}
  .jc-service-card-body{padding: 20px}
  .jc-service-card-body h3{font-size: 18px}
  .jc-service-card-body pre{font-size: 13px; line-height: 24px; min-height: auto}
  .jc-advantage{padding-bottom: 60px}
  .jc-advantage-grid{grid-template-columns: repeat(2, 1fr); gap: 15px}
  .jc-advantage-item{padding: 25px 15px}
  .jc-advantage-icon{width: 60px; height: 60px}
  .jc-advantage-icon i{font-size: 30px}
  .jc-advantage-item h3{font-size: 16px; margin-bottom: 10px}
  .jc-advantage-item p{font-size: 12px; line-height: 22px}
  .jc-process{padding-bottom: 50px}
  .jc-process-list{grid-template-columns: repeat(2, 1fr); gap: 30px 20px}
  .jc-process-list::before{display: none}
  .jc-process-num{width: 60px; height: 60px; font-size: 22px}
  .jc-process-item h3{font-size: 16px}
  .jc-process-item p{font-size: 12px; line-height: 20px}
  .jc-partner{padding-bottom: 60px}
  .jc-partner-grid{grid-template-columns: repeat(3, 1fr); gap: 12px}
  .jc-partner-item a{padding: 12px 8px}
  .jc-partner-logo{height: 60px; margin-bottom: 6px}
  .jc-partner-name{font-size: 11px; line-height: 16px; height: 32px}
}
@media screen and (max-width: 480px){
  .jc-section-title h2{font-size: 22px}
  .jc-service-grid{gap: 15px}
  .jc-service-card-img{height: 180px}
  .jc-service-card-body{padding: 15px}
  .jc-service-card-body h3{font-size: 16px}
  .jc-advantage-grid{grid-template-columns: 1fr; gap: 12px}
  .jc-advantage-item{padding: 20px 15px}
  .jc-advantage-item p{font-size: 13px; line-height: 24px; text-align: center}
  .jc-process-list{grid-template-columns: 1fr; gap: 25px}
  .jc-process-item p{font-size: 13px}
  .jc-partner-grid{grid-template-columns: repeat(2, 1fr); gap: 10px}
  .jc-partner-logo{height: 50px}
  .jc-partner-name{font-size: 10px}
}

/*===================================
  VIS视觉识别系统页面样式
  劲草绿色体系：主色#098E48 辅色#34B96E 深色#077a3d
===================================*/

/*VIS概述模块*/
.jc-vis-intro{background: #fff; padding-bottom: 70px}
.jc-vis-intro-content{display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto}
.jc-vis-intro-text{flex: 1}
.jc-vis-intro-text p{font-size: 15px; line-height: 30px; color: #555; margin-bottom: 20px; text-align: justify}
.jc-vis-intro-stats{display: flex; gap: 40px; flex-shrink: 0}
.jc-vis-stat-item{text-align: center}
.jc-vis-stat-num{display: block; font-size: 42px; color: #098E48; font-weight: bold; font-family: "Century Gothic"; line-height: 1}
.jc-vis-stat-label{display: block; font-size: 14px; color: #888; margin-top: 8px}

/*标志规范模块（图层比对）*/
.jc-vis-logo{background: #F4F4F8; padding-bottom: 80px}
.jc-vis-logo-grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1400px; margin: 0 auto}
.jc-vis-logo-card{background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s ease}
.jc-vis-logo-card:hover{transform: translateY(-6px); box-shadow: 0 12px 35px rgba(9,142,72,.15)}
.jc-vis-logo-preview{height: 200px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9fa, #eef0f2)}
.jc-vis-logo-main{background: linear-gradient(135deg, #098E48, #34B96E)}
.jc-vis-logo-mock{font-size: 32px; font-weight: bold; color: #fff; font-family: "Century Gothic"; letter-spacing: 4px; padding: 15px 30px; border: 2px solid rgba(255,255,255,.6); border-radius: 8px}
.jc-vis-logo-layers{flex-direction: column; gap: 8px}
.jc-vis-layer{padding: 10px 40px; border-radius: 6px; font-size: 13px; color: #fff; font-weight: bold; text-align: center; width: 70%}
.jc-vis-layer-1{background: rgba(9,142,72,.9); transform: translateX(-10px)}
.jc-vis-layer-2{background: rgba(52,185,110,.85); transform: translateX(0)}
.jc-vis-layer-3{background: rgba(7,122,61,.8); transform: translateX(10px)}
.jc-vis-logo-safe{background: #fff}
.jc-vis-safe-box{border: 2px dashed #098E48; padding: 20px; position: relative}
.jc-vis-safe-box::before, .jc-vis-safe-box::after{content: ''; position: absolute; width: 20px; height: 20px; border: 2px solid #34B96E}
.jc-vis-safe-box::before{left: -10px; top: -10px; border-right: none; border-bottom: none}
.jc-vis-safe-box::after{right: -10px; bottom: -10px; border-left: none; border-top: none}
.jc-vis-safe-content{background: linear-gradient(135deg, #098E48, #34B96E); color: #fff; text-align: center; padding: 20px; font-weight: bold; font-size: 18px; border-radius: 4px}
.jc-vis-logo-min{flex-direction: column; gap: 15px}
.jc-vis-min-mock{font-size: 14px; font-weight: bold; color: #fff; background: #098E48; padding: 6px 12px; border-radius: 4px}
.jc-vis-min-label{font-size: 12px; color: #888}
.jc-vis-logo-info{padding: 20px}
.jc-vis-logo-info h3{font-size: 18px; color: #222; font-weight: bold; margin-bottom: 10px}
.jc-vis-logo-info p{font-size: 13px; line-height: 24px; color: #666}

/*标准色模块（颜色用途）*/
.jc-vis-color{background: #fff; padding-bottom: 80px}
.jc-vis-color-main{display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1400px; margin: 0 auto}
.jc-vis-color-card{border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s ease; background: #fff}
.jc-vis-color-card:hover{transform: translateY(-6px); box-shadow: 0 12px 35px rgba(9,142,72,.15)}
.jc-vis-color-block{height: 160px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px}
.jc-vis-color-name{color: #fff; font-size: 20px; font-weight: bold; text-shadow: 0 2px 8px rgba(0,0,0,.2)}
.jc-vis-color-detail{padding: 20px}
.jc-vis-color-detail h3{font-size: 18px; color: #222; font-weight: bold; margin-bottom: 12px}
.jc-vis-color-hex{font-size: 16px; color: #098E48; font-weight: bold; font-family: "Century Gothic"; margin-bottom: 4px}
.jc-vis-color-rgb, .jc-vis-color-cmyk{font-size: 13px; color: #888; font-family: "Century Gothic"; margin-bottom: 2px}
.jc-vis-color-use{font-size: 13px; line-height: 22px; color: #666; margin-top: 12px; padding-top: 12px; border-top: 1px solid #eee}
.jc-vis-color-ratio{max-width: 1200px; margin: 40px auto 0}
.jc-vis-color-ratio h3{font-size: 18px; color: #222; font-weight: bold; margin-bottom: 15px; text-align: center}
.jc-vis-ratio-bar{display: flex; height: 50px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,.08)}
.jc-vis-ratio-item{display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: bold; transition: flex .3s ease}
.jc-vis-ratio-item:hover{flex-grow: 1.2}

/*辅助图形与图标模块*/
.jc-vis-graphic{background: #F4F4F8; padding-bottom: 80px}
.jc-vis-graphic-row{display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 1200px; margin: 0 auto}
.jc-vis-graphic-block{background: #fff; border-radius: 12px; padding: 35px; box-shadow: 0 4px 20px rgba(0,0,0,.06)}
.jc-vis-graphic-block h3{font-size: 20px; color: #077a3d; font-weight: bold; margin-bottom: 15px}
.jc-vis-graphic-block > p{font-size: 14px; line-height: 26px; color: #666; margin-bottom: 25px}
.jc-vis-graphic-show{display: flex; gap: 15px; height: 120px}
.jc-vis-graphic-item{flex: 1; border-radius: 8px; overflow: hidden; position: relative}
.jc-vis-graphic-wave{background: linear-gradient(135deg, #098E48, #34B96E)}
.jc-vis-graphic-wave::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.15) 10px, rgba(255,255,255,.15) 20px)}
.jc-vis-graphic-grid{background: #077a3d}
.jc-vis-graphic-grid::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 20px 20px}
.jc-vis-graphic-dot{background: #34B96E}
.jc-vis-graphic-dot::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(255,255,255,.4) 2px, transparent 2px); background-size: 15px 15px}
.jc-vis-icon-show{display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px}
.jc-vis-icon-item{display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background: #F4F4F8; border-radius: 8px; transition: all .3s ease; border: 1px solid transparent}
.jc-vis-icon-item:hover{background: #fff; border-color: #34B96E; transform: translateY(-3px); box-shadow: 0 4px 15px rgba(9,142,72,.12)}
.jc-vis-icon-item i{font-size: 36px; color: #098E48; margin-bottom: 8px}
.jc-vis-icon-item span{font-size: 13px; color: #666}
.jc-vis-font-section{max-width: 1200px; margin: 40px auto 0}
.jc-vis-font-section h3{font-size: 20px; color: #077a3d; font-weight: bold; margin-bottom: 20px; text-align: center}
.jc-vis-font-row{display: grid; grid-template-columns: 1fr 1fr; gap: 30px}
.jc-vis-font-card{display: flex; align-items: center; gap: 20px; background: #fff; border-radius: 12px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,.06)}
.jc-vis-font-preview{width: 100px; height: 100px; background: linear-gradient(135deg, #098E48, #34B96E); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0}
.jc-vis-font-large{font-size: 40px; color: #fff; font-weight: bold; line-height: 1}
.jc-vis-font-name{font-size: 11px; color: rgba(255,255,255,.8); margin-top: 5px}
.jc-vis-font-info h4{font-size: 18px; color: #222; font-weight: bold; margin-bottom: 8px}
.jc-vis-font-info p{font-size: 13px; line-height: 24px; color: #666}

/*应用场景模块*/
.jc-vis-application{background: #fff; padding-bottom: 80px}
.jc-vis-app-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto}
.jc-vis-app-item{text-align: center}
.jc-vis-app-mock{height: 220px; display: flex; align-items: center; justify-content: center; background: #F4F4F8; border-radius: 12px; margin-bottom: 18px; transition: all .4s ease; position: relative; overflow: hidden}
.jc-vis-app-item:hover .jc-vis-app-mock{background: linear-gradient(135deg, rgba(9,142,72,.08), rgba(52,185,110,.08)); transform: translateY(-4px); box-shadow: 0 8px 25px rgba(9,142,72,.12)}
.jc-vis-app-card-inner{width: 160px; height: 100px; background: #fff; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,.1); padding: 15px; display: flex; flex-direction: column; justify-content: space-between}
.jc-vis-app-logo{font-size: 14px; font-weight: bold; color: #098E48; text-align: center; padding: 6px 12px; border: 1px solid #098E48; border-radius: 4px; display: inline-block}
.jc-vis-app-lines{display: flex; flex-direction: column; gap: 5px}
.jc-vis-app-lines span{display: block; height: 3px; background: #ddd; border-radius: 2px}
.jc-vis-app-lines span:nth-child(1){width: 80%}
.jc-vis-app-lines span:nth-child(2){width: 60%}
.jc-vis-app-lines span:nth-child(3){width: 70%}
.jc-vis-app-brochure-cover{width: 140px; height: 180px; background: linear-gradient(135deg, #098E48, #34B96E); border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,.15); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px}
.jc-vis-app-brochure-cover span{color: #fff; font-size: 18px; font-weight: bold; font-family: "Century Gothic"; letter-spacing: 3px}
.jc-vis-app-brochure-cover .jc-vis-app-logo{color: #fff; border-color: rgba(255,255,255,.6)}
.jc-vis-app-package-box{width: 120px; height: 140px; background: #fff; border: 2px solid #098E48; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,.1); display: flex; align-items: center; justify-content: center}
.jc-vis-app-screen{width: 150px; height: 180px; background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,.12); overflow: hidden}
.jc-vis-app-header{height: 30px; background: linear-gradient(90deg, #098E48, #34B96E)}
.jc-vis-app-content{padding: 15px; display: flex; flex-direction: column; gap: 10px}
.jc-vis-app-content span{display: block; height: 8px; background: #eee; border-radius: 4px}
.jc-vis-app-content span:first-child{width: 80%}
.jc-vis-app-content span:last-child{width: 60%}
.jc-vis-app-sign-board{width: 160px; height: 100px; background: #fff; border: 3px solid #098E48; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,.12); display: flex; align-items: center; justify-content: center}
.jc-vis-app-ad-board{width: 160px; height: 110px; background: linear-gradient(135deg, #077a3d, #098E48); border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,.15); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px}
.jc-vis-app-ad-board span{color: #fff; font-size: 28px; font-weight: bold; font-family: "Century Gothic"}
.jc-vis-app-ad-board .jc-vis-app-logo{color: #fff; border-color: rgba(255,255,255,.6)}
.jc-vis-app-item h3{font-size: 18px; color: #222; font-weight: bold; margin-bottom: 8px}
.jc-vis-app-item p{font-size: 13px; line-height: 22px; color: #666; padding: 0 10px}

/*VIS核心价值模块*/
.jc-vis-value{position: relative; padding: 0 0 80px; overflow: hidden}
.jc-vis-value-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #077a3d 0%, #098E48 60%, #0a6e3c 100%); z-index: 0}
.jc-vis-value-bg::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .12}
.jc-vis-value .container{position: relative; z-index: 1}
.jc-vis-value-grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px}
.jc-vis-value-item{background: rgba(255,255,255,.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 35px 25px; transition: all .4s ease}
.jc-vis-value-item:hover{background: rgba(255,255,255,.2); transform: translateY(-6px); border-color: #34B96E}
.jc-vis-value-num{font-size: 36px; color: #34B96E; font-weight: bold; font-family: "Century Gothic"; margin-bottom: 15px}
.jc-vis-value-item h3{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 12px}
.jc-vis-value-item p{font-size: 14px; line-height: 26px; color: rgba(255,255,255,.85)}

/*客户案例模块*/
.jc-vis-case{background: #F4F4F8; padding-bottom: 90px}
.jc-vis-case-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto}
.jc-vis-case-item{border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: all .4s ease}
.jc-vis-case-item:hover{transform: translateY(-6px); box-shadow: 0 12px 35px rgba(9,142,72,.15)}
.jc-vis-case-item a{display: block; text-decoration: none}
.jc-vis-case-img{height: 240px; overflow: hidden; position: relative}
.jc-vis-case-img img{width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease}
.jc-vis-case-item:hover .jc-vis-case-img img{transform: scale(1.08)}
.jc-vis-case-overlay{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(9,142,72,.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s ease}
.jc-vis-case-item:hover .jc-vis-case-overlay{opacity: 1}
.jc-vis-case-overlay span{color: #fff; font-size: 16px; font-weight: bold; padding: 10px 25px; border: 2px solid #fff; border-radius: 30px}
.jc-vis-case-info{padding: 20px}
.jc-vis-case-info h3{font-size: 16px; color: #222; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.jc-vis-case-item:hover .jc-vis-case-info h3{color: #098E48}

/*VIS页面移动端响应式适配*/
@media screen and (max-width: 980px){
  .jc-vis-intro-content{flex-direction: column; gap: 30px}
  .jc-vis-intro-text p{font-size: 14px; line-height: 26px}
  .jc-vis-intro-stats{gap: 25px}
  .jc-vis-stat-num{font-size: 30px}
  .jc-vis-stat-label{font-size: 12px}
  .jc-vis-logo-grid{grid-template-columns: repeat(2, 1fr); gap: 15px}
  .jc-vis-logo-preview{height: 150px}
  .jc-vis-logo-info{padding: 15px}
  .jc-vis-logo-info h3{font-size: 16px}
  .jc-vis-logo-info p{font-size: 12px; line-height: 22px}
  .jc-vis-color-main{grid-template-columns: repeat(2, 1fr); gap: 15px}
  .jc-vis-color-block{height: 120px}
  .jc-vis-color-detail{padding: 15px}
  .jc-vis-color-detail h3{font-size: 16px}
  .jc-vis-color-use{font-size: 12px; line-height: 20px}
  .jc-vis-ratio-bar{height: 40px}
  .jc-vis-ratio-item{font-size: 11px}
  .jc-vis-graphic-row{grid-template-columns: 1fr; gap: 20px}
  .jc-vis-graphic-block{padding: 20px}
  .jc-vis-graphic-block h3{font-size: 18px}
  .jc-vis-graphic-block > p{font-size: 13px; line-height: 24px}
  .jc-vis-graphic-show{height: 80px}
  .jc-vis-icon-show{grid-template-columns: repeat(3, 1fr); gap: 10px}
  .jc-vis-icon-item{padding: 12px}
  .jc-vis-icon-item i{font-size: 28px}
  .jc-vis-font-row{grid-template-columns: 1fr; gap: 15px}
  .jc-vis-font-card{padding: 15px; gap: 15px}
  .jc-vis-font-preview{width: 80px; height: 80px}
  .jc-vis-font-large{font-size: 32px}
  .jc-vis-app-grid{grid-template-columns: repeat(2, 1fr); gap: 20px}
  .jc-vis-app-mock{height: 160px}
  .jc-vis-app-item h3{font-size: 15px}
  .jc-vis-app-item p{font-size: 12px; line-height: 20px}
  .jc-vis-value-grid{grid-template-columns: repeat(2, 1fr); gap: 15px}
  .jc-vis-value-item{padding: 20px 15px}
  .jc-vis-value-num{font-size: 28px}
  .jc-vis-value-item h3{font-size: 16px}
  .jc-vis-value-item p{font-size: 12px; line-height: 22px}
  .jc-vis-case-grid{grid-template-columns: repeat(2, 1fr); gap: 15px}
  .jc-vis-case-img{height: 160px}
  .jc-vis-case-info{padding: 12px}
  .jc-vis-case-info h3{font-size: 14px}
}
@media screen and (max-width: 480px){
  .jc-vis-intro-stats{flex-wrap: wrap; justify-content: center; gap: 20px}
  .jc-vis-stat-num{font-size: 26px}
  .jc-vis-logo-grid{grid-template-columns: 1fr}
  .jc-vis-logo-preview{height: 180px}
  .jc-vis-color-main{grid-template-columns: 1fr}
  .jc-vis-color-block{height: 140px}
  .jc-vis-graphic-show{height: 60px; gap: 10px}
  .jc-vis-icon-show{grid-template-columns: repeat(2, 1fr)}
  .jc-vis-app-grid{grid-template-columns: 1fr}
  .jc-vis-app-mock{height: 200px}
  .jc-vis-value-grid{grid-template-columns: 1fr}
  .jc-vis-case-grid{grid-template-columns: 1fr}
  .jc-vis-case-img{height: 200px}
}