﻿@charset "utf-8"; 
.head-info .nav-ul>li>a{color: #000000;}
.is-active .head-info .nav-ul>li>a{color: #fff;}
.head-link .item a,.lang-icon span{color: #fff;}
.home-about .about-text strong{font-size: 26px;color: #000;font-weight: bold;display: block;}
@media (max-width:1024px) {.home-about .about-text strong{font-size: 20px;}}
@media (max-width:768px) {.home-about .about-text strong{font-size: 18px;}}
@media (max-width:600px) {.home-about .about-text strong{font-size: 16px;}}
@media (min-width:1025px){.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .title{height:58px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .text {-webkit-line-clamp: 2;}}
.home-more,.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .more,.home-news .homenews-list .homenews-item .homenews-info .more,.sidebarhot-list .sidebarhot-item .sidebarhot-info .more,.pro-list li .pro-info .more,.newslist li .newslist-info .more{text-transform: capitalize;}
/*home-ind*/
.home-ind{background:#eee;padding:4% 0;}
.home-ind .ind-top{display:flex;align-items: center;justify-content: space-between;flex-wrap:wrap;}
.home-ind .ind-top>div{width:48%;}
.home-ind .ind-top .home-title{font-weight:var(--fontbold7)}
.home-ind .ind-num-box ul{display:flex;margin:30px 0;justify-content: space-between;}
.home-ind .ind-num-box ul li{border-right:1px solid #DEDDDE;padding:0 2%;text-align:center;}
.home-ind .ind-num-box ul li:last-child{border-right:none;}
.home-ind .ind-num-box ul li .num{color:#7A7A7A;font-size:46px;font-weight:var(--fontbold7);line-height:1.4}
.home-ind .ind-num-box ul li .num-des{font-size:20px;}
.home-ind .ind-top>div img{border-radius: 5px;}
.home-ind .ind-more a{display:inline-block;background:var(--color);color:#fff;padding:7px 20px;border-radius: 5px;margin-top:30px;transition: all .3s;}
.home-ind .ind-more a:hover{box-shadow: 0 0 10px 2px var(--color);}
.home-ind .indbot-list{display:flex;flex-wrap:wrap;justify-content: space-between;margin-top:3%;}
.home-ind .indbot-list li{width:24%;}
.home-ind .indbot-list li .ind-imgbox{overflow: hidden;}
.home-ind .indbot-list li img{border-radius: 5px;transition: all .3s;}
.home-ind .indbot-list li img:hover{transform: scale(1.05);}
@media (max-width:1600px){.home-ind .ind-num-box ul li .num{font-size:2.3vw}
.home-ind .ind-num-box ul li .num-des{font-size:1.3vw}}
@media (max-width:768px){.home-ind .ind-top>div{width:100%;margin:10px 0;}
.home-ind .ind-num-box ul{margin:15px 0;}
.home-ind .ind-more a{margin-top:15px;}
.home-ind .ind-num-box ul li .num{font-size:20px;}
.home-ind .ind-num-box ul li .num-des{font-size:14px;}
.home-ind .ind-num-box ul li{width:33%;}
.home-ind .indbot-list{margin-top:15px;}
.home-ind .indbot-list li{width:49%;margin:5px 0;}}
@media (max-width:550px){.home-ind .ind-top .home-title{font-size:20px;}
.home-ind .ind-num-box ul li .num{font-size:18px;}}
.home-projects{display:none;}
section.homewide{padding: 3% 0;}
.wide-list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 10px;}
.wide-item{width: 32%;margin-bottom: 10px;}
.wide-item img{width: 100%;}
.wide-item .title{font-size: 24px;font-weight: bold;border-bottom: 1px #ccc solid;padding: 10px 0;}
@media (max-width:1024px){.wide-item{width: 100%;}}
.home-hotpro{padding-bottom:1%;}